{
  "name": "divitorque/skill-bar",
  "d4Shortcode": "ba_skill_bar",
  "moduleClassName": "dtq_skill_bar",
  "moduleOrderClassName": "dtq_skill_bar",
  "title": "Skill Bar",
  "titles": "Skill Bars",
  "moduleIcon": "divitorque/skill-bar",
  "category": "module",
  "childModuleName": "divitorque/skill-bar-item",
  "childModuleTitle": "Skill Bar Item",
  "childrenName": [
    "divitorque/skill-bar-item"
  ],
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "advanced": {
          "titleSpacingBottom": { "desktop": { "value": "10px" } },
          "barSpacingBottom": { "desktop": { "value": "20px" } },
          "nameSpacing": { "desktop": { "value": "15px" } },
          "levelSpacing": { "desktop": { "value": "15px" } }
        }
      },
      "settings": {
        "meta": { "adminLabel": {} },
        "advanced": {
          "htmlAttributes": {},
          "titleSpacingBottom": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designTitle",
              "attrName": "module.advanced.titleSpacingBottom",
              "label": "Spacing Bottom",
              "description": "Here you can define a custom spacing at the bottom of the title.",
              "priority": 20,
              "render": true,
              "features": { "sticky": false, "responsive": true, "hover": false },
              "component": { "type": "field", "name": "divi/range", "props": { "min": 0, "max": 200, "step": 1, "defaultUnit": "px" } }
            }
          },
          "barSpacingBottom": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designBar",
              "attrName": "module.advanced.barSpacingBottom",
              "label": "Bar Spacing Bottom",
              "description": "Here you can define a custom spacing at the bottom of the bar item.",
              "priority": 10,
              "render": true,
              "features": { "sticky": false, "responsive": true, "hover": false },
              "component": { "type": "field", "name": "divi/range", "props": { "min": 0, "max": 100, "step": 1, "defaultUnit": "px" } }
            }
          },
          "nameSpacing": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designName",
              "attrName": "module.advanced.nameSpacing",
              "label": "Name Spacing",
              "description": "Define name spacing from the edge.",
              "priority": 20,
              "render": true,
              "features": { "sticky": false, "responsive": false, "hover": false },
              "component": { "type": "field", "name": "divi/range", "props": { "min": 0, "max": 100, "step": 1, "defaultUnit": "px" } }
            }
          },
          "levelSpacing": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designLevel",
              "attrName": "module.advanced.levelSpacing",
              "label": "Level Spacing",
              "description": "Define level spacing from the edge.",
              "priority": 20,
              "render": true,
              "features": { "sticky": false, "responsive": false, "hover": false },
              "component": { "type": "field", "name": "divi/range", "props": { "min": 0, "max": 100, "step": 1, "defaultUnit": "px" } }
            }
          }
        },
        "decoration": {
          "animation": {},
          "layout": {},
          "background": {},
          "border": {},
          "boxShadow": {},
          "filters": {},
          "overflow": {},
          "position": {},
          "scroll": {},
          "spacing": {},
          "sizing": {},
          "sticky": {},
          "transform": {},
          "transition": {},
          "zIndex": {},
          "disabledOn": {}
        }
      }
    },
    "title": {
      "type": "object",
      "selector": "{{selector}} .dtq-skill__title",
      "elementType": "heading",
      "tagName": "h3",
      "inlineEditor": "plainText",
      "attributes": {
        "class": "dtq-skill__title"
      },
      "childrenSanitizer": "et_core_esc_previously",
      "default": {
        "decoration": {
          "font": {
            "font": {
              "desktop": {
                "value": {
                  "headingLevel": "h3",
                  "size": "30px",
                  "lineHeight": "1em"
                }
              }
            }
          }
        }
      },
      "settings": {
        "innerContent": {
          "groupType": "group-item",
          "item": {
            "groupSlug": "contentText",
            "priority": 10,
            "render": true,
            "attrName": "title.innerContent",
            "label": "Title",
            "description": "Define the title text for your module.",
            "component": { "type": "field", "name": "divi/text" },
            "features": { "sticky": false, "responsive": false, "hover": false, "dynamicContent": true }
          }
        },
        "decoration": {
          "font": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designTitle",
              "priority": 10,
              "render": true,
              "component": {
                "name": "divi/font",
                "type": "group",
                "props": {
                  "grouped": false,
                  "fieldLabel": "Title",
                  "hideTextAlign": true,
                  "fields": {
                    "headingLevel": { "render": true }
                  }
                }
              }
            }
          }
        }
      }
    },
    "name": {
      "type": "object",
      "selector": "{{selector}} .dtq-skillbar__name",
      "default": {
        "decoration": {
          "font": {
            "font": {
              "desktop": {
                "value": {
                  "size": "14px",
                  "lineHeight": "1em"
                }
              }
            }
          }
        }
      },
      "settings": {
        "decoration": {
          "font": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designName",
              "priority": 10,
              "render": true,
              "component": {
                "name": "divi/font",
                "type": "group",
                "props": {
                  "grouped": false,
                  "fieldLabel": "Name",
                  "hideTextAlign": true
                }
              }
            }
          }
        }
      }
    },
    "level": {
      "type": "object",
      "selector": "{{selector}} .dtq-skillbar__level",
      "default": {
        "decoration": {
          "font": {
            "font": {
              "desktop": {
                "value": {
                  "size": "14px",
                  "lineHeight": "1em"
                }
              }
            }
          }
        }
      },
      "settings": {
        "decoration": {
          "font": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designLevel",
              "priority": 10,
              "render": true,
              "component": {
                "name": "divi/font",
                "type": "group",
                "props": {
                  "grouped": false,
                  "fieldLabel": "Level",
                  "hideTextAlign": true
                }
              }
            }
          }
        }
      }
    }
  },
  "customCssFields": {
    "title": { "subName": "title", "selectorSuffix": " .dtq-skill__title" }
  },
  "settings": {
    "content": "auto",
    "design": "auto",
    "advanced": "auto",
    "groups": {
      "contentText": {
        "panel": "content",
        "priority": 10,
        "groupName": "text",
        "component": { "name": "divi/composite", "props": { "groupLabel": "Content" } }
      },
      "designTitle": {
        "panel": "design",
        "priority": 10,
        "groupName": "title",
        "multiElements": true,
        "component": { "name": "divi/composite", "props": { "groupLabel": "Title Text", "clipboardCategory": "style", "presetGroup": "divi/font" } }
      },
      "designName": {
        "panel": "design",
        "priority": 20,
        "groupName": "name",
        "multiElements": true,
        "component": { "name": "divi/composite", "props": { "groupLabel": "Name Text", "clipboardCategory": "style", "presetGroup": "divi/font" } }
      },
      "designLevel": {
        "panel": "design",
        "priority": 30,
        "groupName": "level",
        "multiElements": true,
        "component": { "name": "divi/composite", "props": { "groupLabel": "Level Text", "clipboardCategory": "style", "presetGroup": "divi/font" } }
      },
      "designBar": {
        "panel": "design",
        "priority": 40,
        "groupName": "bar",
        "component": { "name": "divi/composite", "props": { "groupLabel": "Bar" } }
      }
    }
  }
}
