forked from wallabag/wallabag
The structure changed completely. Bundles are gone. Everything is flatten in the folder `src`. I separated import & api controllers to avoid _pollution_ in the main controller folder.
9 lines
263 B
YAML
9 lines
263 B
YAML
framework:
|
|
validation:
|
|
email_validation_mode: html5
|
|
|
|
# Enables validator auto-mapping support.
|
|
# For instance, basic validation constraints will be inferred from Doctrine's metadata.
|
|
#auto_mapping:
|
|
# App\Entity\: []
|