0.1.1 • Published 2 years ago

datocms-plugin-dropdown-conditional-disabled v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Dropdown Conditional Disabled DatoCMS plugin

Allow fields to be enable/disable based on the values of a dropdown field.

Configuration

Configuration requires a json object with the keys as lowercase strings, and the values as the api keys of the fields to enable/disable when the value is present.

Example:

 {"value1":["field_key1","field_key2"], "value2": ["field_key3"]}

In the example, when the "value1" is selected, then field_key1 and field_key2 fields are enabled and the field_key3 field is disabled.