gutenberg_validate_block
Validate a Gutenberg block by checking its block.json schema, required files, attribute definitions, and text domain usage to ensure block integrity.
Instructions
Validate a Gutenberg block: check block.json schema, required files (edit.js/save.js or render.php), attribute definitions, and text domain usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the block directory (containing block.json) |