Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-09-16 13:14:31 +00:00
parent 2c78111c2e
commit 614a7203a5
4 changed files with 92 additions and 0 deletions
+1
View File
@@ -771,6 +771,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [willdurand/geocoder-bundle](https://packagist.org/packages/willdurand/geocoder-bundle) | [5.0](../../../tree/main/willdurand/geocoder-bundle/5.0) |
| [willdurand/hateoas-bundle](https://packagist.org/packages/willdurand/hateoas-bundle) | [2.0](../../../tree/main/willdurand/hateoas-bundle/2.0) |
| [wisembly/amqp-bundle](https://packagist.org/packages/wisembly/amqp-bundle) | [1.4](../../../tree/main/wisembly/amqp-bundle/1.4) |
| [wlindabla/mailing-bundle](https://packagist.org/packages/wlindabla/mailing-bundle) | [1.0](../../../tree/main/wlindabla/mailing-bundle/1.0) |
| [wouterj/eloquent-bundle](https://packagist.org/packages/wouterj/eloquent-bundle) | [1.0](../../../tree/main/wouterj/eloquent-bundle/1.0) |
| [wow-apps/symfony-slack-bot](https://packagist.org/packages/wow-apps/symfony-slack-bot) | [4.0](../../../tree/main/wow-apps/symfony-slack-bot/4.0) |
| [xcore/inline-editing-bundle](https://packagist.org/packages/xcore/inline-editing-bundle) | [1.2](../../../tree/main/xcore/inline-editing-bundle/1.2) |
@@ -0,0 +1,44 @@
{
"manifests": {
"wlindabla/mailing-bundle": {
"manifest": {
"bundles": {
"Wlindabla\\MailingBundle\\WlindablaMailingBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"APP_MAIL_FROM_SYSTEM": "no-reply-system@myexample.com",
"APP_MAIL_FROM_SYSTEM_NAME": "System",
"APP_MAIL_FROM_SUPPORT": "support-@myexample.com",
"APP_MAIL_FROM_SUPPORT_NAME": "Support",
"APP_DKIM_DOMAIN": "myexample.com"
}
},
"files": {
"config/packages/wlindabla_mailing.yaml": {
"contents": [
"wlindabla_mailing:",
" from_addresses:",
" system:",
" address: '%env(APP_MAIL_FROM_SYSTEM)%'",
" name: '%env(APP_MAIL_FROM_SYSTEM_NAME)%'",
" support:",
" address: '%env(APP_MAIL_FROM_SUPPORT)%'",
" name: '%env(APP_MAIL_FROM_SUPPORT_NAME)%'",
" dkim:",
" private_key: '%env(resolve:default::MAILER_DKIM)%'",
" domain: '%env(APP_DKIM_DOMAIN)%'",
" selector: 'default'",
""
],
"executable": false
}
},
"ref": "44e58ac0a43ca6239d5a0fdfb56146417c992c35"
}
}
}
+3
View File
@@ -2499,6 +2499,9 @@
"1.3",
"1.4"
],
"wlindabla/mailing-bundle": [
"1.0"
],
"wouterj/eloquent-bundle": [
"1.0"
],
+44
View File
@@ -0,0 +1,44 @@
{
"manifests": {
"wlindabla/mailing-bundle": {
"manifest": {
"bundles": {
"Wlindabla\\MailingBundle\\WlindablaMailingBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"APP_MAIL_FROM_SYSTEM": "no-reply-system@myexample.com",
"APP_MAIL_FROM_SYSTEM_NAME": "System",
"APP_MAIL_FROM_SUPPORT": "support-@myexample.com",
"APP_MAIL_FROM_SUPPORT_NAME": "Support",
"APP_DKIM_DOMAIN": "myexample.com"
}
},
"files": {
"config/packages/wlindabla_mailing.yaml": {
"contents": [
"wlindabla_mailing:",
" from_addresses:",
" system:",
" address: '%env(APP_MAIL_FROM_SYSTEM)%'",
" name: '%env(APP_MAIL_FROM_SYSTEM_NAME)%'",
" support:",
" address: '%env(APP_MAIL_FROM_SUPPORT)%'",
" name: '%env(APP_MAIL_FROM_SUPPORT_NAME)%'",
" dkim:",
" private_key: '%env(resolve:default::MAILER_DKIM)%'",
" domain: '%env(APP_DKIM_DOMAIN)%'",
" selector: 'default'",
""
],
"executable": false
}
},
"ref": "44e58ac0a43ca6239d5a0fdfb56146417c992c35"
}
}
}