We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6401510 commit 6acb6a3Copy full SHA for 6acb6a3
config/packages/twig_component.yaml
@@ -0,0 +1,5 @@
1
+twig_component:
2
+ anonymous_template_directory: 'components/'
3
+ defaults:
4
+ # Namespace & directory for components
5
+ App\Twig\Components\: 'components/'
config/packages/validator.yaml
@@ -1,6 +1,6 @@
framework:
validation:
- enable_annotations: true
+ enable_attributes: true
email_validation_mode: html5
6
# Enables validator auto-mapping support.
0 commit comments