field-plugin
field-plugin copied to clipboard
Create and deploy Storyblok Field Plugin
## What? This PR updates the cli version for release.
Bumps the everything group with 13 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.23.0` | `9.25.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)...
**Describe the bug** The default value for plugin fields, if not edited manually, is always an empty string "". This behavior occurs even if the plugin is expected to handle...
**Is your feature request related to a problem? Please describe.** The developer of a plugin would like to show/hide parts of the plugin based on the current user's roles. This...
**Is your feature request related to a problem? Please describe.** I am building a plugin that needs to use external api, and needs an api key added for that. Currently,...
Bumps the everything group with 23 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.23.0` |...
## What? `useFieldPlugin` calls `createFieldPlugin`, which disabled the global styles as a side effect. It also attempts to clean up the side effect by enabling the style sheet again. This...