##// END OF EJS Templates
configitems: register the 'templates' section
Boris Feld -
r34672:16d73491 default
parent child Browse files
Show More
@@ -662,6 +662,10 b" coreconfigitem('smtp', 'username',"
662 coreconfigitem('sparse', 'missingwarning',
662 coreconfigitem('sparse', 'missingwarning',
663 default=True,
663 default=True,
664 )
664 )
665 coreconfigitem('templates', '.*',
666 default=None,
667 generic=True,
668 )
665 coreconfigitem('trusted', 'groups',
669 coreconfigitem('trusted', 'groups',
666 default=list,
670 default=list,
667 )
671 )
General Comments 0
You need to be logged in to leave comments. Login now