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