Fix: wrong plugin name
This commit is contained in:
parent
1f38ce7dba
commit
90522b5b69
@ -10,9 +10,9 @@ log = logging.getLogger(__name__)
|
|||||||
|
|
||||||
|
|
||||||
class Plugin(ScopePlugin, ScopeExtLoop):
|
class Plugin(ScopePlugin, ScopeExtLoop):
|
||||||
"""Hierarchy plugin"""
|
"""Loop plugin"""
|
||||||
|
|
||||||
plugin_name = "hier"
|
plugin_name = "loop"
|
||||||
_schema_props_new = {
|
_schema_props_new = {
|
||||||
"hier": {
|
"hier": {
|
||||||
"default": None,
|
"default": None,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user