Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (datocms-plugin-taxonomy-tree-selector) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
DatoCMS Conditional Disabled Field
A plugin for DatoCMS that allows you to view a single selector taxonomy as a tree hieararchy.
Configuration
Assign the plugin as a Field Addon, and select the fields that should be defined for it to be toggled. Add a read-only API to the global settings of the plugin, this is used to fetch the taxonomy.
Development
The plugin is built using Vite.js. 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
in a DatoCMS project, and point it to http://localhost:3000
.