nimbis / cmsplugin-forms-builder

A django-forms-builder plugin for django-cms
BSD 3-Clause "New" or "Revised" License
15 stars 13 forks source link

Improving UI for plugin widget #14

Closed batisteo closed 6 years ago

batisteo commented 6 years ago

models.PluginForm.__str__() will make it prettier for the end user, as form.title is required. Before: screenshot from 2018-01-17 14-59-47 After: screenshot from 2018-01-17 14-59-02


cms_plugins.FormBuilderPlugin.module will add a meaningful header in the plugin list. Before: screen shot 2018-01-17 at 14 02 20 After: screen shot 2018-01-17 at 14 02 00

batisteo commented 6 years ago

@amadornimbis Any chance to see it merged and published soon?

CtrlC-Root commented 6 years ago

Thank you for the pull request!

CtrlC-Root commented 6 years ago

Just a heads up, I make a new 1.1.1 release and uploaded it to pypi.