Files
symfony-flex-recipes-contrib/aziz403.ux-datatable.1.0.json
T
github-action[bot]andgithub-action[bot] 19c6074df6 Update Flex endpoint
2023-01-10 15:42:32 +00:00

40 lines
1.7 KiB
JSON

{
"manifests": {
"aziz403/ux-datatable": {
"manifest": {
"bundles": {
"Aziz403\\UX\\Datatable\\DatatableBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/datatable.yaml": {
"contents": [
"datatable:",
" # Load i18n data from DataTables CDN or locally",
" language_from_cdn: false",
" # Language of the Datatables (if language_from_cdn true)",
" language: 'English'",
" # Default options to load into DataTables",
" # options:",
" # stateSave: true",
" # Default parameters to be passed to the template",
" template_parameters:",
" # Default Datatables style (one from none,bootstrap3,bootstrap4,bootstrap5,foundation,bulma,jqueryui)",
" style: 'bootstrap5'",
" # Default class attribute to apply to the root table elements (change it to be compatible with the style)",
" className: 'table table-bordered'",
""
],
"executable": false
}
},
"ref": "2639c7739b1ebf09227bd520586f14b67da6c9bf"
}
}
}