-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.json
67 lines (67 loc) · 1.92 KB
/
template.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"templateId": "daisy-appendix-template",
"organizationId": "dsw",
"version": "0.3.0",
"name": "DAISY Appendix Template",
"description": "Just a temporary template",
"license": "Apache-2.0",
"metamodelVersion": 6,
"recommendedPackageId": null,
"allowedPackages": [
{
"orgId": "dsw.biohackathon",
"kmId": "daisy-integration-demo",
"minVersion": null,
"maxVersion": null
}
],
"formats": [
{
"uuid": "bdccc229-9467-49c5-8d98-6fa85e05866d",
"name": "HTML",
"shortName": "html",
"icon": "fas fa-file",
"color": "#f15722",
"steps": [
{
"name": "jinja",
"options": {
"template": "src/template.html.j2",
"content-type": "text/html",
"extension": "html"
}
}
]
},
{
"uuid": "fcdff363-4f95-4780-984c-e6aa21c858b9",
"name": "PDF Document",
"shortName": "pdf",
"icon": "far fa-file-pdf",
"color": "#E02222",
"steps": [
{
"name": "jinja",
"options": {
"template": "src/template.html.j2",
"content-type": "text/html",
"extension": "html"
}
},
{
"name": "wkhtmltopdf",
"options": {
"args": "--zoom 0.8 --page-size A4 --disable-smart-shrinking --footer-center [page] --footer-font-name \"Noto Serif\" --footer-spacing 10 --footer-font-size 10 -B 20mm -L 20mm -R 20mm -T 20mm"
}
}
]
}
],
"_tdk": {
"version": "3.5.0",
"readmeFile": "README.md",
"files": [
"src/**/*"
]
}
}