Upload templates/default/doc_types/report/config.json
This commit is contained in:
26
03.Code/업로드용/templates/default/doc_types/report/config.json
Normal file
26
03.Code/업로드용/templates/default/doc_types/report/config.json
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"id": "report",
|
||||||
|
"name": "보고서",
|
||||||
|
"icon": "📄",
|
||||||
|
"description": "다양한 이미지가 포함된 상세 보고서",
|
||||||
|
"features": [
|
||||||
|
{"icon": "🖼", "text": "표지 (선택)"},
|
||||||
|
{"icon": "📑", "text": "목차 자동 생성"},
|
||||||
|
{"icon": "📰", "text": "스타일별 내용"}
|
||||||
|
],
|
||||||
|
"thumbnailType": "report",
|
||||||
|
"enabled": true,
|
||||||
|
"isDefault": true,
|
||||||
|
"order": 2,
|
||||||
|
"options": {
|
||||||
|
"components": [
|
||||||
|
{"id": "cover", "label": "표지", "icon": "🖼", "default": true},
|
||||||
|
{"id": "toc", "label": "목차", "icon": "📑", "default": true},
|
||||||
|
{"id": "divider", "label": "간지", "icon": "📄", "default": false},
|
||||||
|
{"id": "content", "label": "내용 (필수)", "icon": "📰", "default": true, "required": true}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"generateFlow": "draft-first",
|
||||||
|
"createdAt": "2024-01-01T00:00:00Z",
|
||||||
|
"updatedAt": "2025-01-30T00:00:00Z"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user