mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
9 lines
307 B
YAML
9 lines
307 B
YAML
sulu_form:
|
|
# csrf_protection: true # requires additional changes see: https://github.com/sulu/SuluFormBundle/blob/3.0/Resources/doc/csrf.md
|
|
mail:
|
|
from: "%env(SULU_ADMIN_EMAIL)%"
|
|
to: "%env(SULU_ADMIN_EMAIL)%"
|
|
sender: "%env(SULU_ADMIN_EMAIL)%"
|
|
media:
|
|
protected: true
|