django-admin-json-editor
django-admin-json-editor copied to clipboard
Set and render new DATA_SCHEMA
Is there a way to set and render new data_schema on the page? The problem is to set json schema value on another field change event.
@MichaelPavlov there is an example with dynamic schema https://github.com/abogushov/django-admin-json-editor#dynamic-schema but schema will be generated when page will loaded. Dynamic schema during editing is not supported in my opinion.