RM en from available_languages close #330 / hide lang menu if only one language installed close #350 / The menu lang is generated from the config

This commit is contained in:
Marc Ducobu
2014-11-21 15:03:09 +01:00
parent 47bbd6eca4
commit 9e05755f28
3 changed files with 19 additions and 13 deletions

View File

@@ -27,6 +27,7 @@ class Configuration implements ConfigurationInterface
->defaultValue('Chill')
->end()
->arrayNode('available_languages')
->defaultValue(array('fr'))
->prototype('scalar')->end()
->end()
->end();