Hi,
I want to use the panel editor, but I want to have the option to disable or enable fields.
Looking at Editor.svelte - there doesnt appear to be any options to control if fields are disabled or display only. When I say display only - some fields like keys you dont want to allow the user to ever edit, however you want it to show in the side panel - the current code in the svelte files doesnt allow that granuality / control.
It would also be good if Editor accepted you to plugin your own custom field editors too...