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 1 commit
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
Prev Previous commit
Nested lists in RST must have a blank line above and below
  • Loading branch information
javiereguiluz committed Jul 3, 2018
commit 864d1912aa0d2a93f09baaab6606d11b4432235c
33 changes: 33 additions & 0 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,59 +28,84 @@ Configuration
.. 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)

* `default_locale`_
* `esi`_

* :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>`

* `http_method_override`_
* `ide`_
* `profiler`_

* `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`_

* `router`_

* `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`_

* `cookie_domain`_
* `cookie_httponly`_
* `cookie_lifetime`_
Expand All @@ -95,22 +120,30 @@ Configuration
* `save_path`_
* `storage_id`_
* `use_strict_mode`_

* `templating`_

* :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>`

* `trusted_hosts`_
* `trusted_proxies`_
* `validation`_

* `api`_
* :ref:`cache <reference-validation-cache>`
* :ref:`enable_annotations <reference-validation-enable_annotations>`
Expand Down
4 changes: 4 additions & 0 deletions reference/configuration/swiftmailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ Configuration
.. class:: list-config-options list-config-options--complex

* `antiflood`_

* `threshold`_
* `sleep`_

* `auth_mode`_
* `command`_
* `delivery_addresses`_
Expand All @@ -44,8 +46,10 @@ Configuration
* `sender_address`_
* `source_ip`_
* `spool`_

* `type`_
* `path`_

* `timeout`_
* `transport`_
* `url`_
Expand Down
4 changes: 4 additions & 0 deletions reference/configuration/twig.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,19 @@ Configuration
* `cache`_
* `charset`_
* `date`_

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

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

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

* `optimizations`_
* `paths`_
* `strict_variables`_
Expand Down
0