We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b4dc9 commit ce653f2Copy full SHA for ce653f2
src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php
@@ -54,7 +54,7 @@ private function addFormThemesSection(ArrayNodeDefinition $rootNode)
54
->arrayNode('form_themes')
55
->addDefaultChildrenIfNoneSet()
56
->prototype('scalar')->defaultValue('form_div_layout.html.twig')->end()
57
- ->example(array('MyBundle::form.html.twig'))
+ ->example(array('@My/form.html.twig'))
58
->validate()
59
->ifTrue(function ($v) { return !\in_array('form_div_layout.html.twig', $v); })
60
->then(function ($v) {
0 commit comments