barseghyanartur / django-fobi

Form generator/builder application for Django done right: customisable, modular, user- and developer- friendly.
https://pypi.python.org/pypi/django-fobi
484 stars 112 forks source link

[Question] Is it possible to split plugin data in user friendly form fields in django admin? #241

Closed KarimTayie closed 4 years ago

KarimTayie commented 4 years ago

hello, I want to split the plugin data field in django admin to a group of fixed-form fields (ex. label, name, help_text, initial, max_length, required, placeholder) with each plugin name. instead of typing them as JSON format. is that possible?

barseghyanartur commented 4 years ago

You're not supposed to use django admin for that. You should be using the django-fobi management interface. See the screenshots section in docs.