Skip to content

Commit d093754

Browse files
mkArtakMSFTcaptainsafia
authored andcommitted
Fixed the hot-keys for Blazor WebApp template options (#58790)
1 parent 14bb395 commit d093754

File tree

1 file changed

+2
-2
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config

1 file changed

+2
-2
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
"type": "parameter",
345345
"datatype": "choice",
346346
"defaultValue": "InteractivePerPage",
347-
"displayName": "_Interactivity location",
347+
"displayName": "Interactivity _location",
348348
"description": "Chooses which components will have interactive rendering enabled",
349349
"isEnabled": "(InteractivityPlatform != \"None\")",
350350
"choices": [
@@ -372,7 +372,7 @@
372372
"type": "parameter",
373373
"datatype": "bool",
374374
"defaultValue": "true",
375-
"displayName": "_Include sample pages",
375+
"displayName": "Include _sample pages",
376376
"description": "Configures whether to add sample pages and styling to demonstrate basic usage patterns."
377377
},
378378
"Empty": {

0 commit comments

Comments
 (0)