josdejong/jsoneditor

Add/Remove Array Elements in Form mode

Open

#1.625 geöffnet am 30. Okt. 2024

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (10.781 Stars) (2.034 Forks)batch import
featurehelp wanted

Beschreibung

I'm using the "form" mode to allow users to values in json data. The data is also validated with a json schema.

For some data/schemas the users would need to add or remove array elements.

Is it possible to enable the custom action menu in "form" mode and configure it to only provide the add and remove functions on arrays?

Contributor Guide