Last modified by Admin on 2023/01/02 00:02

<
From version < 3.1 >
edited by Thomas Mortagne
on 2016/01/13 15:16
To version < 4.1 >
edited by Vincent Massol
on 2016/05/25 08:47
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.ThomasMortagne
1 +xwiki:XWiki.VincentMassol
ExtensionCode.ExtensionClass[0]
Description
... ... @@ -5,3 +5,38 @@
5 5  {{/warning}}
6 6  
7 7  This module contains everything needed and installable as extension to render xwiki/1.0 syntax.
8 +
9 += Configuration =
10 +
11 +The following configuration options are available and can be added to your ##WEB-INF/xwiki.cfg## configuration file:
12 +
13 +{{code}}
14 +#---------------------------------------
15 +# XWiki Syntax 1.0 Rendering Engine
16 +#
17 +
18 +#-# Disable particular renderers.
19 +#-# Macro mapping
20 +# xwiki.render.macromapping=1
21 +#-# Velocity interpreter
22 +# xwiki.render.velocity=1
23 +#-# Groovy interpreter
24 +# xwiki.render.groovy=1
25 +#-# Plugin rendering
26 +# xwiki.render.plugin=1
27 +#-# Radeox wiki renderer
28 +# xwiki.render.wiki=1
29 +#-# Simple wiki syntax rendering
30 +# xwiki.render.wikiwiki=0
31 +
32 +#-# [Since 2.4M1]
33 +#-# Rendering order: content will be rendered by the first renderer on the list, output rendered by the second, etc.
34 +#xwiki.render.renderingorder=macromapping, groovy, velocity, plugin, wiki, wikiwiki
35 +
36 +#-# Maximum number of documents to keep in the rendered cache
37 +# xwiki.render.cache.capacity=100
38 +
39 +#-# Default target for external links. Use _blank to open external links in a new tab/window.
40 +# xwiki.render.externallinks.defaulttarget=
41 +{{/code}}
42 +

Get Connected