File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,18 @@ public function getConfigTreeBuilder()
3030 ->booleanNode ('attachment ' )->defaultTrue ()
3131 ->end ()
3232 ->end ()
33+ ->arrayNode ('templates ' )
34+ ->addDefaultsIfNotSet ()
35+ ->canBeUnset ()
36+ ->children ()
37+ ->scalarNode ('index ' )->defaultValue ('HackzillaTicketBundle:Ticket:index.html.twig ' )->end ()
38+ ->scalarNode ('new ' )->defaultValue ('HackzillaTicketBundle:Ticket:new.html.twig ' )->end ()
39+ ->scalarNode ('prototype ' )->defaultValue ('HackzillaTicketBundle:Ticket:prototype.html.twig ' )->end ()
40+ ->scalarNode ('show ' )->defaultValue ('HackzillaTicketBundle:Ticket:show.html.twig ' )->end ()
41+ ->scalarNode ('show_attachment ' )->defaultValue ('HackzillaTicketBundle:Ticket:show_attachment.html.twig ' )->end ()
42+ ->scalarNode ('macros ' )->defaultValue ('HackzillaTicketBundle:Macros:macros.html.twig ' )->end ()
43+ ->end ()
44+ ->end ()
3345 ->end ()
3446 ;
3547
You can’t perform that action at this time.
0 commit comments