-
Notifications
You must be signed in to change notification settings - Fork 0
/
vigicorp.datatable-bundle.1.0.json
39 lines (39 loc) · 1.3 KB
/
vigicorp.datatable-bundle.1.0.json
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
{
"manifests": {
"vigicorp/datatable-bundle": {
"manifest": {
"bundles": {
"Vigicorp\\DatatableBundle\\VigicorpDatatableBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/vigicorp_datatable.yaml": {
"contents": [
"vigicorp_datatable:",
" yadcf:",
" active: true",
" select_type: 'select2'",
"# datatables:",
""
],
"executable": false
},
"config/routes/vigicorp_datatable.yaml": {
"contents": [
"vigicorp_datatable:",
" resource: '@VigicorpDatatableBundle/Resources/config/routing.xml'",
" prefix: /",
""
],
"executable": false
}
},
"ref": "d6fd2633122f76b5d57bb1232380d290daf34d04"
}
}
}