⚠️ DEPRECATION NOTICE: Moved to monorepo⚠️ This package has been moved to the new pluginsblok monorepo to the apps/field-plugins. For any new Issues or Pull Requests, go to the new repository and add the label
field-types-examples.
A collection of field-types for Storyblok created by the community. Read more about creating field-types here
Table of Content
Each example contains a README.md with an explanation about the field-type.
| Example | Author |
|---|---|
| Folder Selection Select folders from the space using a dropdown |
Chakit Arora |
| Annotated Image Simple Image Maps for tutorials |
Christian Zoppi |
| Material Icon Selector Allows users to select any material icon |
Riley MacIsaac |
| Star Rating A field-type to display a star rating |
Lisi Linhart |
The following examples live in their own Github repository.
| Example | Author |
|---|---|
| Hotspot Editor A Storyblok field-type to create hotspot images |
cartok |
| Storyblok Meta Image A Storyblok field-type plugin which provides an image field with meta data |
maoberlehner |
Have an example? Submit a PR or open an issue.We are happy to accept more examples from the community.
Adding an example in this repository
-
Create a new folder for your field-type
-
Add a
README.mdfile in your example folder with a markdown table of the following format:
| Name | Description | Author |
|---|---|---|
| Name of your field-type | Short description | Your Github |
- Make sure your contribution matches the linting setup for this repo:
Run the linting via
npm run lint- Regenerate the README.md with the following command
npm run docs- Open a new pull request with your example. ⚡️
Adding an example in a different repository
If you want to be listed in the Example Repositories, follow these steps:
-
Create a new entry with a
name,description, andgithubUrlin thecommunity-examples.jsonfile. -
Regenerate the README.md with the following command
npm run docs- Open a new pull request with your example. ⚡️