Skip to content

Commit

Permalink
Merge pull request #543 from mbiagetti/master
Browse files Browse the repository at this point in the history
Update the filter_sets Documentation about removed configurations
  • Loading branch information
lsmith77 committed Jan 8, 2015
2 parents 5838f67 + 223a2d1 commit cf1aadd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Resources/doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ liip_imagine:

# Prototype
name:
path: ~
quality: 100
animated: false
format: ~
cache: ~
data_loader: ~
default_image: null
controller: ~
filters:

# Prototype
Expand Down Expand Up @@ -77,13 +75,9 @@ Each filter set that you specify has the following options:
- `filters` - determine the type of filter to be used (refer to *Filters* section for more information)
and options that should be passed to the specific filter type
- `post_processors` - sets post-processors to be applied on filtered image (see [Post-Processors](filters.md#post-processors) for details)
- `path` - used in place of the filter name to determine the path in combination with the global `cache_prefix`
- `quality` - override the default quality of 100 for the generated images
- `cache` - override the default cache setting
- `data_loader` - override the default data loader
- `controller`
- `filter_action` - override the default controller action
- `filter_runtime_action` - override the default controller action for runtime config
- `route` - optional list of route requirements, defaults and options using in the route loader. Add array with keys 'requirements', 'defaults' or 'options'.

default: empty array
Expand Down

0 comments on commit cf1aadd

Please sign in to comment.