removing missing templates folder property in plugin.json, re: #8
This commit is contained in:
parent
a1d495676d
commit
8779144d41
@ -8,6 +8,5 @@
|
|||||||
{ "hook": "filter:user.delete", "method": "deleteUserData" },
|
{ "hook": "filter:user.delete", "method": "deleteUserData" },
|
||||||
{ "hook": "filter:auth.init", "method": "getStrategy" }
|
{ "hook": "filter:auth.init", "method": "getStrategy" }
|
||||||
],
|
],
|
||||||
"templates": "./templates",
|
|
||||||
"minver": "0.5.0"
|
"minver": "0.5.0"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user