From e5a2954a5261dd38b36ca47d0fd1d1f01749c6f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EA=B2=BD=EB=AF=BC?= Date: Thu, 19 Mar 2026 13:04:52 +0900 Subject: [PATCH] Upload templates/default/doc_types/report/config.json --- .../default/doc_types/report/config.json | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 03.Code/업로드용/templates/default/doc_types/report/config.json diff --git a/03.Code/업로드용/templates/default/doc_types/report/config.json b/03.Code/업로드용/templates/default/doc_types/report/config.json new file mode 100644 index 0000000..d6f83b6 --- /dev/null +++ b/03.Code/업로드용/templates/default/doc_types/report/config.json @@ -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" +} \ No newline at end of file