Define Schema on Wappler Extensions

How to add the Define Schema button to a third-party extension step? Like the one in Set Value, to allow (dynamically) defining the metadata of the output

{
 name: 'setValueMeta', optionName: 'schema', title: 'Define Schema', type: 'button',
 command: 'dmxSchemaEditor', commandNameParameter: 'schema',
 dialogTitle: 'Schema Editor', dialogWidth: 380, dialogHeight: 720,
 commandData: getActionList, noDefaultSave: true
}
1 Like

Well this won’t work on hjson custom extensions. We will be providing a different option for it.

How did you extract this? DevTools?

It does. Till 4.7.3
Not sure if anything has changed after that.

But an official solution would be great. Also please add grid view and other that are not yet on official docs.

Don’t remember. One of my teammates did it. Some file in Wappler installation folder probably.