Exhibit Builder Textarea without TinyMCE?

I am creating a custom ExhibitBuilder layout that requires saving a JSON text string to a textarea, in either the block, or layout options. Is there a best practices way to disable the tinyMCE editor for a single textarea?

Hmm, that could be tricky, as there’s things like the sorting code that just assume all the textareas have tinyMCE and will try to disable/enable it when moving the blocks around.

Thanks, John. I was looking at some tinyMCE docs on how it might be achieved in the DOM, but hadn’t considered the drag and drop impact. Good to know.