mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 12:26:30 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2499,6 +2499,9 @@
|
||||
"1.3",
|
||||
"1.4"
|
||||
],
|
||||
"wlindabla/mailing-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"wouterj/eloquent-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user