bugfix. initialize counter for plugins of type generic.
This commit is contained in:
parent
be9021d377
commit
7b92fb27c0
1 changed files with 2 additions and 1 deletions
|
|
@ -287,7 +287,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