{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "fse-blocks/post-buttons",
  "version": "1.0.0",
  "title": "Posts Buttons Group",
  "category": "fse-blocks",
  "icon": "smiley",
  "description": "You can create buttons for any posts",
  "example": {},
  "supports": {
    "html": false,
    "spacing": {
      "blockGap": true
    }
  },
  "attributes": {
    "JustifyContent": {
      "type": "string",
      "enum": [
        "left",
        "center",
        "right",
        "justify"
      ],
      "default": "center"
    }
  },
  "textdomain": "fse-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}