mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
fix recipe
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
sulu_form:
|
||||
mail:
|
||||
from: "%sulu_admin.email%"
|
||||
to: "%sulu_admin.email%"
|
||||
sender: "%sulu_admin.email%"
|
||||
from: "%env(resolve:SULU_FORM_EMAIL_FROM)%"
|
||||
to: "%env(resolve:SULU_FORM_EMAIL_TO)%"
|
||||
sender: "%env(resolve:SULU_FORM_EMAIL_SENDER)%"
|
||||
|
||||
framework:
|
||||
esi: true
|
||||
|
||||
@@ -4,5 +4,10 @@
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"SULU_FORM_EMAIL_FROM": "",
|
||||
"SULU_FORM_EMAIL_TO": "",
|
||||
"SULU_FORM_EMAIL_SENDER": ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user