Files
Umbraco-CMS/templates/UmbracoProject/.template.config/ide.host.json

60 lines
1.2 KiB
JSON
Raw Normal View History

{
"$schema": "https://json.schemastore.org/ide.host.json",
2022-02-23 23:20:13 +01:00
"order": 0,
"icon": "../../icon.png",
"description": {
"id": "UmbracoProject",
"text": "Umbraco Web Application - An empty Umbraco CMS web application."
2022-02-23 23:20:13 +01:00
},
"symbolInfo": [
{
"id": "UmbracoVersion",
"isVisible": true
},
2022-02-23 23:20:13 +01:00
{
"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"
2022-02-23 23:20:13 +01:00
},
{
"id": "UnattendedUserName",
"isVisible": true
2022-02-23 23:20:13 +01:00
},
{
"id": "UnattendedUserEmail",
"isVisible": true
2022-02-23 23:20:13 +01:00
},
{
"id": "UnattendedUserPassword",
"isVisible": true
2022-02-23 23:20:13 +01:00
},
{
"id": "NoNodesViewPath",
"isVisible": true
2022-02-23 23:20:13 +01:00
}
]
}