Skip to content

Create compound.rst.inc #2362 #3336

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions reference/forms/types/options/compound.rst.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
compound
~~~~~~~~

**type**: ``boolean``

This option define that if form is compound. It's independent of whether the form actually has children. A form can be compound and have no children at all, like for example an empty collection form.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This option defines if form is compound.