https://github.com/thebuilder/datocms-plugin-conditional-disabled-field
https://github.com/thebuilder/datocms-plugin-conditional-disabled-field
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thebuilder/datocms-plugin-conditional-disabled-field
- Owner: thebuilder
- License: mit
- Created: 2021-10-07T09:27:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T20:07:47.000Z (over 4 years ago)
- Last Synced: 2025-03-11T20:06:00.411Z (over 1 year ago)
- Language: TypeScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DatoCMS Conditional Disabled Field
A plugin for DatoCMS that allows you disable fields conditionally.
## Configuration
Assign the plugin as a Field Addon, and select the fields that should be defined for it to be toggled.
## Development
The plugin is built using [Vite.js](https://vitejs.dev/). This enables a fast
development workflow, where you see the changes as soon as you save a file. For
it to work, it needs to be rendered inside the DatoCMS interface.
So when testing the plugin locally, you should
[create a new plugin](https://www.datocms.com/docs/building-plugins/creating-a-new-plugin)
in a DatoCMS project, and point it to `http://localhost:3000`.