{
  "name": "dnxte/next-social-share-item",
  "title": "Social Share Item",
  "titles": "Social Share Items",
  "category": "child-module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}} .next_social_share_item__btn",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Social Share Item"
            }
          }
        }
      },
      "styleProps": {
        "spacing": {
          "important": true
        }
      }
    },
    "buttonLabel": {
      "type": "object",
      "selector": "{{selector}} .next_social_share_item__btn-label",
      "tagName": "span",
      "attributes": {
        "class": "next_social_share_item__btn-label"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "socialShareItem": {
      "type": "object",
      "selector": ".dnxte-next-social-share-container .next_social_share__buttons {{selector}} .next_social_share_item__btn",
      "default": {
        "advanced": {
          "network": {
            "desktop": {
              "value": "facebook"
            }
          },
          "customLabel": {
            "desktop": {
              "value": ""
            }
          },
          "iconSize": {
            "desktop": {
              "value": "20px"
            }
          }
        }
      },
      "settings": {
        "advanced": {
          "network": {},
          "customLabel": {},
          "customIcon": {},
          "iconSize": {},
          "overrideIconColor": {}
        },
        "decoration": {
          "spacing": {},
          "border": {},
          "boxShadow": {},
          "background": {}
        }
      }
    }
  },
  "customCssFields": {
    "button": {
      "subName": "button",
      "selectorSuffix": " .next_social_share_item__btn"
    },
    "buttonIcon": {
      "subName": "buttonIcon",
      "selectorSuffix": " .next_social_share_item__btn-icon"
    },
    "buttonLabel": {
      "subName": "buttonLabel",
      "selectorSuffix": " .next_social_share_item__btn-label"
    }
  }
}
