abogushov / django-admin-json-editor

Adds json-editor for JSONField in Django Administration
MIT License
173 stars 61 forks source link

Use other widgets within json editor #16

Closed AdrienLemaire closed 6 years ago

AdrienLemaire commented 6 years ago

Is it possible to use other widgets, let's say an ImageField on one of the json schema properties ie a string format url ?

abogushov commented 6 years ago

@Fandekasp There are few widgets that supported by json-editor. See https://github.com/json-editor/json-editor.

abogushov commented 6 years ago

I guess it is not possible to integrate other Django widgets to edit fields of JSONField.

AdrienLemaire commented 6 years ago

Roger it, thanks for the reply!