Adding custom functionality to editor via jquery - possible?
I would like to hide/show configuration information in the editor based on settings. For example, if the Feature X checkbox is clicked, the options for Feature X are displayed.
The widgets defined in semantics.json are great, I don't need to change them. I think I can achieve what I need by adding some basic jquery code to the editor.
Is there a simple of way of including additional js/css files with the editor? Is there a better way of doing this? Are there library examples you could point me too?
Thanks.
