mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
64 lines
2.9 KiB
JSON
64 lines
2.9 KiB
JSON
{
|
|
"manifests": {
|
|
"mmucklo/grid-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Dtc\\GridBundle\\DtcGridBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"post-install-output": [
|
|
"Warning: make sure the twig engine is turned on in framework.yaml",
|
|
"",
|
|
" - If not, add the following to config/packages/framework.yaml:",
|
|
"",
|
|
"framework:",
|
|
" # ...",
|
|
" templating:",
|
|
" engines: ['twig']"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/routes/dtc_grid.yaml": {
|
|
"contents": [
|
|
"dtc_grid:",
|
|
" resource: '@DtcGridBundle/Resources/config/routing.yml'",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/packages/dtc_grid.yaml": {
|
|
"contents": [
|
|
"dtc_grid:",
|
|
" purl: 'https://cdnjs.cloudflare.com/ajax/libs/purl/2.3.1/purl.min.js'",
|
|
" jquery:",
|
|
" url: 'https://code.jquery.com/jquery-3.3.1.min.js'",
|
|
" integrity: sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=",
|
|
" crossorigin: anonymous",
|
|
" datatables:",
|
|
" css:",
|
|
" - 'https://cdn.datatables.net/1.10.19/css/dataTables.bootstrap4.min.css'",
|
|
" js:",
|
|
" - 'https://cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js'",
|
|
" - 'https://cdn.datatables.net/1.10.19/js/dataTables.bootstrap4.min.js'",
|
|
" theme:",
|
|
" css:",
|
|
" - 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'",
|
|
" - 'https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css'",
|
|
" js:",
|
|
" - 'https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js'",
|
|
" - 'https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js'",
|
|
" page_div_style: 'margin: 10px'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "aa1e653947a4639bce8d2dec6dc52ae80187befa"
|
|
}
|
|
}
|
|
}
|