-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinventis.shorturl-bundle.1.4.json
More file actions
38 lines (38 loc) · 1.31 KB
/
inventis.shorturl-bundle.1.4.json
File metadata and controls
38 lines (38 loc) · 1.31 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
{
"manifests": {
"inventis/shorturl-bundle": {
"manifest": {
"bundles": {
"Inventis\\Bundle\\ShortUrlBundle\\InventisShortUrlBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/inventis_shorturlbundle.yaml": {
"contents": [
"inventis_short_url:",
" external_redirects:",
" enabled: true",
""
],
"executable": false
},
"config/routes/inventis_shorturlbundle.yaml": {
"contents": [
"inventis_shorturlbundle_routing:",
" resource: \"@InventisShortUrlBundle/Controller/Webadmin\"",
" type: annotation",
" prefix: /{_locale}/webadmin/shorturls",
""
],
"executable": false
}
},
"ref": "e5539cda34955841b13427d4a9c803d62ac541d3"
}
}
}