From 21032ce4c2dd3f8c99ce3dec9c58c174f8aeb41e Mon Sep 17 00:00:00 2001 From: David Date: Wed, 3 Dec 2025 19:10:31 +0100 Subject: [PATCH] Add recipe for davidannebicque/html-to-spreadsheet-bundle (#1898) * Add recipe for davidannebicque/html-to-spreadsheet-bundle * fix Post-install in english * fix test QA * fix QA * fix QA * fix QA * fix QA * fix QA * fix trasnlation * fix --- .../config/packages/html_to_spreadsheet.yaml | 19 +++++++++++++++++++ .../0.1/manifest.json | 8 ++++++++ .../0.1/post-install.txt | 5 +++++ 3 files changed, 32 insertions(+) create mode 100644 davidannebicque/html-to-spreadsheet-bundle/0.1/config/packages/html_to_spreadsheet.yaml create mode 100644 davidannebicque/html-to-spreadsheet-bundle/0.1/manifest.json create mode 100644 davidannebicque/html-to-spreadsheet-bundle/0.1/post-install.txt diff --git a/davidannebicque/html-to-spreadsheet-bundle/0.1/config/packages/html_to_spreadsheet.yaml b/davidannebicque/html-to-spreadsheet-bundle/0.1/config/packages/html_to_spreadsheet.yaml new file mode 100644 index 00000000..ca15db81 --- /dev/null +++ b/davidannebicque/html-to-spreadsheet-bundle/0.1/config/packages/html_to_spreadsheet.yaml @@ -0,0 +1,19 @@ +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' diff --git a/davidannebicque/html-to-spreadsheet-bundle/0.1/manifest.json b/davidannebicque/html-to-spreadsheet-bundle/0.1/manifest.json new file mode 100644 index 00000000..73b249a5 --- /dev/null +++ b/davidannebicque/html-to-spreadsheet-bundle/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Davidannebicque\\HtmlToSpreadsheetBundle\\HtmlToSpreadsheetBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/davidannebicque/html-to-spreadsheet-bundle/0.1/post-install.txt b/davidannebicque/html-to-spreadsheet-bundle/0.1/post-install.txt new file mode 100644 index 00000000..29dc1f3f --- /dev/null +++ b/davidannebicque/html-to-spreadsheet-bundle/0.1/post-install.txt @@ -0,0 +1,5 @@ + + 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