@Role
public interface CoreConfiguration
You can override the default values for each of the configuration properties below by defining them in XWiki's global
configuration file using a prefix of "core" followed by the property name. For example:
core.defaultDocumentSyntax = xwiki/2.0
Modifier and Type | Method and Description |
---|---|
org.xwiki.rendering.syntax.Syntax |
getDefaultDocumentSyntax()
Deprecated.
starting with 11.0, use
ExtendedRenderingConfiguration.getDefaultContentSyntax() |
@Deprecated org.xwiki.rendering.syntax.Syntax getDefaultDocumentSyntax()
ExtendedRenderingConfiguration.getDefaultContentSyntax()
Copyright © 2004–2021 XWiki. All rights reserved.