{
  "name": "dnxte/team-overlay-card-item",
  "d4Shortcode": "dnxte_team_overlay_card_item",
  "title": "Team Overlay Card Item",
  "titles": "Team Overlay Card Items",
  "parent": ["dnxte/team-overlay-card"],

  "category": "child-module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}} .dnext-teamovl-card-social-icon span",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Team Overlay Card Item"
            }
          }
        }
      }
    },
    "socialUrl": {
      "type": "object",
      "selector": "{{selector}} .dnext-teamovl-card-social-icon",
      "tagName": "a",
      "attributes": {
        "class": "dnext-teamovl-card-social-icon"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "social_icon": {
      "type": "object",
      "selector": "{{selector}} .dnext-teamovl-card-social-icon span",
      "tagName": "span",
      "default": {
        "advanced": {
          "use": {
            "listIcon": {
              "desktop": {
                "value": "facebook"
              }
            }
          }
        }
      }
    }
  },
  "customCssFields": {}
}
