We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd0993 commit 760bad1Copy full SHA for 760bad1
src/Modules/StatCan.OrchardCore.ContentFields/Views/TextField-PredefinedGroup.Edit.cshtml
@@ -25,8 +25,7 @@
25
}
26
27
<div class="form-group">
28
- <div asp-for="Text">@Model.PartFieldDefinition.DisplayName()</div>
29
-
+ <label class="d-block" asp-for="Text">@Model.PartFieldDefinition.DisplayName()</label>
30
@if (listSettings.Editor == StatCan.OrchardCore.ContentFields.Settings.EditorOption.ButtonGroup)
31
{
32
var i = 0;
0 commit comments