Storyblok field plugin to pick an icon from an icon sprite.
For development, run the application locally with
npm run devand open the Sandbox.
To build the project, run
npm run buildDeploy the field plugin with the CLI. Issue a personal access token, rename .env.local.example to .env.example, open the file, set the value STORYBLOK_PERSONAL_ACCESS_TOKEN, and run
npm run deployThe manifest file is a configuration that enhances the functionality of your field plugin. This JSON file, named field-plugin.config.json and located in your project's root folder, is optional but highly recommended.
The manifest file allows you to configure options for your field plugin. When developing your field plugin with the Sandbox, the options are applied by default. Also, the deploy command automatically applies the options in production. So, you no longer need to configure the options manually.
Set up continuous delivery with the CLI. Define an environmental variable STORYBLOK_PERSONAL_ACCESS_TOKEN, and use the --name and --skipPrompts options as such:
npm run deploy --name $NAME --skipPrompts@storyblok/mui contains components and a Storyblok theme for MUI. To add it to this project, follow the instructions in the README.