Änderungen von Dokument Column

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

Von Version 6.1
bearbeitet von xwikiadmin
am 2023/10/26 09:38
Änderungskommentar: Install extension [com.xwiki.pro:xwiki-pro-macros/1.12]
Auf Version 3.1
bearbeitet von xwikiadmin
am 2023/04/25 10:54
Änderungskommentar: Install extension [com.xwiki.pro:xwiki-pro-macros/1.7.1]

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}}
Verfügbarkeit von Makroinhalten
... ... @@ -1,1 +1,1 @@
1 -Optional
1 +Mandatory