8000 remove not existent label_attr options from buttons by xabbuh · Pull Request #9896 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

remove not existent label_attr options from buttons #9896

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

Merged
merged 1 commit into from
Jun 8, 2018
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
3 changes: 0 additions & 3 deletions reference/forms/types/reset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ A button that resets all fields to their original values.
| Inherited | - `attr`_ |
| options | - `disabled`_ |
| | - `label`_ |
| | - `label_attr`_ |
| | - `translation_domain`_ |
+----------------------+---------------------------------------------------------------------+
| Parent type | :doc:`ButtonType </reference/forms/types/button>` |
Expand Down Expand Up @@ -46,6 +45,4 @@ as a key. This can be useful when you need to set a custom class for the button:

.. include:: /reference/forms/types/options/button_label.rst.inc

.. include:: /reference/forms/types/options/label_attr.rst.inc

.. include:: /reference/forms/types/options/button_translation_domain.rst.inc
3 changes: 0 additions & 3 deletions reference/forms/types/submit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ A submit button.
| Inherited | - `attr`_ |
| options | - `disabled`_ |
| | - `label`_ |
| | - `label_attr`_ |
| | - `label_format`_ |
| | - `translation_domain`_ |
| | - `validation_groups`_ |
Expand Down Expand Up @@ -57,8 +56,6 @@ as a key. This can be useful when you need to set a custom class for the button:

.. include:: /reference/forms/types/options/button_label.rst.inc

.. include:: /reference/forms/types/options/label_attr.rst.inc

.. include:: /reference/forms/types/options/label_format.rst.inc

.. include:: /reference/forms/types/options/button_translation_domain.rst.inc
Expand Down
0