Skip to content

use the ref role instead of URLs #8963

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
Jan 2, 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
7 changes: 3 additions & 4 deletions form/disabling_validation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ for example whether an uploaded file was too large or whether non-existing
fields were submitted.

The submission of extra form fields can be controlled with the
`allow_extra_fields config option`_ and the maximum upload file size should be
handled via your PHP and web server configuration.

.. _`allow_extra_fields config option`: https://symfony.com/doc/current/reference/forms/types/form.html#allow-extra-fields
:ref:`allow_extra_fields config option <form-option-allow-extra-fields>` and
the maximum upload file size should be handled via your PHP and web server
configuration.
2 changes: 2 additions & 0 deletions reference/forms/types/form.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Field Options

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

.. _form-option-allow-extra-fields:

allow_extra_fields
~~~~~~~~~~~~~~~~~~

Expand Down