{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "sfb/swift-share",
  "version": "1.1.0",
  "title": "Swift Share Buttons",
  "category": "swift-blocks",
  "icon": "share",
  "description": "Displays customizable social media share buttons.",
  "attributes": {
    "enabledPlatforms": {
      "type": "object",
      "default": {
        "twitter": true,
        "facebook": true,
        "whatsapp": true,
        "linkedin": false,
        "reddit": false,
        "telegram": false,
        "email": false
      }
    },
    "layoutDirection": {
      "type": "string",
      "default": "row"
    },
    "gap": {
      "type": "number",
      "default": 10
    },
    "iconSize": {
      "type": "number",
      "default": 24
    },
    "iconRadius": {
      "type": "number",
      "default": 8
    },
    "iconColor": {
      "type": "string",
      "default": "#333333"
    },
    "iconBgColor": {
      "type": "string",
      "default": "#000000"
    },
    "iconPadding": {
      "type": "number",
      "default": "4"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "swift-fse-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style.css",
  "render": "file:./render.php"
}
