{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "showcase-creator/showcase",
  "version": "0.1.0",
  "title": "Showcase",
  "category": "widgets",
  "icon": "slides",
  "description": "Displays posts with a custom layout using a custom post query that allows custom post ordering.",
  "keywords": [
    "showcase",
    "posts",
    "display",
    "show",
    "layout",
    "creator"
  ],
  "supports": {
    "html": false,
    "align": true
  },
  "textdomain": "showcase-creator",
  "attributes": {
    "postType": {
      "type": "string",
      "default": "post"
    },
    "mimeTypes": {
      "type": "array",
      "default": []
    },
    "taxRelation": {
      "type": "string",
      "default": "AND"
    },
    "taxQueries": {
      "type": "array",
      "default": []
    },
    "ignoreSticky": {
      "type": "boolean",
      "default": 1
    },
    "includePosts": {
      "type": "array",
      "default": []
    },
    "includePostsWhere": {
      "type": "string",
      "default": "above"
    },
    "excludePosts": {
      "type": "array",
      "default": []
    },
    "topLevelOnly": {
      "type": "boolean",
      "default": 0
    },
    "includeInParents": {
      "type": "array",
      "default": []
    },
    "excludeInParents": {
      "type": "array",
      "default": []
    },
    "author": {
      "type": "string",
      "default": ""
    },
    "authorIn": {
      "type": "string",
      "default": "1"
    },
    "authors": {
      "type": "array",
      "default": []
    },
    "postsToDisplay": {
      "type": "string",
      "default": "-1"
    },
    "order": {
      "type": "string",
      "default": "DESC"
    },
    "orderBy": {
      "type": "string",
      "default": "date"
    },
    "orderList": {
      "type": "string",
      "default": ""
    },
    "metaKey": {
      "type": "string",
      "default": ""
    },
    "metaValue": {
      "type": "string",
      "default": ""
    },
    "layout": {
      "type": "string",
      "default": ""
    },
    "pagination": {
      "type": "string",
      "default": "below"
    },
    "postsPerPage": {
      "type": "string",
      "default": "10"
    },
    "noPostsText": {
      "type": "string",
      "default": ""
    },
    "withThumbnail": {
      "type": "boolean",
      "default": 0
    },
    "comments": {
      "type": "array",
      "default": [
        "",
        ">"
      ]
    },
    "dateFilter": {
      "type": "string",
      "default": ""
    },
    "date": {
      "type": "object",
      "default": {
        "y": "",
        "m": "",
        "d": "",
        "y2": "",
        "m2": "",
        "d2": "",
        "p": "after",
        "some": "1",
        "time": "year"
      }
    },
    "dateModified": {
      "type": "boolean",
      "default": 0
    },
    "search": {
      "type": "string",
      "default": ""
    },
    "searchMode": {
      "type": "string",
      "default": "s"
    },
    "wpQuery": {
      "type": "boolean",
      "default": 0
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "render": "file:./render.php"
}