{
  "_comment": "!!! THIS IS AN AUTOMATICALLY GENERATED FILE - DO NOT EDIT !!!",
  "name": "divi/number-counter",
  "d4Shortcode": "et_pb_number_counter",
  "moduleClassName": "et_pb_number_counter",
  "moduleOrderClassName": "et_pb_number_counter",
  "title": "Number Counter",
  "titles": "Number Counters",
  "moduleIcon": "divi/module-number-counter",
  "category": "module",
  "childrenName": [],
  "videos": [
    {
      "id": "ICNJjf8VqEA",
      "name": "An introduction to the Number Counter module"
    },
    {
      "id": "1iqjhnHVA9Y",
      "name": "Design Settings and Advanced Module Settings"
    },
    {
      "id": "boNZZ0MYU0E",
      "name": "Saving and loading from the library"
    }
  ],
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "styleProps": {
        "spacing": {
          "important": {
            "desktop": {
              "value": {
                "margin": true
              }
            }
          }
        }
      },
      "settings": {
        "meta": {
          "meta": {}
        },
        "advanced": {
          "elements": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "contentElements",
              "priority": 5,
              "render": true,
              "component": {
                "type": "group",
                "name": "divi/elements",
                "props": {
                  "grouped": false
                }
              }
            }
          },
          "html": {},
          "link": {},
          "loop": {},
          "text": {}
        },
        "decoration": {
          "layout": {},
          "animation": {},
          "attributes": {},
          "background": {},
          "border": {},
          "boxShadow": {},
          "conditions": {},
          "disabledOn": {},
          "filters": {},
          "interactions": {},
          "overflow": {},
          "order": {},
          "position": {},
          "scroll": {},
          "sizing": {},
          "spacing": {},
          "sticky": {},
          "transform": {},
          "transition": {},
          "zIndex": {}
        }
      }
    },
    "title": {
      "type": "object",
      "selector": "{{selector}}.et_pb_number_counter h3, {{selector}}.et_pb_number_counter h1.title, {{selector}}.et_pb_number_counter h2.title, {{selector}}.et_pb_number_counter h4.title, {{selector}}.et_pb_number_counter h5.title, {{selector}}.et_pb_number_counter h6.title",
      "supportsCustomAttributes": true,
      "attributes": {
        "class": "title"
      },
      "tagName": "h3",
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously",
      "styleProps": {
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true
                }
              }
            }
          }
        }
      },
      "settings": {
        "innerContent": {
          "groupType": "group-item",
          "item": {
            "groupSlug": "contentText",
            "priority": 5,
            "render": true,
            "label": "Title",
            "description": "Input a title for the counter.",
            "category": "basic_option",
            "features": {
              "dynamicContent": {
                "type": "text"
              },
              "preset": "content"
            },
            "component": {
              "name": "divi/text",
              "type": "field"
            }
          }
        },
        "decoration": {
          "font": {
            "priority": 10,
            "component": {
              "props": {
                "groupLabel": "Title Text",
                "fieldLabel": "Title",
                "fields": {
                  "headingLevel": {
                    "render": true
                  }
                }
              }
            }
          }
        }
      }
    },
    "number": {
      "type": "object",
      "selector": "{{selector}}.et_pb_number_counter .percent p",
      "supportsCustomAttributes": true,
      "settings": {
        "advanced": {
          "enablePercentSign": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "contentElements",
              "priority": 15,
              "render": true,
              "label": "Percent Sign",
              "description": "Here you can choose whether the percent sign should be added after the number set above.",
              "category": "configuration",
              "defaultAttr": {
                "desktop": {
                  "value": "on"
                }
              },
              "features": {
                "sticky": false,
                "preset": [
                  "html"
                ]
              },
              "component": {
                "type": "field",
                "name": "divi/toggle",
                "props": {
                  "options": {
                    "off": "Off",
                    "on": "On"
                  }
                }
              }
            }
          }
        },
        "innerContent": {
          "groupType": "group-item",
          "item": {
            "groupSlug": "contentText",
            "priority": 10,
            "render": true,
            "label": "Number",
            "description": "Define a number for the counter. (Don't include the percentage sign, use the option below.)",
            "category": "basic_option",
            "defaultAttr": {
              "desktop": {
                "value": "0"
              }
            },
            "features": {
              "preset": "content"
            },
            "component": {
              "name": "divi/text",
              "type": "field"
            }
          }
        },
        "decoration": {
          "font": {
            "priority": 20,
            "component": {
              "props": {
                "groupLabel": "Number Text",
                "fieldLabel": "Number",
                "fields": {
                  "headingLevel": {
                    "render": false
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "customCssFields": {
    "percent": {
      "label": "Percent",
      "subName": "percent",
      "selectorSuffix": " .percent"
    },
    "numberCounterTitle": {
      "label": "Number Counter Title",
      "subName": "numberCounterTitle",
      "selectorSuffix": " .title"
    }
  },
  "script": [
    "divi-module-library-script-number-counter"
  ],
  "settings": {
    "content": "auto",
    "design": "auto",
    "advanced": "auto",
    "groups": {
      "contentText": {
        "panel": "content",
        "priority": 10,
        "groupName": "text",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Text"
          }
        }
      },
      "contentElements": {
        "panel": "content",
        "priority": 15,
        "groupName": "element",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Elements",
            "preset": "content"
          }
        }
      }
    }
  }
}