{
  "_comment": "!!! THIS IS AN AUTOMATICALLY GENERATED FILE - DO NOT EDIT !!!",
  "name": "squad-modules/drop-cap-text",
  "d4Shortcode": "disq_drop_cap_text",
  "title": "Drop Cap Text",
  "titles": "Drop Cap Texts",
  "moduleIcon": "divi/module-text",
  "moduleClassName": "disq_drop_cap_text",
  "category": "module",
  "folder": "squad-modules",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "settings": {
        "meta": {
          "adminLabel": {}
        },
        "advanced": {
          "htmlAttributes": {}
        },
        "decoration": {
          "animation": {},
          "background": {},
          "border": {},
          "boxShadow": {},
          "conditions": {},
          "disabledOn": {},
          "filters": {},
          "overflow": {},
          "position": {},
          "scroll": {},
          "sizing": {},
          "spacing": {},
          "sticky": {},
          "transform": {},
          "transition": {},
          "zIndex": {}
        }
      },
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Drop Cap Text"
            }
          }
        }
      },
      "styleProps": {
        "spacing": {
          "important": true
        }
      }
    },
    "content": {
      "type": "object",
      "selector": "{{selector}} .dropcap-text-container",
      "settings": {
        "innerContent": {
          "groupType": "group-items",
          "items": {
            "dropCapLetter": {
              "groupSlug": "contentDropCap",
              "attrName": "content.innerContent",
              "subName": "dropCapLetter",
              "label": "Drop Cap Letter",
              "description": "The leading letter (or word) shown as the drop cap.",
              "features": {
                "dynamicContent": {
                  "type": "text"
                },
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/text"
              }
            },
            "bodyContent": {
              "groupSlug": "contentDropCap",
              "attrName": "content.innerContent",
              "subName": "bodyContent",
              "label": "Body Content",
              "description": "The paragraph content shown after the drop cap.",
              "features": {
                "dynamicContent": {
                  "type": "text"
                },
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/textarea"
              }
            }
          }
        }
      },
      "default": {
        "innerContent": {
          "desktop": {
            "value": {
              "dropCapLetter": "A",
              "bodyContent": "Add your drop cap paragraph here. The first letter is styled as a large drop cap to draw the reader in."
            }
          }
        }
      }
    }
  },
  "customCssFields": {
    "dropCapLetter": {
      "label": "Drop Cap Letter",
      "subName": "dropCapLetter",
      "selectorSuffix": " .drop-cap-letter"
    },
    "bodyText": {
      "label": "Body Text",
      "subName": "bodyText",
      "selectorSuffix": " .body-text"
    }
  },
  "settings": {
    "groups": {
      "contentDropCap": {
        "panel": "content",
        "priority": 10,
        "groupName": "content",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Text"
          }
        }
      }
    }
  }
}
