{
  "name": "dnxte/person-item",
  "d4Shortcode": "dnxte_person_item",
  "title": "New Social Newwork",
  "titles": "Person Items",
  "category": "child-module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}} .dnext-person-social-icon span",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Person Item"
            }
          }
        }
      }
    },
    "social_icon": {
      "type": "object",
      "selector": "{{selector}} .dnext-person-social-icon span",
      "tagName": "span",
      "default": {
        "advanced": {
          "listIcon": {
            "desktop": {
              "value": "facebook"
            }
          }
        }
      },
      "settings": {
        "advanced": {
          "listIcon": {
            "desktop": {
              "value": "facebook"
            }
          },
          "icon": {
            "desktop": {
              "value": ""
            }
          },
          "url": {
            "desktop": {
              "value": "https://www.facebook.com"
            }
          }
        }
      },
      "styleProps":{
        "spacing": {
          "important": true,
          "selector": "{{selector}}"
        }
      }
    }
  },
  "customCssFields": {}
}
