{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "foxiz/related",
  "version": "1.0",
  "title": "Related Posts - Ruby",
  "category": "widgets",
  "icon": "superhero-alt",
  "textdomain": "foxiz-core",
  "editorScript": "file:./index.js",
  "keywords": [
    "foxiz",
    "ruby",
    "related",
    "post",
    "list"
  ],
  "description": "Show a list of related posts.",
  "supports": {
    "html": false
  },
  "attributes": {
    "where": {
      "type": "string",
      "default": "all"
    },
    "order": {
      "type": "string",
      "default": "rand"
    },
    "ids": {
      "type": "string",
      "default": ""
    },
    "total": {
      "type": "number",
      "default": 5
    },
    "heading": {
      "type": "string",
      "default": "More Read"
    },
    "heading_tag": {
      "type": "string",
      "default": "h4"
    },
    "heading_layout": {
      "type": "string",
      "default": "0"
    },
    "layout": {
      "type": "string",
      "default": "1"
    },
    "style": {
      "type": "string",
      "default": "default"
    },
    "width": {
      "type": "string",
      "default": "wide"
    }
  }
}