Files
LanMountainDesktop/LanMountainDesktop.AirAppTemplate/templates/component/.template.config/template.json
2026-06-08 02:39:44 +08:00

38 lines
1.1 KiB
JSON

{
"$schema": "http://json.schemastore.org/template",
"author": "LanMountainDesktop Team",
"classifications": ["LanMountainDesktop", "AirApp", "Component"],
"identity": "LanMountainDesktop.AirApp.Component",
"name": "LanMountainDesktop AirApp - Desktop Component",
"shortName": "lmd-airapp-component",
"tags": {
"language": "C#",
"type": "project"
},
"sourceName": "LanMountainDesktop.AirApp.ComponentTemplate",
"preferNameDirectory": true,
"symbols": {
"ComponentId": {
"type": "parameter",
"datatype": "string",
"defaultValue": "my-widget",
"replaces": "my-widget",
"description": "The unique identifier for the component"
},
"ComponentName": {
"type": "parameter",
"datatype": "string",
"defaultValue": "My Widget",
"replaces": "My Widget",
"description": "The display name for the component"
},
"AuthorName": {
"type": "parameter",
"datatype": "string",
"defaultValue": "Your Name",
"replaces": "Your Name",
"description": "The author name"
}
}
}