{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "easy-share-solution/share-block",
    "version": "2.0.0",
    "title": "Easy Share Buttons",
    "category": "easy-share-solution",
    "icon": "share",
    "description": "Add social media sharing buttons to your content.",
    "keywords": ["share", "social", "social media", "buttons"],
    "textdomain": "easy-share-solution",
    "editorScript": "file:./index.js",
    "attributes": {
        "selectedPlatforms": {
            "type": "array",
            "default": ["facebook", "x_com", "linkedin", "whatsapp", "pinterest"]
        },
        "iconStyle": {
            "type": "string",
            "default": "circle"
        },
        "layout": {
            "type": "string",
            "default": "horizontal"
        },
        "showLabels": {
            "type": "boolean",
            "default": false
        },
        "alignment": {
            "type": "string",
            "default": "left"
        },
        "showMoreButton": {
            "type": "boolean",
            "default": true
        }
    },
    "supports": {
        "html": false,
        "align": ["left", "center", "right"],
        "spacing": {
            "margin": true,
            "padding": true
        }
    }
}
