[WebProfilerBundle] removed normal as a valid position for the toolbar as it is only to be used by the profiler

This commit is contained in:
Fabien Potencier 2011-09-22 08:27:40 +02:00
parent 3e90ba4f76
commit 56b6d537d6

View File

@ -41,7 +41,7 @@ class Configuration implements ConfigurationInterface
->scalarNode('position')
->defaultValue('bottom')
->validate()
->ifNotInArray(array('normal', 'bottom', 'top'))
->ifNotInArray(array('bottom', 'top'))
->thenInvalid('The CSS position %s is not supported')
->end()
->end()