create_extension
Create a new Storyblok extension in an organization or partner context to add custom functionality, field types, or embedded apps.
Instructions
Creates a new extension in the specified context (organization or partner).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the extension | |
| slug | Yes | Slug of the extension | |
| context | Yes | The context to create the extension in. Options are 'org' or 'partner'. | |
| icon | No | Icon URL for the extension | |
| preview_video | No | Preview video URL | |
| description | No | Description of the extension | |
| intro | No | Introduction text | |
| screenshot | No | Screenshot URL | |
| website | No | Website URL | |
| author | No | Author name | |
| field_type_ids | No | Array of field type IDs | |
| embedded_app_url | No | Embedded app URL | |
| dev_embedded_app_url | No | Development embedded app URL | |
| dev_oauth_redirect_uri | No | Development OAuth redirect URI | |
| in_sidebar | No | Whether to show in sidebar | |
| in_toolbar | No | Whether to show in toolbar | |
| sidebar_icon | No | Sidebar icon URL | |
| oauth_redirect_uri | No | OAuth redirect URI | |
| enable_space_settings | No | Whether to enable space settings |