8000 [Form] Remove `:end-before:`, `:start-after:` as it's not used anymore by mdoutreluingne · Pull Request #17063 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
[Form] Remove :end-before:, :start-after: as it's not used anymore
  • Loading branch information
mdoutreluingne authored and javiereguiluz committed Aug 1, 2022
commit efc6c2ec52a52fa354967d5201684337429d49a2
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
``choice_translation_domain``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

DEFAULT_VALUE

This option determines if the choice values should be translated and in which
translation domain.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.. include:: /reference/forms/types/options/choice_translation_domain.rst.inc
:end-before: DEFAULT_VALUE

**type**: ``string``, ``boolean`` or ``null`` **default**: ``false``

.. include:: /reference/forms/types/options/choice_translation_domain.rst.inc
:start-after: DEFAULT_VALUE
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.. include:: /reference/forms/types/options/choice_translation_domain.rst.inc
:end-before: DEFAULT_VALUE

**type**: ``string``, ``boolean`` or ``null`` **default**: ``true``

.. include:: /reference/forms/types/options/choice_translation_domain.rst.inc
:start-after: DEFAULT_VALUE
0