mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-01 06:26:15 +00:00
remove date format from twig config
date format is now handled by twig extension 'intl' refs #272
This commit is contained in:
parent
5f117ffa4a
commit
1442842e6a
@ -56,7 +56,6 @@ class ChillMainExtension extends Extension implements PrependExtensionInterface
|
|||||||
'globals' => array(
|
'globals' => array(
|
||||||
'installation' => array(
|
'installation' => array(
|
||||||
'name' => $config['installation_name']),
|
'name' => $config['installation_name']),
|
||||||
'date_format' => 'd-M-Y',
|
|
||||||
'available_languages' => $config['available_languages']
|
'available_languages' => $config['available_languages']
|
||||||
),
|
),
|
||||||
'form' => array(
|
'form' => array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user