create_preset
Create a new preset for a component in Storyblok, specifying name, data, image, color, icon, and description to standardize content.
Instructions
Creates a new preset in a Storyblok space via the Management API.
Input 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 |