8000 Improved the configuration references by javiereguiluz · Pull Request #10000 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Improved the configuration references #10000

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

Closed
wants to merge 2 commits into from
Closed
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
4 changes: 3 additions & 1 deletion reference/configuration/debug.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ key in your application configuration.
Configuration
-------------

.. class:: list-config-options

* `dump_destination`_
* `max_items`_
* `max_string_length`_
* `dump_destination`_

max_items
~~~~~~~~~
Expand Down
195 changes: 115 additions & 80 deletions reference/configuration/framework.rst
10000
Original file line number Diff line number Diff line change
Expand Up @@ -25,96 +25,131 @@ configured under the ``framework`` key in your application configuration.
Configuration
-------------

* `secret`_
* `http_method_override`_
* `trusted_proxies`_
* `ide`_
* `test`_
* `default_locale`_
* `trusted_hosts`_
* :ref:`form <reference-framework-form>`
* :ref:`enabled <reference-form-enabled>`
.. class:: list-config-options list-config-options--complex

* `annotations`_

* :ref:`cache <reference-annotations-cache>`
* `debug`_
* `file_cache_dir`_

* `assets`_

* `base_path`_
* `base_urls`_
* `packages`_
* `version_format`_
* `version`_

* `csrf_protection`_
* :ref:`enabled <reference-csrf_protection-enabled>`
* `field_name`_ (deprecated since 2.4)

* :ref:`enabled <reference-csrf_protection-enabled>`
* `field_name`_ (deprecated since 2.4)

* `default_locale`_
* `esi`_
* :ref:`enabled <reference-esi-enabled>`

* :ref:`enabled <reference-esi-enabled>`

* :ref:`form <reference-framework-form>`

* :ref:`enabled <reference-form-enabled>`

* `fragments`_
* :ref:`enabled <reference-fragments-enabled>`
* :ref:`path <reference-fragments-path>`

* :ref:`enabled <reference-fragments-enabled>`
* :ref:`path <reference-fragments-path>`

* `http_method_override`_
* `ide`_
* `profiler`_
* :ref:`enabled <reference-profiler-enabled>`
* `collect`_
* `only_exceptions`_
* `only_master_requests`_
* `dsn`_
* `username`_ (deprecated since 2.8)
* `password`_ (deprecated since 2.8)
* `lifetime`_ (deprecated since 2.8)
* `matcher`_
* `ip`_
* :ref:`path <reference-profiler-matcher-path>`
* `service`_

* `collect`_
* `dsn`_
* :ref:`enabled <reference-profiler-enabled>`
* `lifetime`_ (deprecated since 2.8)
* `matcher`_

* `ip`_
* `service`_
* :ref:`path <reference-profiler-matcher-path>`

* `only_exceptions`_
* `only_master_requests`_
* `password`_ (deprecated since 2.8)
* `username`_ (deprecated since 2.8)

* `property_access`_

* `magic_call`_
* `throw_exception_on_invalid_index`_

* `request`_:
* `formats`_

* `formats`_

* `router`_
* `resource`_
* `type`_
* `http_port`_
* `https_port`_
* `strict_requirements`_

* `http_port`_
* `https_port`_
* `resource`_
* `strict_requirements`_
* `type`_

* `secret`_
* `serializer`_

* :ref:`cache <reference-serializer-cache>`
* :ref:`enable_annotations <reference-serializer-enable_annotations>`
* :ref:`enabled <reference-serializer-enabled>`
* :ref:`name_converter <reference-serializer-name_converter>`

* `session`_
* `storage_id`_
* `handler_id`_
* `name`_
* `cookie_lifetime`_
* `cookie_path`_
* `cookie_domain`_
* `cookie_secure`_
* `cookie_httponly`_
* `gc_divisor`_
* `gc_probability`_
* `gc_maxlifetime`_
* `use_strict_mode`_
* `save_path`_
* `metadata_update_threshold`_
* `assets`_
* `base_path`_
* `base_urls`_
* `packages`_
* `version`_
* `version_format`_

* `cookie_domain`_
* `cookie_httponly`_
* `cookie_lifetime`_
* `cookie_path`_
* `cookie_secure`_
* `gc_divisor`_
* `gc_maxlifetime`_
* `gc_probability`_
* `handler_id`_
* `metadata_update_threshold`_
* `name`_
* `save_path`_
* `storage_id`_
* `use_strict_mode`_

* `templating`_
* `hinclude_default_template`_
* :ref:`form <reference-templating-form>`
* `resources`_
* :ref:`cache <reference-templating-cache>`
* `engines`_
* `loaders`_

* :ref:`cache <reference-templating-cache>`
* `engines`_
* :ref:`form <reference-templating-form>`

* `resources`_

* `hinclude_default_template`_
* `loaders`_

* `test`_
* `translator`_
* :ref:`enabled <reference-translator-enabled>`
* `fallbacks`_
* `logging`_
* :ref:`paths <reference-translator-paths>`
* `property_access`_
* `magic_call`_
* `throw_exception_on_invalid_index`_

* :ref:`enabled <reference-translator-enabled>`
* `fallbacks`_
* `logging`_
* :ref:`paths <reference-translator-paths>`

* `trusted_hosts`_
* `trusted_proxies`_
* `validation`_
* :ref:`enabled <reference-validation-enabled>`
* :ref:`cache <reference-validation-cache>`
* :ref:`enable_annotations <reference-validation-enable_annotations>`
* `translation_domain`_
* `strict_email`_
* `api`_
* `annotations`_
* :ref:`cache <reference-annotations-cache>`
* `file_cache_dir`_
* `debug`_
* `serializer`_
* :ref:`enabled <reference-serializer-enabled>`
* :ref:`cache <reference-serializer-cache>`
* :ref:`enable_annotations <reference-serializer-enable_annotations>`
* :ref:`name_converter <reference-serializer-name_converter>`

* `api`_
* :ref:`cache <reference-validation-cache>`
* :ref:`enable_annotations <reference-validation-enable_annotations>`
* :ref:`enabled <reference-validation-enabled>`
* `strict_email`_
* `translation_domain`_

secret
~~~~~~
Expand Down
42 changes: 24 additions & 18 deletions reference/configuration/swiftmailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,35 @@ to :doc:`send emails </email>`. All these options are configured under the
Configuration
-------------

* `url`_
* `transport`_
* `username`_
* `password`_
* `command`_
* `host`_
* `port`_
* `timeout`_
* `source_ip`_
* `local_domain`_
* `encryption`_
* `auth_mode`_
* `spool`_
* `type`_
* `path`_
* `sender_address`_
.. class:: list-config-options list-config-options--complex

* `antiflood`_
* `threshold`_
* `sleep`_

* `threshold`_
* `sleep`_

* `auth_mode`_
* `command`_
* `delivery_addresses`_
* `delivery_whitelist`_
* `disable_delivery`_
* `encryption`_
* `host`_
* `local_domain`_
* `logging`_
* `password`_
* `port`_
* `sender_address`_
* `source_ip`_
* `spool`_

* `type`_
* `path`_

* `timeout`_
* `transport`_
* `url`_
* `username`_

url
~~~
Expand Down
27 changes: 27 additions & 0 deletions reference/configuration/twig.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,33 @@ the ``twig`` key in your application configuration.
Configuration
-------------

.. class:: list-config-options list-config-options--complex

* `auto_reload`_
* `autoescape`_
* `autoescape_service`_
* `autoescape_service_method`_
* `base_template_class`_
* `cache`_
* `charset`_
* `date`_

* `format`_
* `interval_format`_
* `timezone`_

* `debug`_
* `exception_controller`_
* `number_format`_

* `decimals`_
* `decimal_point`_
* `thousands_separator`_

* `optimizations`_
* `paths`_
* `strict_variables`_

auto_reload
~~~~~~~~~~~

Expand Down
8 changes: 5 additions & 3 deletions reference/configuration/web_profiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ execution and displays it in both the web debug toolbar and the
Configuration
-------------

* `toolbar`_
* `position`_
* `intercept_redirects`_
.. class:: list-config-options

* `excluded_ajax_paths`_
* `intercept_redirects`_
* `position`_
* `toolbar`_
* `verbose`_

toolbar
Expand Down
0