{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "vayu-blocks/post-grid",
  "version": "0.2.0",
  "title": "Post Grid",
  "category": "vayu-blocks",
  "description": "A custom block to display filtered posts with options for tags and categories.",
  "supports": {
    "html": false
  },
  "textdomain": "vayu-blocks",
  "viewScript": "file:./view.js"
}