Almost EVERYONE who tried headless systems said they saw benefits. Download the state of CMS now!

Storyblok now on AWS Marketplace: Read more

O’Reilly Report: Decoupled Applications and Composable Web Architectures - Download Now

Empower your teams & get a 582% ROI: See Storyblok's CMS in action

Skip to main content

Built-in components

NOTE:

This documentation describes a feature in the legacy field plugin API. For the latest field plugin SDK, please refer to the documentation.

You can use Storyblok's built-in components in your custom field type for user input that require access to the management API.

Asset selector

This proxy component let’s the user select an image and sets the image url to an attribute of your custom field-type. The field attribute needs to be the key of your model attribute. Following an example:

<sb-asset-selector :uid="uid" field="your_model_attribute">
</sb-asset-selector>

Important: your_model_attribute needs to be a property in your model that you pass in the initWith method.