create_preset
Create reusable component presets in Storyblok to standardize content blocks and maintain design consistency across your space.
Instructions
Creates a new preset in a Storyblok space via the Management API.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the preset | |
| component_id | Yes | ID of the component this preset belongs to | |
| preset | Yes | Preset data object | |
| image | No | Image URL for the preset | |
| color | No | Color for the preset | |
| icon | No | Icon for the preset | |
| description | No | Description of the preset |