{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "designsetgo/query-no-results",
  "version": "1.0.0",
  "title": "No Results",
  "category": "designsetgo",
  "ancestor": [
    "designsetgo/query"
  ],
  "description": "Content shown when the Dynamic Query returns no items.",
  "textdomain": "designsetgo",
  "icon": "no",
  "supports": {
    "html": false,
    "align": false,
    "color": {
      "background": true,
      "text": true
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "typography": {
      "fontSize": true
    }
  },
  "usesContext": [
    "designsetgo/queryId"
  ],
  "attributes": {},
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}