{
  "name": "dnxte/next-social-share",
  "title": "Social Share",
  "titles": "Social Shares",
  "moduleIcon": "dnxte/NextSocialShare",
  "category": "module",
  "folder": "divi-essential",
  "childModuleName": "dnxte/next-social-share-item",
  "childrenName": ["dnxte/next-social-share-item"],
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Social Share"
            }
          }
        }
      },
      "styleProps": {
        "spacing": {
          "important": true
        }
      }
    },
    "title": {
      "type": "object",
      "selector": "{{selector}} .next_social_share__title",
      "tagName": "h3",
      "attributes": {
        "class": "next_social_share__title"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously",
      "styleProps": {
        "spacing": {
          "important": true
        }
      }
    },
    "socialShare": {
      "type": "object",
      "selector": "{{selector}} .dnxte-next-social-share-container",
      "default": {
        "advanced": {
          "showTitle": {
            "desktop": {
              "value": "off"
            }
          },
          "urlSource": {
            "desktop": {
              "value": "current_page"
            }
          },
          "customUrl": {
            "desktop": {
              "value": ""
            }
          },
          "shareTitle": {
            "desktop": {
              "value": ""
            }
          },
          "shareDescription": {
            "desktop": {
              "value": ""
            }
          },
          "layoutStyle": {
            "desktop": {
              "value": "icon_only"
            }
          },
          "columns": {
            "desktop": {
              "value": "6"
            }
          },
          "columnGap": {
            "desktop": {
              "value": "10px"
            }
          },
          "rowGap": {
            "desktop": {
              "value": "10px"
            }
          },
          "alignment": {
            "desktop": {
              "value": "flex-start"
            }
          },
          "colorMode": {
            "desktop": {
              "value": "brand"
            }
          },
          "hoverAnimation": {
            "desktop": {
              "value": "none"
            }
          }
        }
      },
      "settings": {
        "advanced": {
          "showTitle": {},
          "urlSource": {},
          "customUrl": {},
          "shareTitle": {},
          "shareDescription": {},
          "layoutStyle": {},
          "columns": {},
          "columnGap": {},
          "rowGap": {},
          "alignment": {},
          "colorMode": {},
          "hoverAnimation": {}
        }
      }
    },
    "socialShareItem": {
      "type": "object",
      "selector": "{{selector}} .dnxte-next-social-share-container .next_social_share__buttons .next_social_share_item__btn",
      "default": {
        "advanced": {
          "customIconColor": {
            "desktop": {
              "value": "#fff"
            }
          },
          "iconSize": {
            "desktop": {
              "value": "20px"
            }
          }
        }
      },
      "styleProps": {
        "background": {
          "selector": "{{selector}} .next_social_share__color-custom .next_social_share_item__btn"
       }
      }
    }
  },
  "customCssFields": {
    "container": {
      "subName": "container",
      "selectorSuffix": " .dnxte-next-social-share-container"
    },
    "title": {
      "subName": "title",
      "selectorSuffix": " .next_social_share__title"
    },
    "buttonsWrapper": {
      "subName": "buttonsWrapper",
      "selectorSuffix": " .next_social_share__buttons"
    }
  }
}
