{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "getwid/template-post-link",
  "description": "Displays a link to the post.",
  "title": "Link",
  "category": "getwid-post-blocks",
  "icon": "admin-links",
  "textdomain": "getwid",
  "supports": {
    "inserter": true
  },
  "attributes": {
    "textColor": {
      "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"
}