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
.
(↑ Story Starter)
(↑ You can define actions like "Delete" in stories.config.ts
)
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.
Open the stories.config.ts
file and implement your own actions. You can refer to the existing sample implementation for guidance.