I need a custom editor on the content side. I need to put a dropdown object and display schemas inside it. Then I want to show the fields of the selected schema in another dropdown object.
I need both the id of the schema and the name of the selected field in the background.
Its data model can be json or a string separated by a special expression.
I need the id of the selected schema in the schema list and the list of fields and the name of the selected field. I need to design a custom editor(Editor Url) for this. I would be very happy if you could make these possible.
The editor can subscribe to an init callback that is invoked once. This callback has an argument called “context”, which contains all information like user-credentials, app name and so on and also the schema with the fields now.