* Added the ability to set the telemetry level for an unattended install Added 'UnattendedTelemetryLevel' to 'UnattendedSettings' Renamed 'CreateUnattendedUserNotificationHandler' to 'PostUnattendedInstallNotificationHandler' Set the telemetry level in the unattended install notification handler * Add DefaultValue attribute to 'UnattendedTelemetryLevel' * Added UnattendedTelemetryLevel to template. * Updated cli and ide hosts. --------- Co-authored-by: Andy Butland <abutland73@gmail.com>
93 lines
1.8 KiB
JSON
93 lines
1.8 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": false
|
|
},
|
|
{
|
|
"id": "UseHttpsRedirect",
|
|
"isVisible": true,
|
|
"persistenceScope": "templateGroup",
|
|
"defaultValue": "true"
|
|
},
|
|
{
|
|
"id": "UseDeliveryApi",
|
|
"isVisible": true,
|
|
"persistenceScope": "templateGroup"
|
|
},
|
|
{
|
|
"id": "ModelsBuilderMode",
|
|
"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": "UnattendedTelemetryLevel",
|
|
"isVisible": true,
|
|
"defaultValue": "Detailed"
|
|
},
|
|
{
|
|
"id": "NoNodesViewPath",
|
|
"isVisible": true
|
|
},
|
|
{
|
|
"id": "Docker",
|
|
"isVisible": true
|
|
},
|
|
{
|
|
"id": "StarterKit",
|
|
"isVisible": true
|
|
},
|
|
{
|
|
"id": "UmbracoRelease",
|
|
"isVisible": true
|
|
},
|
|
{
|
|
"id": "DevelopmentMode",
|
|
"isVisible": true,
|
|
"defaultValue": "IDEDevelopment"
|
|
}
|
|
]
|
|
}
|