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 b6c5b146bd16..e926d8ea1137 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 @@ -44,14 +44,13 @@ #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. - #set ($useWysiwygEditor = false) #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. - #set ($useWysiwygEditor = $xwiki.getUserPreference('editor') == 'Wysiwyg') #end + #set ($useWysiwygEditor = $xwiki.getUserPreference('editor') == 'Wysiwyg') {{html clean="false"}} ## The "content" id is expected by some JavaScript and CSS code. #set ($id = 'content')