| changeset 68 | e7384fb35f7a |
| parent 63 | 774ba82dca59 |
| child 74 | 901463f9b11c |
| child 76 | bb7808e180c3 |
--- a/DependencyInjection/Configuration.php Mon Dec 26 22:53:50 2011 +0100 +++ b/DependencyInjection/Configuration.php Mon Jan 23 00:48:55 2012 +0100 @@ -38,7 +38,7 @@ ->performNoDeepMerging() ->children() ->scalarNode('type')->defaultValue('text')->end() - ->scalarNode('length') + ->scalarNode('length')->defaultValue(1024) ->beforeNormalization() ->ifString() ->then(function($v) { return intval($v); })