Description
The Form Type Reference has some missing options.
How to document it
Most of the missing options are already documented. You should check in the reference/forms/types/options/
directory to find if the option is already documented and if the description is correct for this type. If it is, you should add an include statement in the type reference article:
.. include:: /reference/forms/types/options/read_only.rst.inc
If the description is not correct for this type, you need to document it in the type reference article:
error_bubbling
~~~~~~~~~~~~~~
**type**: ``boolean`` **default**: ``false``
Some description and usage of the type.
If there is no documentation about the option and it is used in other types, you should create a new file in the reference/forms/types/options/
directory and include it in the relevant articles.
The Missing Options in 2.0
The options are all linked to the place where they are defined in the core code. However, search in the class to find some usage and other important information about the option you're documenting.
DateTime
- ()
Field
- the option should get removed
Form
Integer
- (the docs already exists in the Number type, just create a and include it in both)
Time
Activity
xabbuh commentedon Nov 4, 2013
Meanwhile (7e06f9f), the following options have been documented:
wouterj commentedon Nov 4, 2013
thanks @xabbuh, updated the PR
xabbuh commentedon Nov 4, 2013
What do we do with the
Field
options as it is not part of Symfony since 2.1?stof commentedon Nov 4, 2013
@xabbuh they are part of Symfony, but in the
form
typexabbuh commentedon Nov 4, 2013
I know. I think my question was not clear enough. I'm wondering if this list also applies to the FormType? Specifically, why should the
disabled
option be removed?wouterj commentedon Nov 4, 2013
@xabbuh disabled was added in 2.1, not 2.0.
This list does not fully apply to 2.1.
xabbuh commentedon Nov 4, 2013
So that's not a problem anymore.
I'll walk through the list one by one and will provide an updated list.
stof commentedon Nov 4, 2013
@wouterj for 2.0, disabled was the same option than read_only in 2.1+
xabbuh commentedon Nov 4, 2013
The following options need to be documented:
dorians commentedon Dec 14, 2013
I think some options are already documented. So it's an updated list:
12 remaining items