fixes keyerror when using generic template plugins
This commit is contained in:
parent
70a75863ab
commit
4dc1c2cdad
1 changed files with 2 additions and 1 deletions
|
|
@ -252,7 +252,8 @@ def _process_template_configs(name, implementation, configs, rules):
|
|||
navbar=1,
|
||||
sidebar=1,
|
||||
tab=1,
|
||||
settings=1
|
||||
settings=1,
|
||||
generic=1
|
||||
)
|
||||
includes = defaultdict(list)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue