{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "name": "advanced-posts-blocks/post",
  "apiVersion": 3,
  "title": "Single Post",
  "description": "Display single post.",
  "icon": "text-page",
  "textdomain": "advanced-posts-blocks",
  "attributes": {
    "align": {
      "type": "string",
      "enum": [
        "center",
        "wide",
        "full"
      ]
    },
    "postType": {
      "type": "string",
      "default": "post"
    },
    "postId": {
      "type": "number",
      "default": 0
    }
  },
  "supports": {
    "align": [
      "center",
      "wide",
      "full"
    ],
    "html": false
  },
  "category": "widgets",
  "editorScript": "file:./index.js"
}