Änderungen von Dokument Column

Zuletzt geändert von xwikiadmin am 2023/10/26 09:38

Von Version 5.1
bearbeitet von xwikiadmin
am 2023/10/26 09:36
Änderungskommentar: Install extension [com.xwiki.pro:xwiki-pro-macros/1.9.2]
Auf Version 4.1
bearbeitet von xwikiadmin
am 2023/10/26 09:24
Änderungskommentar: Migrated property [type] from class [XWiki.WikiMacroParameterClass]

Zusammenfassung

Details

XWiki.WikiMacroClass[0]
Makro-Code
... ... @@ -7,7 +7,12 @@
7 7   #set ($style = "style='width: $xcontext.macro.params.width'")
8 8   #end
9 9   (% class="macro-column" $style %)(((
10 - {{wikimacrocontent /}}
10 + ## Since 11.5 the content of the macro can be edited in WYSIWYG editor.
11 + #if ($services.rendering.getMacroDescriptor($services.rendering.resolveMacroId('wikimacrocontent')))
12 + {{wikimacrocontent /}}
13 + #else
14 + $!xcontext.macro.content
15 + #end
11 11   )))
12 12  #end
13 13  {{/velocity}}