Update content field to be 12 grid columns [skip ci]

This commit is contained in:
2025-04-01 11:51:48 -05:00
parent 491998ec9a
commit 96c539b323

View File

@ -82,6 +82,7 @@ public class HelpContentMetaDataProvider
table.getField("key").withFieldAdornment(AdornmentType.Size.LARGE.toAdornment());
table.getField("content").withFieldAdornment(AdornmentType.Size.LARGE.toAdornment());
table.getField("content").withFieldAdornment(new FieldAdornment(AdornmentType.CODE_EDITOR).withValue(AdornmentType.CodeEditorValues.languageMode("html")));
table.getField("content").withGridColumns(12);
if(backendDetailEnricher != null)
{