Skip to content

Commit

Permalink
fix invalid yaml
Browse files Browse the repository at this point in the history
corrected invalid indentation on configuration yaml
  • Loading branch information
carlcraig committed Jul 22, 2015
1 parent c5f4556 commit 44bf3d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/doc/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ The default configuration for the bundle looks like this:
resolvers:
default:
web_path:
web_root: ~ # %kernel.root_dir%/../web
cache_prefix: ~ # media/cache
web_root: ~ # %kernel.root_dir%/../web
cache_prefix: ~ # media/cache
loaders:
default:
Expand Down Expand Up @@ -84,4 +84,4 @@ Each filter set that you specify has the following options:
* ``animated`` - support for resizing animated gif (currently not supported by
Imagine (PR pending))

.. _`PHP Manual`: http://php.net/imagepng
.. _`PHP Manual`: http://php.net/imagepng

0 comments on commit 44bf3d3

Please sign in to comment.