diff --git a/03.Code/업로드용/templates/default/doc_types/report/config.json b/03.Code/업로드용/templates/default/doc_types/report/config.json deleted file mode 100644 index d6f83b6..0000000 --- a/03.Code/업로드용/templates/default/doc_types/report/config.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "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