-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinventis.media-bundle.0.31.json
More file actions
126 lines (126 loc) · 6.34 KB
/
inventis.media-bundle.0.31.json
File metadata and controls
126 lines (126 loc) · 6.34 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"manifests": {
"inventis/media-bundle": {
"manifest": {
"bundles": {
"Inventis\\Bundle\\MediaBundle\\InventisMediaBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/inventis_mediabundle.yaml": {
"contents": [
"inventis_media:",
" oembed: ~",
"",
"doctrine:",
" dbal:",
" types:",
" json: Sonata\\Doctrine\\Types\\JsonType",
"",
"sonata_media:",
" db_driver: doctrine_orm",
" # if you don't use default namespace configuration",
" class:",
" media: Inventis\\Bundle\\MediaBundle\\Entity\\Media",
" gallery: Inventis\\Bundle\\MediaBundle\\Entity\\Gallery",
" gallery_item: Inventis\\Bundle\\MediaBundle\\Entity\\GalleryItem",
" providers:",
" image:",
" thumbnail: inventis.media.thumbnail.liip_imagine",
" allowed_extensions: ['jpg', 'png', 'gif', 'jpeg'] # Optional",
" allowed_mime_types: ['image/pjpeg','image/jpeg','image/png','image/x-png', 'image/gif'] # Optional",
" vimeo:",
" thumbnail: inventis.media.thumbnail.liip_imagine",
" youtube:",
" thumbnail: inventis.media.thumbnail.liip_imagine",
" dailymotion:",
" thumbnail: inventis.media.thumbnail.liip_imagine",
" filesystem:",
" local:",
" create: true",
"",
"twig:",
" form_themes:",
" - '@SonataMedia/Form/media_widgets.html.twig'",
"",
"liip_imagine:",
" resolvers:",
" default:",
" web_path:",
" cache_prefix: cache/media",
"",
" loaders:",
" default:",
" filesystem:",
" data_root:",
" # this is needed for LiipImagine root path validation as public/upload is outside document root",
" - '%kernel.project_dir%/public'",
" gaufrette:",
" filesystem: 'sonata.media.filesystem.local' # must match sonata_media.filesystem",
" filter_sets:",
" # these must match <context>_<format> options of your sonata media context",
" default_small:",
" quality: 95",
" filters:",
" thumbnail: { size: [100, 70], mode: outbound }",
" default_big:",
" quality: 95",
" filters:",
" thumbnail: { size: [500, 70], mode: outbound }",
" default_cb:",
" quality: 95",
" filters:",
" thumbnail: { size: [920, 920], mode: outbound }",
" default_cb_banner:",
" quality: 95",
" filters:",
" thumbnail: { size: [1600, 575], mode: outbound }",
" default_cb_full:",
" quality: 95",
" filters:",
" thumbnail: { size: [1600, 1600], mode: outbound }",
"",
"jms_serializer:",
" metadata:",
" directories:",
" SonataMedia:",
" namespace_prefix: \"Sonata\\\\MediaBundle\"",
" path: \"@InventisMediaBundle/Resources/config/serializer/SonataMedia\"",
"",
"framework:",
" validation:",
" enabled: true",
""
],
"executable": false
},
"config/routes/inventis_mediabundle.yaml": {
"contents": [
"inventis_mediabundle_routing:",
" resource: \"@InventisMediaBundle/Controller/Webadmin\"",
" type: annotation",
" prefix: /webadmin/mediabundle",
"",
"_media_oembed:",
" resource: \"@InventisMediaBundle/Resources/config/routing/oembed.yaml\"",
"",
"# if you want feature tests enables uncomment this",
"#inventis_mediabundle_feature_routing:",
"# resource: \"@InventisMediaBundle/Features/Controller/\"",
"# type: annotation",
"# prefix: /mediabundle",
"",
""
],
"executable": false
}
},
"ref": "2c16f9f4b610c938cdca357a1fe46059fb258b39"
}
}
}