{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "modern-fields/post-reference",
  "version": "1.0",
  "title": "Post Reference",
  "category": "mf-select-fields",
  "description": "Point to a single post, page or custom post type.",
  "keywords": [
    "post object",
    "page link",
    "relation",
    "related",
    "acf"
  ],
  "attributes": {
    "defaultValue": {
      "type": "number",
      "default": null
    },
    "allowedPostTypes": {
      "type": "array",
      "default": []
    },
    "allowedStatuses": {
      "type": "array",
      "default": []
    },
    "bidirectional": {
      "type": "boolean",
      "default": false
    }
  },
  "example": {
    "attributes": {
      "label": "Post Reference"
    },
    "viewportWidth": 300
  },
  "textdomain": "modern-fields",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}