File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ extensions:
24
24
Configure extension:
25
25
``` neon
26
26
imageStorage:
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?
35
35
```
36
36
37
37
## Images
@@ -167,7 +167,7 @@ imageStorage:
167
167
168
168
2 ) Alter your ` .htaccess ` file:
169
169
170
- ``` htaccess
170
+ ```
171
171
# Images Storage conversion with directory suffix
172
172
RewriteCond %{QUERY_STRING} _image_storage
173
173
RewriteRule ^(\w+)/(\w+)/(\w+)/([^/]+)/(.+)\.(.+) $1/$2/$3/$5.$4.$6 [L]
You can’t perform that action at this time.
0 commit comments