{
  "apiVersion": 3,
  "title": "Share Post",
  "name": "brandy/share-post",
  "category": "brandy-blocks",
  "description": "Allow visitors to share this post on social media or copy the link.",
  "keywords": [
    "share",
    "social",
    "post",
    "copy link",
    "twitter",
    "facebook"
  ],
  "attributes": {
    "displayMode": {
      "type": "string",
      "default": "popup"
    },
    "enableCopyLink": {
      "type": "boolean",
      "default": true
    },
    "copyLinkText": {
      "type": "string",
      "default": "Copy link"
    },
    "socials": {
      "type": "array",
      "default": [
        {
          "id": "twitter",
          "enabled": true,
          "text": "Share on Twitter"
        },
        {
          "id": "facebook",
          "enabled": true,
          "text": "Share on Facebook"
        },
        {
          "id": "linkedin",
          "enabled": true,
          "text": "Share on LinkedIn"
        },
        {
          "id": "pinterest",
          "enabled": false,
          "text": "Share on Pinterest"
        },
        {
          "id": "email",
          "enabled": false,
          "text": "Share via Email"
        },
        {
          "id": "whatsapp",
          "enabled": false,
          "text": "Share on WhatsApp"
        }
      ]
    },
    "popupStyles": {
      "type": "object",
      "default": {
        "background": "#ffffff",
        "borderRadius": "12px",
        "borderWidth": "1px",
        "borderColor": "#e2e8f0",
        "borderStyle": "solid",
        "shadow": "0 4px 24px rgba(0,0,0,0.12)",
        "itemPadding": "12px",
        "textColor": "#374151",
        "hoverBackground": "#f9fafb",
        "hoverTextColor": "#111827"
      }
    },
    "popupPosition": {
      "type": "string",
      "default": "bottom-left"
    }
  },
  "supports": {
    "html": false,
    "interactivity": true,
    "color": {
      "background": false,
      "text": false
    },
    "spacing": {
      "margin": true
    }
  },
  "example": {
    "viewportWidth": 800
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php",
  "viewScriptModule": "file:./view.js"
}