mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
fix error with post_text extension
This commit is contained in:
@@ -50,16 +50,15 @@ services:
|
||||
tags:
|
||||
- { name: 'chill.custom_field', type: 'number' }
|
||||
|
||||
# no more used in symfony 3.x
|
||||
# chill.form_extension.post_text_integer:
|
||||
# class: Chill\CustomFieldsBundle\Form\Extension\PostTextIntegerExtension
|
||||
# tags:
|
||||
# - { name: form.type_extension, alias: 'integer' }
|
||||
chill.form_extension.post_text_integer:
|
||||
class: Chill\CustomFieldsBundle\Form\Extension\PostTextIntegerExtension
|
||||
tags:
|
||||
- { name: form.type_extension, extended_type: Symfony\Component\Form\Extension\Core\Type\IntegerType }
|
||||
|
||||
# chill.form_extension.post_text_number:
|
||||
# class: Chill\CustomFieldsBundle\Form\Extension\PostTextNumberExtension
|
||||
# tags:
|
||||
# - { name: form.type_extension, alias: 'number' }
|
||||
chill.form_extension.post_text_number:
|
||||
class: Chill\CustomFieldsBundle\Form\Extension\PostTextNumberExtension
|
||||
tags:
|
||||
- { name: form.type_extension, extended_type: Symfony\Component\Form\Extension\Core\Type\NumberType }
|
||||
|
||||
chill.custom_field.choice:
|
||||
class: Chill\CustomFieldsBundle\CustomFields\CustomFieldChoice
|
||||
|
Reference in New Issue
Block a user