From 4371e521d0183839094f7947c7ca8ef58c649620 Mon Sep 17 00:00:00 2001 From: Sereza7 Date: Tue, 10 Dec 2024 14:48:19 +0100 Subject: [PATCH] XWIKI-13858: Inconsistency between Long Text and Content fields display in AWM wizard and entries * Updated comments --- .../src/main/resources/AppWithinMinutes/Content.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/Content.xml b/xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/Content.xml index e926d8ea1137..f2fb240dba6a 100644 --- a/xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/Content.xml +++ b/xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/Content.xml @@ -43,13 +43,12 @@ ## We are editing the class so the content must be read from / written to the template document. #set ($name = 'templateContent') #set ($editedDocument = $xwiki.getDocument("$stringtool.removeEnd($className, 'Class')Template")) - ## Don't load the WYSIWYG editor when editing the class, because it's too heavy. #else ## We are editing an application entry so the content must be read from / written to the current document. #set ($name = 'content') #set ($editedDocument = $tdoc) - ## Use the preferred content editor. #end + ## Use the preferred content editor. #set ($useWysiwygEditor = $xwiki.getUserPreference('editor') == 'Wysiwyg') {{html clean="false"}} ## The "content" id is expected by some JavaScript and CSS code.