From 03a90c359584429e2a07daab56289c79b27d7476 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:53 +0900 Subject: [PATCH] Upload templates/default/doc_types/presentation/config.json --- .../default/doc_types/presentation/config.json | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create 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 new file mode 100644 index 0000000..e46691f --- /dev/null +++ b/03.Code/업로드용/templates/default/doc_types/presentation/config.json @@ -0,0 +1,27 @@ +{ + "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