Merge branch 'master' into upgrade-sf3

This commit is contained in:
2018-05-16 22:09:22 +02:00
5 changed files with 248 additions and 1 deletions

View File

@@ -89,6 +89,14 @@ services:
- "@chill.main.helper.translatable_string"
tags:
- { name: 'chill.custom_field', type: 'title' }
chill.custom_field.date:
class: Chill\CustomFieldsBundle\CustomFields\CustomFieldDate
arguments:
- "@templating"
- "@chill.main.helper.translatable_string"
tags:
- { name: 'chill.custom_field', type: 'date' }
chill.custom_field.helper:
class: Chill\CustomFieldsBundle\Service\CustomFieldsHelper