Skip to content

Commit

Permalink
updated default config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed May 20, 2015
1 parent 9530352 commit bcaef68
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Resources/doc/configuration-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Full default configuration
==========================

.. code-block:: yaml
# Default configuration for extension with alias: "fos_rest"
# Default configuration for extension with alias: "fos_rest"
fos_rest:
disable_csrf_role: null
Expand All @@ -17,6 +17,7 @@ Full default configuration
unauthorized_challenge: null
param_fetcher_listener:
enabled: false
force: false
service: null
cache_dir: '%kernel.cache_dir%/fos_rest'
allowed_methods_listener:
Expand Down Expand Up @@ -64,8 +65,8 @@ Full default configuration
name: ~
view_response_listener:
enabled: false
force: false
service: null
mode: false
failed_validation: 400
empty_content: 204
exception_wrapper_handler: null
Expand Down

0 comments on commit bcaef68

Please sign in to comment.