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 dcdb33b commit 3a79bf1Copy full SHA for 3a79bf1
docs/classic-ui/forms.md
@@ -102,6 +102,12 @@ class MyForm(AutoExtensibleForm, form.EditForm):
102
Dexterity content types are coming with default add and edit forms.
103
You can build custom add and edit forms if you need.
104
105
+
106
+```{todo}
107
+Describe Add/Edit forms here and how to customize them.
108
+```
109
110
111
### Disable form tabbing
112
113
To disable the form tabbing, you have to override the form and provide a property enable_form_tabbing which is False.
0 commit comments