Upload templates/default/doc_types/presentation/config.json
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user