Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.55 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.55 KB

Storyblok Space/Tool Plugins

This repository is a collection of starters to help developers quickly start building their own Storyblok plugins.

Warning: This repository is still considered as work in progress. While the team is actively developing and curating content to support your needs, it may not be in its final, polished state.

Introduction

Inside each project you will find a detailed README.md file that will provide instructions on how to clone and run the code. Here is a short list of all projects inside of this repository:

Glossary

  • Space Plugins(also known as Custom Sidebar Applications) are plugins that are present only once inside a space or organisation. Common Use-Cases for this kind of plugins are bulk operations on the content. One example of a Space Plugin is the Broken Links Checker

  • Tool Plugins (also known as Tools) are plugins that can be found within every story inside the tool section. These plugins usually provide operations on the story level. An example would be the Export Translatable Fields Tool, which lets the user export all translatable fields of a story to either a JSON or XML format.