bhch / django-jsonform

A better, user-friendly JSON editing form field for Django admin. Also supports Postgres ArrayField.
https://django-jsonform.rtfd.io
BSD 3-Clause "New" or "Revised" License
307 stars 31 forks source link

Customising "Add key" and "Add item" texts #150

Open ErikKoinberg opened 4 months ago

ErikKoinberg commented 4 months ago

Building on issue #149, it would be nice to be able to change the "Add item" text for adding new items to an array. Either fully customisable or using some kind of Item type name. Changing it to "Add book" or "New book" would be cool.

bhch commented 4 months ago

This is being discussed on the JS repo: https://github.com/bhch/react-json-form/issues/89.