{
  "_comment": "!!! THIS IS AN AUTOMATICALLY GENERATED FILE - DO NOT EDIT !!!",
  "name": "squad-modules/breadcrumbs",
  "d4Shortcode": "disq_breadcrumbs",
  "title": "Breadcrumbs",
  "titles": "Breadcrumbs",
  "moduleIcon": "divi/module-breadcrumb",
  "moduleClassName": "disq_breadcrumbs",
  "category": "module",
  "folder": "squad-modules",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "settings": {
        "meta": {
          "adminLabel": {}
        },
        "advanced": {
          "htmlAttributes": {}
        },
        "decoration": {
          "animation": {},
          "background": {},
          "border": {},
          "boxShadow": {},
          "conditions": {},
          "disabledOn": {},
          "filters": {},
          "font": {},
          "overflow": {},
          "position": {},
          "scroll": {},
          "sizing": {},
          "spacing": {},
          "sticky": {},
          "transform": {},
          "transition": {},
          "zIndex": {}
        }
      },
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Breadcrumbs"
            }
          }
        }
      },
      "styleProps": {
        "spacing": {
          "important": true
        }
      }
    },
    "content": {
      "type": "object",
      "selector": "{{selector}} .breadcrumbs",
      "settings": {
        "innerContent": {
          "groupType": "group-items",
          "items": {
            "homeText": {
              "groupSlug": "contentText",
              "attrName": "content.innerContent",
              "subName": "homeText",
              "label": "Home Text",
              "description": "The default Home text in the Breadcrumbs.",
              "features": {
                "dynamicContent": {
                  "type": "text"
                },
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/text"
              }
            },
            "beforeText": {
              "groupSlug": "contentText",
              "attrName": "content.innerContent",
              "subName": "beforeText",
              "label": "Before Text",
              "description": "Text to display before breadcrumbs.",
              "features": {
                "dynamicContent": {
                  "type": "text"
                },
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/text"
              }
            }
          }
        }
      },
      "default": {
        "innerContent": {
          "desktop": {
            "value": {
              "homeText": "Home",
              "beforeText": ""
            }
          }
        }
      }
    },
    "separator": {
      "type": "object",
      "selector": "{{selector}} .breadcrumbs .separator",
      "settings": {
        "innerContent": {
          "groupType": "group-items",
          "items": {
            "icon": {
              "groupSlug": "contentSeparator",
              "attrName": "separator.innerContent",
              "subName": "icon",
              "label": "Separator Icon",
              "description": "Choose an icon to separate breadcrumb items.",
              "features": {
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/icon-picker"
              }
            }
          }
        }
      },
      "default": {
        "innerContent": {
          "desktop": {
            "value": {
              "icon": {
                "unicode": "&#x39;",
                "type": "divi",
                "weight": "400"
              }
            }
          }
        }
      }
    },
    "colors": {
      "type": "object",
      "selector": "{{selector}} .breadcrumbs",
      "settings": {
        "innerContent": {
          "groupType": "group-items",
          "items": {
            "linkColor": {
              "groupSlug": "designColors",
              "attrName": "colors.innerContent",
              "subName": "linkColor",
              "label": "Link Color",
              "description": "Here you can define a custom color for the links in the breadcrumbs.",
              "features": {
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/color-picker"
              }
            },
            "separatorColor": {
              "groupSlug": "designColors",
              "attrName": "colors.innerContent",
              "subName": "separatorColor",
              "label": "Separator Color",
              "description": "Here you can define a custom color for the separator in the breadcrumbs.",
              "features": {
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/color-picker"
              }
            },
            "currentTextColor": {
              "groupSlug": "designColors",
              "attrName": "colors.innerContent",
              "subName": "currentTextColor",
              "label": "Current Page Color",
              "description": "Here you can define a custom color for the current text in the breadcrumbs.",
              "features": {
                "sticky": false
              },
              "render": true,
              "priority": 30,
              "component": {
                "type": "field",
                "name": "divi/color-picker"
              }
            }
          }
        }
      }
    }
  },
  "customCssFields": {
    "homeText": {
      "label": "Home Text",
      "subName": "homeText",
      "selectorSuffix": " .home"
    },
    "breadcrumbList": {
      "label": "Breadcrumb List",
      "subName": "breadcrumbList",
      "selectorSuffix": " .breadcrumb-list"
    },
    "currentItem": {
      "label": "Current Page",
      "subName": "currentItem",
      "selectorSuffix": " .current"
    }
  },
  "settings": {
    "groups": {
      "contentText": {
        "panel": "content",
        "priority": 10,
        "groupName": "content",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Text Content"
          }
        }
      },
      "contentSeparator": {
        "panel": "content",
        "priority": 20,
        "groupName": "separator",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Icons"
          }
        }
      },
      "designColors": {
        "panel": "design",
        "priority": 10,
        "groupName": "colors",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Colors"
          }
        }
      }
    }
  }
}
