1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-28 09:40:14 -07:00
2017-04-16 22:09:30 +02:00

21 lines
566 B
YAML

services:
form.filter.category:
class: AppBundle\Form\Filter\Model\CategoryFilterType
arguments:
- '@repository.ldraw.category'
tags:
- { name: form.type }
form.filter.brickset:
class: AppBundle\Form\FilterSetType
arguments: ['@api.manager.brickset']
tags:
- { name: form.type }
form.filter.theme:
class: AppBundle\Form\Filter\Set\ThemeFilterType
arguments:
- '@repository.rebrickable.theme'
tags:
- { name: form.type }