{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "caledros-basic-blocks/content-renderer",
  "title": "Content Renderer",
  "category": "caledros-basic-blocks",
  "icon": "block-default",
  "description": "Displays post or page content without adding any wrapper elements. Ideal for custom layouts.",
  "keywords": ["posts", "loop"],
  "version": "1.0",
  "textdomain": "caledros-basic-blocks",
  "editorScript": "file:./index.js",
  "attributes": {},
  "supports": {
    "className": false,
    "html": false,
    "multiple": false
  }
}
