Changes for page Writing XWiki Rendering Macros in wiki pages
Last modified by Clément Desableau on 2023/06/01
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -25,6 +25,10 @@ 25 25 26 26 * Macro description: A short description of the macro, this description will be made available on the WYSIWYG editor (More on this later) 27 27 28 +* Macro content type: 29 + 30 +* Macro content description: 31 + 28 28 * Macro code: The actual wiki code that will be evaluated when the macro is executed, can be any xwiki content (should be in the same syntax as the document) 29 29 30 30 Now we can define our hello macro as shown below: ... ... @@ -48,3 +48,4 @@ 48 48 {image:macro2.png} 49 49 50 50 #error("This document is being developed") 55 +