Idea Summary
Plugin region text/textarea attributes should have no text length limitation. It is limited at 4000 characters right now.
Use Case
Using JSON config for plugins without upper character limitation.
Preferred Solution (Optional)
Change the attributes data type from varchar2 to CLOB.