From 19c6074df67bf0f606762dab5e1328f42ac8534b Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 10 Jan 2023 15:42:32 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...9c7739b1ebf09227bd520586f14b67da6c9bf.json | 39 +++++++++++++++++++ aziz403.ux-datatable.1.0.json | 39 +++++++++++++++++++ index.json | 3 ++ 4 files changed, 82 insertions(+) create mode 100644 archived/aziz403.ux-datatable/2639c7739b1ebf09227bd520586f14b67da6c9bf.json create mode 100644 aziz403.ux-datatable.1.0.json diff --git a/RECIPES.md b/RECIPES.md index 9128f2b3..99b2502e 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -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) | diff --git a/archived/aziz403.ux-datatable/2639c7739b1ebf09227bd520586f14b67da6c9bf.json b/archived/aziz403.ux-datatable/2639c7739b1ebf09227bd520586f14b67da6c9bf.json new file mode 100644 index 00000000..9641e9c4 --- /dev/null +++ b/archived/aziz403.ux-datatable/2639c7739b1ebf09227bd520586f14b67da6c9bf.json @@ -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" + } + } +} diff --git a/aziz403.ux-datatable.1.0.json b/aziz403.ux-datatable.1.0.json new file mode 100644 index 00000000..9641e9c4 --- /dev/null +++ b/aziz403.ux-datatable.1.0.json @@ -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" + } + } +} diff --git a/index.json b/index.json index 9300d83c..3f081741 100644 --- a/index.json +++ b/index.json @@ -87,6 +87,9 @@ "aws/aws-sdk-php-symfony": [ "1.3" ], + "aziz403/ux-datatable": [ + "1.0" + ], "aziz403/ux-zoom": [ "1.0" ],