mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
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
This commit is contained in:
@@ -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'
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Davidannebicque\\HtmlToSpreadsheetBundle\\HtmlToSpreadsheetBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<bg=blue;fg=white> </>
|
||||
<bg=blue;fg=white> HTML to Spreadsheet Bundle installed successfully! </>
|
||||
<bg=blue;fg=white> </>
|
||||
* Configure the bundle in <comment>config/packages/html_to_spreadsheet.yaml</comment>
|
||||
* Documentation: <comment>https://github.com/davidannebicque/html-to-spreadsheet-bundle</comment>
|
||||
Reference in New Issue
Block a user