File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ extensions:
2424Configure extension:
2525``` neon
2626imageStorage:
27- data_path: %wwwDir%/../public/data # Filesystem location
28- data_dir: data # Relative path
29- algorithm_file: sha1_file # Algorithm to take image prefix directory from
30- algorithm_content: sha1 # ...
31- quality: 85 # Default wuality when cropping
32- default_transform: fit # Default crop transformation
33- noimage_identifier: images/noimage/no-image.png # No-image image
34- friendly_url: false # Create friendly URLs?
27+ data_path: %wwwDir%/../public/data # Filesystem location
28+ data_dir: data # Relative path
29+ algorithm_file: sha1_file # Algorithm to take image prefix directory from
30+ algorithm_content: sha1 # ...
31+ quality: 85 # Default wuality when cropping
32+ default_transform: fit # Default crop transformation
33+ noimage_identifier: images/noimage/no-image.png # No-image image
34+ friendly_url: false # Create friendly URLs?
3535```
3636
3737## Images
@@ -167,7 +167,7 @@ imageStorage:
167167
1681682 ) Alter your ` .htaccess ` file:
169169
170- ``` htaccess
170+ ```
171171# Images Storage conversion with directory suffix
172172RewriteCond %{QUERY_STRING} _image_storage
173173RewriteRule ^(\w+)/(\w+)/(\w+)/([^/]+)/(.+)\.(.+) $1/$2/$3/$5.$4.$6 [L]
You can’t perform that action at this time.
0 commit comments