{
  "name": "dnxte/next-team-overlay-item",
  "d4Shortcode": "dnxte_team_overlay_item",
  "title": "Team Overlay Item",
  "titles": "Team Overlay Items",
  "category": "child-module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}} .dnext-teamovl-social-icon span",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Team Overlay Item"
            }
          }
        }
      }

    },
    "skype": {
      "type": "object"      
    },
    "icon": {
      "type": "object"
    },
    "socialUrl": {
      "type": "object",
      "selector": "{{selector}} .dnext-teamovl-social-icon",
      "tagName": "a",
      "attributes": {
        "class": "dnext-teamovl-social-icon"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "social_icon": {
      "type": "object",
      "selector": "{{selector}} .dnext-teamovl-social-icon span",
      "tagName": "span",
      "default":{
        "advanced": {
          "use": {
            "listIcon": {
              "desktop": {
                "value": "facebook"
              }
            }
          }
        }
      },
      "settings": {
        "advanced": {
          "color": {},
          "size": {}
        },
        "decoration": {
          "spacing": {},
          "border": {},
          "boxShadow": {}
        }
      }
    }

  },
  "customCssFields": {    
    "socialIconSpacing": {
      "subName": "socialIconSpacing",
      "selectorSuffix": " .dnext-teamovl-social-icon"
    }
  }
}
