Merge pull request #3871 from sbwalker/dev

include render mode html comment
This commit is contained in:
Shaun Walker 2024-02-22 08:00:24 -05:00 committed by GitHub
commit b52878fc97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@
{
@if (ModuleType != null)
{
@((MarkupString)$"<!-- Render Mode: {ModuleState.RenderMode} -->")
@if (!string.IsNullOrEmpty(_messageContent) && _messagePosition == "top")
{
<ModuleMessage Message="@_messageContent" Type="@_messageType" />