Upload templates/default/doc_types/report/config.json

This commit is contained in:
2026-03-19 13:04:52 +09:00
parent f6b03fc20e
commit e5a2954a52

View 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"
}