{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "crosswinds-blocks/post-types-search-results",
  "version": "1.0",
  "title": "Post Type Search Results",
  "category": "crosswinds-blocks",
  "description": "Display search results based on the post type searched for.",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "__experimentalLayout": true
  },
  "textdomain": "crosswinds-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}