mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Merged dev into integration
This commit is contained in:
@ -82,6 +82,7 @@ public class HelpContentMetaDataProvider
|
|||||||
table.getField("key").withFieldAdornment(AdornmentType.Size.LARGE.toAdornment());
|
table.getField("key").withFieldAdornment(AdornmentType.Size.LARGE.toAdornment());
|
||||||
table.getField("content").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").withFieldAdornment(new FieldAdornment(AdornmentType.CODE_EDITOR).withValue(AdornmentType.CodeEditorValues.languageMode("html")));
|
||||||
|
table.getField("content").withGridColumns(12);
|
||||||
|
|
||||||
if(backendDetailEnricher != null)
|
if(backendDetailEnricher != null)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user