Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.34 KB

File metadata and controls

28 lines (19 loc) · 1.34 KB

Story Starter

The Story Starter is a Space Plugin template that appears on the sidebar of your Storyblok space. It offers essential features for retrieving stories, enabling users to select specific ones, and performing actions. You can implement the actions you want to perform in stories.config.ts.

Screenshot 1

(↑ Story Starter)

Screenshot 2

(↑ You can define actions like "Delete" in stories.config.ts)

Getting Started

Note

Currently, the Story Starter is written only in Nuxt. However, please inform us if you would like to have a Next.js version. Feel free to create a GitHub issue to make the request.

npx giget@latest gh:storyblok/space-tool-plugins/space-plugins/nuxt-story-starter YOUR-PROJECT-NAME

To learn more about the configuration, read the space-plugin-nuxt-starter's README.

Customization

Open the stories.config.ts file and implement your own actions. You can refer to the existing sample implementation for guidance.