mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 20:36:36 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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) |
|
||||
|
||||
+51
@@ -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": [
|
||||
"<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>"
|
||||
]
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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": [
|
||||
"<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>"
|
||||
]
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -432,6 +432,9 @@
|
||||
"datana-gmbh/zendesk-api": [
|
||||
"1.0"
|
||||
],
|
||||
"davidannebicque/html-to-spreadsheet-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
"deamon/logger-extra-bundle": [
|
||||
"4.0"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user