mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
Update Flex endpoint
This commit is contained in:
@@ -32,6 +32,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [async-aws/async-aws-bundle](https://packagist.org/packages/async-aws/async-aws-bundle) | [1.0](async-aws/async-aws-bundle/1.0) |
|
||||
| [atlas/symfony](https://packagist.org/packages/atlas/symfony) | [1.0](atlas/symfony/1.0) |
|
||||
| [aws/aws-sdk-php-symfony](https://packagist.org/packages/aws/aws-sdk-php-symfony) | [1.3](aws/aws-sdk-php-symfony/1.3) |
|
||||
| [aziz403/ux-datatable](https://packagist.org/packages/aziz403/ux-datatable) | [1.0](aziz403/ux-datatable/1.0) |
|
||||
| [aziz403/ux-zoom](https://packagist.org/packages/aziz403/ux-zoom) | [1.0](aziz403/ux-zoom/1.0) |
|
||||
| [backup-manager/symfony](https://packagist.org/packages/backup-manager/symfony) | [2.1](backup-manager/symfony/2.1) |
|
||||
| [baldinof/roadrunner-bundle](https://packagist.org/packages/baldinof/roadrunner-bundle) | [2.0](baldinof/roadrunner-bundle/2.0) |
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -87,6 +87,9 @@
|
||||
"aws/aws-sdk-php-symfony": [
|
||||
"1.3"
|
||||
],
|
||||
"aziz403/ux-datatable": [
|
||||
"1.0"
|
||||
],
|
||||
"aziz403/ux-zoom": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user