{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wedocs/doc-actions",
  "version": "1.0.0",
  "title": "weDocs Documentation Actions",
  "category": "wedocs",
  "icon": "share",
  "description": "Action buttons for documentation - Copy Markdown, Open in ChatGPT, Open in Claude, and more.",
  "example": {},
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "left",
      "center",
      "right",
      "wide",
      "full"
    ],
    "spacing": {
      "margin": true,
      "padding": true,
      "__experimentalDefaultControls": {
        "padding": true,
        "margin": true
      }
    }
  },
  "attributes": {
    "blockId": {
      "type": "string",
      "default": ""
    },
    "showCopyMarkdown": {
      "type": "boolean",
      "default": true
    },
    "showChatGPT": {
      "type": "boolean",
      "default": true
    },
    "showClaude": {
      "type": "boolean",
      "default": true
    },
    "buttonStyle": {
      "type": "string",
      "default": "outlined"
    },
    "buttonSize": {
      "type": "string",
      "default": "medium"
    },
    "alignment": {
      "type": "string",
      "default": "left"
    },
    "spacing": {
      "type": "string",
      "default": "10px"
    },
    "backgroundColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "textColor": {
      "type": "string",
      "default": "#000000"
    },
    "borderColor": {
      "type": "string",
      "default": "#000000"
    },
    "borderWidth": {
      "type": "string",
      "default": "1px"
    },
    "borderRadius": {
      "type": "string",
      "default": "6px"
    },
    "hoverBackgroundColor": {
      "type": "string",
      "default": "#000000"
    },
    "hoverTextColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "fontSize": {
      "type": "string",
      "default": "14px"
    },
    "padding": {
      "type": "object",
      "default": {
        "top": "20px",
        "right": "0px",
        "bottom": "20px",
        "left": "0px"
      }
    },
    "margin": {
      "type": "object",
      "default": {
        "top": "0px",
        "right": "0px",
        "bottom": "20px",
        "left": "0px"
      }
    },
    "promptTemplate": {
      "type": "string",
      "default": "Need more information on \"{title}\"\n\nSource: {url}"
    }
  },
  "textdomain": "wedocs-plugin",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}