* Add new 'Umbraco Package RCL' project template * Add --no-restore, hide --framework and remove conflicting -v parameter in Umbraco Package project template * Hide --framework and --PackageTestSiteName, remove conflicting -v parameter in Umbraco project template and persist selected parameters * Revert changes to Framework and UmbracoVersion parameter names
60 lines
1.2 KiB
JSON
60 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/ide.host.json",
|
|
"order": 0,
|
|
"icon": "../../icon.png",
|
|
"description": {
|
|
"id": "UmbracoProject",
|
|
"text": "Umbraco Web Application - An empty Umbraco CMS web application."
|
|
},
|
|
"symbolInfo": [
|
|
{
|
|
"id": "UmbracoVersion",
|
|
"isVisible": true
|
|
},
|
|
{
|
|
"id": "UseHttpsRedirect",
|
|
"isVisible": true,
|
|
"persistenceScope": "templateGroup"
|
|
},
|
|
{
|
|
"id": "ExcludeGitignore",
|
|
"isVisible": true,
|
|
"persistenceScope": "templateGroup"
|
|
},
|
|
{
|
|
"id": "MinimalGitignore",
|
|
"isVisible": true,
|
|
"persistenceScope": "templateGroup"
|
|
},
|
|
{
|
|
"id": "ConnectionString",
|
|
"isVisible": true
|
|
},
|
|
{
|
|
"id": "ConnectionStringProviderName",
|
|
"isVisible": true
|
|
},
|
|
{
|
|
"id": "DevelopmentDatabaseType",
|
|
"isVisible": true,
|
|
"persistenceScope": "templateGroup"
|
|
},
|
|
{
|
|
"id": "UnattendedUserName",
|
|
"isVisible": true
|
|
},
|
|
{
|
|
"id": "UnattendedUserEmail",
|
|
"isVisible": true
|
|
},
|
|
{
|
|
"id": "UnattendedUserPassword",
|
|
"isVisible": true
|
|
},
|
|
{
|
|
"id": "NoNodesViewPath",
|
|
"isVisible": true
|
|
}
|
|
]
|
|
}
|