Add store and index options to timestamp

This commit is contained in:
Lea Haensenberger 2014-01-06 10:19:11 +01:00
parent 4ee81dc010
commit 274fc00991

View file

@ -662,6 +662,8 @@ class Configuration implements ConfigurationInterface
->scalarNode('enabled')->defaultValue(true)->end()
->scalarNode('path')->end()
->scalarNode('format')->end()
->scalarNode('store')->end()
->scalarNode('index')->end()
->end()
;