Get Block Schemas
plone_get_block_schemasGet data schemas for Volto block types, listing all available types and their required fields. Specify a block type to retrieve its schema for block construction.
Instructions
Lists all available Volto block types (e.g., 'slate', 'teaser', 'button') and their required data schemas. If no block type specified, the tool returns all blocks schemas. Essential for understanding how to construct blocks. Example: plone_get_block_schemas({blockType: 'teaser'})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blockType | No | Specific block type to get schema for (optional, returns all if not specified). |