-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathliip.imagine-bundle.1.8.json
More file actions
48 lines (48 loc) · 1.99 KB
/
Copy pathliip.imagine-bundle.1.8.json
File metadata and controls
48 lines (48 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"manifests": {
"liip/imagine-bundle": {
"manifest": {
"bundles": {
"Liip\\ImagineBundle\\LiipImagineBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"public/": "%PUBLIC_DIR%/"
},
"gitignore": [
"/%PUBLIC_DIR%/media/cache/"
],
"post-install-output": [
" <fg=blue;options=bold>Configure</> <fg=blue>your transformations:</>",
" 1. You <options=bold>MAY</> configure your image transformation library (<comment>gmagick</>, <comment>imagick</>, or <comment>gd</> [default]).",
" 2. You <options=bold>MAY</> define custom transformation definitions under the <comment>filter_sets</> option."
]
},
"files": {
"config/packages/liip_imagine.yaml": {
"contents": [
"# Documentation on how to configure the bundle can be found at: https://symfony.com/doc/current/bundles/LiipImagineBundle/basic-usage.html",
"liip_imagine:",
" # valid drivers options include \"gd\" or \"gmagick\" or \"imagick\"",
" driver: \"gd\"",
" twig:",
" mode: lazy",
""
],
"executable": false
},
"config/routes/liip_imagine.yaml": {
"contents": [
"_liip_imagine:",
" resource: \"@LiipImagineBundle/Resources/config/routing.yaml\"",
""
],
"executable": false
}
},
"ref": "thelia-twig-lazy-mode"
}
}
}