Storyblok
Search Storyblok's Documentation
  1. Introduction

Introduction


The articles in this series describe the legacy field plugin API that is tightly coupled to Vue v2.5.2. To create field plugins with other frameworks, see the new field plugin SDK.

Field plugins allow you to define customized field types, such as a color picker or a Google Maps location selector. Essentially, a field plugin is a Vue.js 2.5.2 component extended with a few helpers in the window.Storyblok.plugin variable.

To create a new field plugin, go into the Partner Portal and click on Field-types. Create a new field type by clicking the New button. Enter a unique name slug. Afterward, you should be redirected to the Plugin Editor.

You can also create personal field plugins only visible to you by navigating to your Account and clicking on Plugins. Create a new field plugin by clicking the New button.