-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject_init.json.template
More file actions
80 lines (80 loc) · 2.54 KB
/
Copy pathproject_init.json.template
File metadata and controls
80 lines (80 loc) · 2.54 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"project_name": "Magazin-Projekt",
"version": "1.0.0",
"format": "A4",
"variants": ["color", "grayscale"],
"directories": {
"pptx_dir": "./media_pool/pptx",
"png_dir": "./media_pool/png",
"output_dir": "./output",
"config_dir": "./config"
},
"acts": [
{"act": 1, "title": "DER URSPRUNG", "chapters": [0, 3]},
{"act": 2, "title": "DAS DRAMA", "chapters": [4, 6]},
{"act": 3, "title": "DIE BESCHLEUNIGUNG", "chapters": [7, 10]},
{"act": 4, "title": "DER SCHLEIER", "chapters": [11, 11]},
{"act": 5, "title": "DIE ANKUNFT", "chapters": [12, 13]}
],
"chapter_map": [
{"chapter": 0, "pptx": "Gottes-erste-Uhr-die-Schopfung"},
{"chapter": 1, "pptx": "Die-verborgene-Uhr-Gottes Das wort Gottes im Exil"},
{"chapter": 2, "pptx": "Daniels-Gebet-shuv-und-die-70-Jahrwochen"},
{"chapter": 3, "pptx": "Antiochus-Makkabaer-und-der-Greuel"},
{"chapter": 4, "pptx": "Entzeit-rede-der-Greuel-Jerusalem-und-wir"},
{"chapter": 5, "pptx": "Mensch-der-Gesetzlosigkeit-das-Tier-und-der-Endzeit-Greuel"},
{"chapter": 6, "pptx": "Die-verborgene-Uhr-Gottes-Das-Drama-der-Zeit"},
{"chapter": 7, "pptx": "Die-verborgene-Uhr-Gottes-Daniel-Jerusalem-und-das-Drama-der-Zeit"},
{"chapter": 8, "pptx": "Gottes-dreifache-Heilsgeschichte"},
{"chapter": 9, "pptx": "Die-verborgene-Uhr-Gottes"},
{"chapter": 10, "pptx": "Die-letzte-Beschleunigung"},
{"chapter": 11, "pptx": "Wenn-der-Schleier-fallt"},
{"chapter": 12, "pptx": "Wenn-die-Uhr-schlagt"},
{"chapter": 13, "pptx": "Kapitel-13-Die-letzte-Beschleunigung"}
],
"print": {
"bleed_mm": 3.0
},
"amazon": {
"enabled": false,
"safety_margin_mm": 0.0
},
"quality": {
"checks_default": ["preflight", "amazon", "heuristics"],
"heuristics": {
"avg_char_width_em": 0.6,
"line_height_em": 1.2,
"overflow_warn_ratio": 1.0,
"overflow_info_ratio": 0.9,
"objects_per_page_warn": 80
}
},
"layout": {
"grid": {"cols": 6},
"layers": ["BACKGROUND", "IMAGES", "TEXT", "INFOBOX", "QUOTES", "OVERLAY"]
},
"typography": {
"fonts": [
{"family": "Inter", "files": ["Inter-Regular.ttf", "Inter-Bold.ttf"]}
]
},
"figma": {
"enabled": false,
"mode": 1,
"file_key": "",
"team_id": "",
"project_id": "",
"frames": [],
"ai": {
"rag_enabled": true,
"top_k": 5
}
},
"design_decisions": {
"akt_colors": "auto",
"layout_density": "standard",
"typography": "standard",
"sidebar_detection": "auto",
"infographic_handling": "standard"
}
}