allow module/theme template manifests to have custom names so that they do not conflict with .NET template.json
This commit is contained in:
6
Oqtane.Server/wwwroot/Modules/Templates/External/exteneral.module.template.json
vendored
Normal file
6
Oqtane.Server/wwwroot/Modules/Templates/External/exteneral.module.template.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"Title": "Default Module Template",
|
||||
"Type": "External",
|
||||
"Version": "10.0.0",
|
||||
"Namespace": "[Owner].Module.[Module]"
|
||||
}
|
||||
Reference in New Issue
Block a user