{
    "name": "TOTAL_BBS7",
    "description": "자주묻는질문 아코디언 (Q&A, 네이티브 details/summary 방식)",
    "type": "accordion",
    "settings": [
        {
            "group": "게시물",
            "fields": [
                { "key": "subject_len", "label": "질문 글자수", "type": "text", "placeholder": "200" },
                { "key": "content_len", "label": "답변 글자수", "type": "text", "placeholder": "1000" },
                { "key": "first_open", "label": "첫 항목 자동 열림", "type": "select", "options": [
                    { "v": "", "l": "열림 (기본)" },
                    { "v": "0", "l": "닫힘" }
                ]}
            ]
        },
        {
            "group": "Q/A 라벨",
            "fields": [
                { "key": "q_color", "label": "Q 컬러 (활성 컬러)", "type": "text", "placeholder": "var(--primary)" },
                { "key": "a_color", "label": "A 컬러", "type": "text", "placeholder": "#1f2937" },
                { "key": "q_size", "label": "Q/A 라벨 크기", "type": "text", "placeholder": "clamp(18px, calc(0.3125vw + 17px), 22px)" }
            ]
        },
        {
            "group": "질문(제목) 스타일",
            "fields": [
                { "key": "title_color", "label": "질문 텍스트 컬러", "type": "text", "placeholder": "#1f2937" },
                { "key": "title_size", "label": "질문 텍스트 크기", "type": "text", "placeholder": "clamp(15px, calc(0.3125vw + 14px), 19px)" }
            ]
        },
        {
            "group": "답변(내용) 스타일",
            "fields": [
                { "key": "content_color", "label": "답변 텍스트 컬러", "type": "text", "placeholder": "#4b5563" },
                { "key": "content_size", "label": "답변 텍스트 크기", "type": "text", "placeholder": "clamp(14px, calc(0.234vw + 13.25px), 16px)" }
            ]
        },
        {
            "group": "구분선",
            "fields": [
                { "key": "border_color", "label": "구분선 컬러", "type": "text", "placeholder": "#e5e7eb" }
            ]
        },
        {
            "group": "배경색 (열림/닫힘 분리)",
            "fields": [
                { "key": "summary_bg", "label": "질문 닫힘 시 배경", "type": "text", "placeholder": "#fff" },
                { "key": "active_bg", "label": "질문 열림 시 배경", "type": "text", "placeholder": "rgba(0,0,0,0.04)" },
                { "key": "content_bg", "label": "답변 닫힘 시 배경", "type": "text", "placeholder": "#f9fafb" },
                { "key": "content_active_bg", "label": "답변 열림 시 배경", "type": "text", "placeholder": "#f9fafb" }
            ]
        },
        {
            "group": "패딩 (질문 / 답변 분리)",
            "fields": [
                { "key": "summary_padding", "label": "질문 영역 패딩 (상 우 하 좌)", "type": "text", "placeholder": "30px 66px 30px 24px" },
                { "key": "content_padding", "label": "답변 영역 패딩 (상 우 하 좌)", "type": "text", "placeholder": "32px 24px" }
            ]
        }
    ]
}
