Ryszard Łach wrote:
2009/4/2 Marius Dumitru Florea
<mariusdumitru.florea(a)xwiki.com>
Yes, this is normal, but you can change the
default syntax for newly
created pages. See
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HConfigur…
I have another problem with syntaxes: my 'Page Syntax' pulldown on
editing
page is fixed to xwiki syntax 1.0 and I cannot change it. In xwiki.cfg I
have
xwiki.rendering.syntaxes = xwiki/1.0, xwiki/2.0
core.defaultDocumentSyntax = xwiki/2.0
I just did the same mistake as you. I read too fast the documentation
and added core.defaultDocumentSyntax to xwiki.cfg. Read again. You have
to add it to xwiki.properties file (used by the new configuration system).
Hope this helps,
Marius
In page source I can see
<select name="syntaxId"
id="xwikidocsyntaxinput2" disabled="disabled">
<option value="xwiki/1.0" selected="selected">XWiki
1.0</option>
<option value="xwiki/2.0">XWiki 2.0</option>
</select>
Is there another place for configuring syntax? I suppose it could change
after importing default 1.8 .xar.
R.