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