From bbf6f4c11f26cd017149f989a677ebae304ed504 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 14:02:39 +0900 Subject: [PATCH] =?UTF-8?q?Cleanup:=20Deleting=2003.Code/=EC=97=85?= =?UTF-8?q?=EB=A1=9C=EB=93=9C=EC=9A=A9/templates/default/doc=5Ftypes/repor?= =?UTF-8?q?t/config.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../default/doc_types/report/config.json | 26 ------------------- 1 file changed, 26 deletions(-) delete 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 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