Skip to content

Commit 4fc3218

Browse files
Chat: add additional files into menuMeta entry point for .Net demos (#28437)
1 parent 6ffe162 commit 4fc3218

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

apps/demos/menuMeta.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2067,7 +2067,13 @@
20672067
"DocUrl": "Guide/UI_Components/Chat/Overview/",
20682068
"Widget": "Chat",
20692069
"DemoType": "Web",
2070-
"Badge": "New"
2070+
"Badge": "New",
2071+
"MvcAdditionalFiles": [
2072+
"/Models/SampleData/ChatData.cs",
2073+
"/Models/Chat/User.cs",
2074+
"/Models/Chat/Message.cs",
2075+
"/ViewModels/ChatViewModel.cs"
2076+
]
20712077
}
20722078
]
20732079
}

0 commit comments

Comments
 (0)