{
  "name": "divitorque/faq-item",
  "moduleClassName": "dtq_faq_item",
  "moduleOrderClassName": "dtq_faq_item",
  "title": "FAQ Item",
  "titles": "FAQ Items",
  "moduleIcon": "divitorque/faq-item",
  "category": "child-module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "settings": {
        "meta": {
          "adminLabel": {}
        },
        "advanced": {
          "htmlAttributes": {}
        },
        "decoration": {
          "animation": {},
          "background": {},
          "border": {},
          "boxShadow": {},
          "filters": {},
          "spacing": {},
          "transform": {},
          "transition": {},
          "disabledOn": {}
        }
      }
    },
    "question": {
      "type": "object",
      "selector": "{{selector}} .dtq-accordion__title-text",
      "elementType": "heading",
      "tagName": "h3",
      "inlineEditor": "plainText",
      "attributes": {
        "class": "dtq-accordion__title-text"
      },
      "childrenSanitizer": "et_core_esc_previously",
      "settings": {
        "innerContent": {
          "groupType": "group-item",
          "item": {
            "groupSlug": "contentMain",
            "priority": 10,
            "render": true,
            "attrName": "question.innerContent",
            "label": "Question",
            "description": "The FAQ question (shown on the header).",
            "component": {
              "type": "field",
              "name": "divi/text"
            },
            "features": {
              "sticky": false,
              "responsive": false,
              "hover": false,
              "dynamicContent": true
            }
          }
        }
      }
    },
    "answer": {
      "type": "object",
      "selector": "{{selector}} .dtq-accordion__content-inner",
      "elementType": "content",
      "attributes": {
        "class": "dtq-accordion__content-inner"
      },
      "settings": {
        "innerContent": {
          "groupType": "group-item",
          "item": {
            "groupSlug": "contentMain",
            "priority": 20,
            "render": true,
            "attrName": "answer.innerContent",
            "label": "Answer",
            "description": "The answer revealed when the question is opened.",
            "component": {
              "type": "field",
              "name": "divi/richtext"
            },
            "features": {
              "sticky": false,
              "responsive": false,
              "hover": false,
              "dynamicContent": true
            }
          }
        }
      }
    }
  },
  "customCssFields": {
    "question": {
      "subName": "question",
      "selectorSuffix": " .dtq-accordion__title-text"
    },
    "answer": {
      "subName": "answer",
      "selectorSuffix": " .dtq-accordion__content-inner"
    }
  },
  "settings": {
    "content": "auto",
    "design": "auto",
    "advanced": "auto",
    "groups": {
      "contentMain": {
        "panel": "content",
        "priority": 10,
        "groupName": "contentMain",
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Content"
          }
        }
      }
    }
  }
}