mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
Using TranslatableStringHelper inside CustomFieldChoice, CustomFieldText & CustomFieldTitle
This commit is contained in:
@@ -40,6 +40,7 @@ services:
|
||||
arguments:
|
||||
- "@request_stack"
|
||||
- "@templating"
|
||||
- "@chill.main.helper.translatable_string"
|
||||
tags:
|
||||
- { name: 'chill.custom_field', type: 'text' }
|
||||
|
||||
@@ -49,6 +50,7 @@ services:
|
||||
- "@request_stack"
|
||||
- %locale%
|
||||
- "@templating"
|
||||
- "@chill.main.helper.translatable_string"
|
||||
tags:
|
||||
- { name: 'chill.custom_field', type: 'choice' }
|
||||
|
||||
@@ -69,6 +71,7 @@ services:
|
||||
arguments:
|
||||
- "@request_stack"
|
||||
- "@templating"
|
||||
- "@chill.main.helper.translatable_string"
|
||||
tags:
|
||||
- { name: 'chill.custom_field', type: 'title' }
|
||||
|
||||
|
Reference in New Issue
Block a user