cyclops
cyclops copied to clipboard
Make fields immutable on edit
Some fields shouldn't be editable, for example, the name
field in the demo template.
We should add an option like editable
to the schema.json
file that tells us if the field will be editable through the module edit screen or present only when creating modules.
Cyclops needs to be able to parse this afterward.