Skip to content

Commit 9dd0e1b

Browse files
committed
timezone inh options fixed
1 parent 60c4e5b commit 9dd0e1b

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

reference/forms/types/timezone.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,32 @@ you should just use the ``choice`` type directly.
2020
+-------------+------------------------------------------------------------------------+
2121
| Rendered as | can be various tags (see :ref:`forms-reference-choice-tags`) |
2222
+-------------+------------------------------------------------------------------------+
23-
| Options | - ``multiple`` |
24-
| | - ``expanded`` |
23+
| Inherited | - ``multiple`` |
24+
| options | - ``expanded`` |
2525
| | - ``preferred_choices`` |
2626
| | - ``required`` |
2727
| | - ``label`` |
2828
| | - ``read_only`` |
2929
| | - ``error_bubbling`` |
3030
+-------------+------------------------------------------------------------------------+
31-
| Parent type | :doc:`choice</reference/forms/types/choice>` |
31+
| Parent type | :doc:`choice</reference/forms/types/choice>`, field |
3232
+-------------+------------------------------------------------------------------------+
3333
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\TimezoneType` |
3434
+-------------+------------------------------------------------------------------------+
3535

36-
Options
37-
-------
36+
Inherited options
37+
-----------------
38+
39+
These options inherit from the parent ``choiceType`` class:
3840

3941
.. include:: /reference/forms/types/options/multiple.rst.inc
4042

4143
.. include:: /reference/forms/types/options/expanded.rst.inc
4244

4345
.. include:: /reference/forms/types/options/preferred_choices.rst.inc
4446

47+
These options inherit from the parent ``fieldType`` class:
48+
4549
.. include:: /reference/forms/types/options/required.rst.inc
4650

4751
.. include:: /reference/forms/types/options/label.rst.inc

0 commit comments

Comments
 (0)