{
    "@import": "./element.php",
    "name": "social_item",
    "title": "Item",
    "width": 500,
    "templates": {
        "render": "./templates/template.php",
        "content": "./templates/content.php"
    },
    "fields": {
        "link": {
            "label": "Link",
            "attrs": {
                "placeholder": "https://"
            },
            "source": true,
            "description": "Enter link to your social profile. A corresponding <a href=\"https://getuikit.com/docs/icon\" target=\"_blank\">UIkit brand icon</a> will be displayed automatically, if available. Links to email addresses and phone numbers, like mailto:info@example.com or tel:+491570156, are also supported."
        },
        "link_aria_label": {
            "label": "Link ARIA Label",
            "description": "Set a different link ARIA label for this item.",
            "source": true
        },
        "icon": {
            "label": "Icon",
            "description": "Pick an alternative icon from the icon library.",
            "type": "icon",
            "source": true,
            "enable": "!image"
        },
        "image": {
            "label": "Image",
            "description": "Pick an alternative SVG image from the media manager.",
            "type": "image",
            "source": true,
            "enable": "!icon"
        },
        "status": "${builder.statusItem}",
        "source": "${builder.source}"
    },
    "fieldset": {
        "default": {
            "type": "tabs",
            "fields": [
                {
                    "title": "Content",
                    "fields": ["link", "link_aria_label", "icon", "image"]
                },
                "${builder.advancedItem}"
            ]
        }
    }
}
