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

Copy-pasting / Duplications for Array items and Objects #147

Open ErikKoinberg opened 4 months ago

ErikKoinberg commented 4 months ago

Being able to duplicate a present item in an array (or even a selection of items) would be a really useful feature. Perhaps duplicating keys for objects as well (given that they have additionalparameters). This would need a prompt for naming the new key though.