{
  "apiVersion": 3,
  "name": "vk-simple-copy-block/copy-button",
  "category": "vk-simple-copy-block",
  "title": "Copy Button",
  "description": "Button to copy the code of the copy target block.",
  "textdomain": "vk-simple-copy-block",
  "parent": [
    "vk-simple-copy-block/copy-button-wrap"
  ],
  "attributes": {
    "text": {
      "type": "string"
    },
    "successText": {
      "type": "string"
    },
    "textAlign": {
      "type": "string"
    },
    "width": {
      "type": "number"
    }
  },
  "supports": {
    "className": true,
    "color": {
      "__experimentalSkipSerialization": true,
      "gradients": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "spacing": {
      "__experimentalSkipSerialization": true,
      "padding": [
        "horizontal",
        "vertical"
      ],
      "__experimentalDefaultControls": {
        "padding": true
      }
    },
    "typography": {
      "fontSize": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    },
    "reusable": false,
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalSkipSerialization": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "lock": false
  },
  "editorScript": "file:./index.js"
}