From c21f459d8c7f5bec4f11512869559450e6e753aa 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:38 +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/prese?= =?UTF-8?q?ntation/config.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../default/doc_types/presentation/config.json | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 03.Code/업로드용/templates/default/doc_types/presentation/config.json diff --git a/03.Code/업로드용/templates/default/doc_types/presentation/config.json b/03.Code/업로드용/templates/default/doc_types/presentation/config.json deleted file mode 100644 index e46691f..0000000 --- a/03.Code/업로드용/templates/default/doc_types/presentation/config.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "id": "presentation", - "name": "발표자료", - "icon": "📊", - "description": "슬라이드 형태의 프레젠테이션", - "features": [ - {"icon": "🎯", "text": "슬라이드 레이아웃"}, - {"icon": "📈", "text": "차트/다이어그램"}, - {"icon": "🎨", "text": "비주얼 중심 구성"} - ], - "thumbnailType": "ppt", - "enabled": false, - "isDefault": true, - "order": 3, - "badge": "준비중", - "options": { - "slideCount": [ - {"value": "auto", "label": "자동 (내용 기반)", "default": true}, - {"value": "5", "label": "5장 이내"}, - {"value": "10", "label": "10장 이내"}, - {"value": "20", "label": "20장 이내"} - ] - }, - "generateFlow": "draft-first", - "createdAt": "2024-01-01T00:00:00Z", - "updatedAt": "2025-01-30T00:00:00Z" -} \ No newline at end of file