We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a148fff commit 16d3ac6Copy full SHA for 16d3ac6
CHANGELOG.rst
@@ -8,6 +8,7 @@ Changelog
8
* Removed col and rows setting from CharField form plugin
9
* Set more margin options in spacing between fields
10
* Fixed anonymous as None to Foregin key 'form_user'
11
+* Added attributesField to every Form plugin for customizing
12
13
0.1.0
14
==================
djangocms_form_builder/attributes.py
@@ -1,5 +1,4 @@
1
from django.utils.translation import gettext_lazy as _
2
-
3
from djangocms_frontend.helpers import insert_fields
4
5
0 commit comments