From dfc9faa561151b6f41c9ac68a56ce9dd04a1d602 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Wed, 3 Dec 2025 18:10:44 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...4008082babf0f3e5e26d34eade43a74af5ede.json | 51 +++++++++++++++++++ ...bicque.html-to-spreadsheet-bundle.0.1.json | 51 +++++++++++++++++++ index.json | 3 ++ 4 files changed, 106 insertions(+) create mode 100644 archived/davidannebicque.html-to-spreadsheet-bundle/f054008082babf0f3e5e26d34eade43a74af5ede.json create mode 100644 davidannebicque.html-to-spreadsheet-bundle.0.1.json diff --git a/RECIPES.md b/RECIPES.md index 59fd8651..fcd26da0 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -139,6 +139,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [datana-gmbh/url-shortener-api](https://packagist.org/packages/datana-gmbh/url-shortener-api) | [1.0](datana-gmbh/url-shortener-api/1.0) | | [datana-gmbh/zammad-api](https://packagist.org/packages/datana-gmbh/zammad-api) | [1.0](datana-gmbh/zammad-api/1.0) | | [datana-gmbh/zendesk-api](https://packagist.org/packages/datana-gmbh/zendesk-api) | [1.0](datana-gmbh/zendesk-api/1.0) | +| [davidannebicque/html-to-spreadsheet-bundle](https://packagist.org/packages/davidannebicque/html-to-spreadsheet-bundle) | [0.1](davidannebicque/html-to-spreadsheet-bundle/0.1) | | [deamon/logger-extra-bundle](https://packagist.org/packages/deamon/logger-extra-bundle) | [4.0](deamon/logger-extra-bundle/4.0) | | [debril/rss-atom-bundle](https://packagist.org/packages/debril/rss-atom-bundle) | [4.0](debril/rss-atom-bundle/4.0) | | [defixit/anonlytics-bundle](https://packagist.org/packages/defixit/anonlytics-bundle) | [1.0](defixit/anonlytics-bundle/1.0) | diff --git a/archived/davidannebicque.html-to-spreadsheet-bundle/f054008082babf0f3e5e26d34eade43a74af5ede.json b/archived/davidannebicque.html-to-spreadsheet-bundle/f054008082babf0f3e5e26d34eade43a74af5ede.json new file mode 100644 index 00000000..c8e2c36a --- /dev/null +++ b/archived/davidannebicque.html-to-spreadsheet-bundle/f054008082babf0f3e5e26d34eade43a74af5ede.json @@ -0,0 +1,51 @@ +{ + "manifests": { + "davidannebicque/html-to-spreadsheet-bundle": { + "manifest": { + "bundles": { + "Davidannebicque\\HtmlToSpreadsheetBundle\\HtmlToSpreadsheetBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " ", + " HTML to Spreadsheet Bundle installed successfully! ", + " ", + " * Configure the bundle in config/packages/html_to_spreadsheet.yaml", + " * Documentation: https://github.com/davidannebicque/html-to-spreadsheet-bundle" + ] + }, + "files": { + "config/packages/html_to_spreadsheet.yaml": { + "contents": [ + "html_to_spreadsheet:", + " #Enable strict mode for HTML validation", + " strict: true", + "", + " #Include built-in styles (th, money, date, etc.)", + " include_builtins: true", + "", + " #Temporary directory (optional)", + " #temp_dir: '%kernel.cache_dir%/html_to_spreadsheet'", + "", + " #Custom styles (examples)", + " #default_styles:", + " # custom_header:", + " # font:", + " # bold: true", + " # color: 'FFFFFF'", + " # fill:", + " # fillType: 'solid'", + " # color: '4472D4'", + "" + ], + "executable": false + } + }, + "ref": "f054008082babf0f3e5e26d34eade43a74af5ede" + } + } +} diff --git a/davidannebicque.html-to-spreadsheet-bundle.0.1.json b/davidannebicque.html-to-spreadsheet-bundle.0.1.json new file mode 100644 index 00000000..c8e2c36a --- /dev/null +++ b/davidannebicque.html-to-spreadsheet-bundle.0.1.json @@ -0,0 +1,51 @@ +{ + "manifests": { + "davidannebicque/html-to-spreadsheet-bundle": { + "manifest": { + "bundles": { + "Davidannebicque\\HtmlToSpreadsheetBundle\\HtmlToSpreadsheetBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " ", + " HTML to Spreadsheet Bundle installed successfully! ", + " ", + " * Configure the bundle in config/packages/html_to_spreadsheet.yaml", + " * Documentation: https://github.com/davidannebicque/html-to-spreadsheet-bundle" + ] + }, + "files": { + "config/packages/html_to_spreadsheet.yaml": { + "contents": [ + "html_to_spreadsheet:", + " #Enable strict mode for HTML validation", + " strict: true", + "", + " #Include built-in styles (th, money, date, etc.)", + " include_builtins: true", + "", + " #Temporary directory (optional)", + " #temp_dir: '%kernel.cache_dir%/html_to_spreadsheet'", + "", + " #Custom styles (examples)", + " #default_styles:", + " # custom_header:", + " # font:", + " # bold: true", + " # color: 'FFFFFF'", + " # fill:", + " # fillType: 'solid'", + " # color: '4472D4'", + "" + ], + "executable": false + } + }, + "ref": "f054008082babf0f3e5e26d34eade43a74af5ede" + } + } +} diff --git a/index.json b/index.json index 5739d266..387f0029 100644 --- a/index.json +++ b/index.json @@ -432,6 +432,9 @@ "datana-gmbh/zendesk-api": [ "1.0" ], + "davidannebicque/html-to-spreadsheet-bundle": [ + "0.1" + ], "deamon/logger-extra-bundle": [ "4.0" ],