Oxygen XML Author Options Supported by Oxygen XML Web Author Component
Oxygen XML Web Author Component supports some of the options used by the oXygen XML Author desktop application. The supported options are applied for all Web Author users. The options are stored in an XML file with the following format:
<?xml version="1.0" encoding="UTF-8"?> <serialized version="18.1" xml:space="preserve"> <map> <entry> <String>author.show.comments</String> <Boolean>true</Boolean </entry> </map> </serialized>For each option, an additional entry should be added in this file.
Oxygen XML Author Options Supported in Oxygen XML Web Author Component
Key | Type | Description |
---|---|---|
dita.ot.directory | String | The directory path to the default DITA OT installation. |
track.changes.initial.state | Integer | Option for track changes initial state.
|
automatically.accept.certificates | boolean | Option that controls if oXygen will accept all HTTPS certificates. |
additional.frameworks.directories | See example entry below |
An array of java.lang.String objects representing paths to the additional frameworks folders (may also contain editor variables). |
WEBAPP_SHOW_ADMIN_PAGE_LINK | boolean | "True" to display the admin page link on the dashboard. |
author.convert.external.content.on.paste | boolean |
Option that controls whether or not the content pasted in Author mode should be converted to match the destination styles. |
author.convert.external.content.space.preserve | boolean |
Option that controls whether or not the content pasted in Author mode should be converted to match the destination styles in space preserve elements. |
http.read.timeout.seconds | Integer | An integer number that configures the timeout used when waiting for an HTTP request. |
http.proxy.system | boolean | "True" to detect HTTP proxy from system. |
http.proxy.set | boolean | HTTP proxy uses manual configuration. |
http.proxy.port | Integer | Proxy port. |
http.proxy.host | String | Proxy hostname or IP address. |
http.proxy.user | String | Proxy user. |
http.proxy.password | String | Proxy password. |
http.proxy.direct | String | Comma separated list of hosts for which the proxy is bypassed. |
http.max.simultaneous.connections.per.host | boolean | Limits the number of connections the HTTP client can open to the same server host. |
author.show.comments | boolean | Show the comment nodes in the author page. |
author.show.processing.instructions | boolean | Show the pi nodes in the author page. |
Example entry for additional.frameworks.directories
option:
<entry> <String> additional.frameworks.directories </String> <String-array <String> /path/to/frameworks </String> </String-array> </entry>