abstract namespace specification to template.json so that module and theme templates can use their own naming conventions

This commit is contained in:
sbwalker
2023-08-28 09:03:05 -04:00
parent f22e0c4384
commit a857e3f31e
7 changed files with 56 additions and 17 deletions

View File

@ -1,5 +1,6 @@
{
"Title": "Default Module Template",
"Type": "External",
"Version": "4.0.2"
"Version": "4.0.3",
"Namespace": "[Owner].Module.[Module]"
}