{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "getwid/template-post-button",
  "description": "Adds a button linking to the post.",
  "title": "Button",
  "category": "getwid-post-blocks",
  "icon": "button",
  "textdomain": "getwid",
  "supports": {
    "inserter": true
  },
  "attributes": {
    "backgroundColor": {
      "type": "string"
    },
    "textColor": {
      "type": "string"
    },
    "customBackgroundColor": {
      "type": "string"
    },
    "customTextColor": {
      "type": "string"
    },
    "buttonText": {
      "type": "string",
      "default": "Read More"
    },
    "align": {
      "type": "string"
    },
    "textAlignment": {
      "type": "string"
    },
    "className": {
      "type": "string"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "style": "file:./style.css"
}