We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b9b8b5 + 0ba0306 commit fc9ff52Copy full SHA for fc9ff52
1 file changed
Resources/config/services.yml
@@ -4,6 +4,10 @@ services:
4
tags:
5
- { name: victoire_widget.widget_content_resolver, alias: Cover }
6
7
+ #alias to the entity
8
+ victoire.widget.cover:
9
+ class: Victoire\Widget\CoverBundle\Entity\WidgetCover
10
+
11
#alias to the form
12
victoire.widget.form.cover:
13
class: Victoire\Widget\CoverBundle\Form\WidgetCoverType
0 commit comments