Create event theme admin entity

This commit is contained in:
2025-04-28 16:32:48 +02:00
parent c0826bc65c
commit e594b65d1e
15 changed files with 608 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
services:
Chill\EventBundle\Controller\:
autowire: true
autoconfigure: true
resource: '../Controller'
tags: ['controller.service_arguments']
@@ -8,4 +9,11 @@ services:
autowire: true
autoconfigure: true
resource: '../Menu/'
tags: ['chill.menu_builder']
tags: ['chill.menu_builder']
Chill\EventBundle\Templating\Entity\:
autowire: true
autoconfigure: true
resource: '../Templating/Entity'
tags:
- 'chill.render_entity'

View File

@@ -0,0 +1,4 @@
services:
_defaults:
autowire: true
autoconfigure: true

View File

@@ -31,3 +31,7 @@ services:
Chill\EventBundle\Form\Type\PickEventType:
tags:
- { name: form.type }
Chill\EventBundle\Form\EventThemeType:
tags:
- { name: form.type }