Documentation Center

Content Editor Configuration

Modify the Web.config file parameters noted below to configure or customize the configuration of Content Editor.

The file is located on the Content Manager server: \Infoshare\Web\Author\ASP\Web.config.

Settings configuration

The configuration is contained by the "xopus" element.

<configuration>
  ...
  <trisoft.infoshare.xapi>
    ...
    <xopus>
      <settings>
        <add key="xopusroot" value="~/Editors/Xopus/xopus" />
        <add key="xopusconfiguri" value="~/Editors/Xopus/config" />
        <add key="catalogmappinguri" value="c:\InfoShare\Web\Author\ASP\DocTypes\catalog-mapping.xml" />
        <add key="csspath" value="~/Editors/Xopus/config/css" />
        <add key="xslpath" value="~/Editors/Xopus/config/xsl" />
        <add key="defaultlanguage" value="en" />
        <!-- By default changetracking is False -->
        <!-- <add key="changetrackingenabled" value="True" /> -->
      </settings>
    </xopus>
  </trisoft.infoshare.xapi>
  ...
</configuration>
xopusroot
Root URI of the Content Editor editor.
xopusconfiguri
URI of the Content Editor configuration.
catalogmappinguri
URI of the catalog mapping XML file. This file is used to map doctypes with the correct XML schemas.
csspath
CSS used by Content Editor for styling the WYSIWYG view.
xslpath
XSL used by Content Editor for applying XML transformation in the WYSIWYG view.
defaultlanguage
The defaultLanguage is used to declare the spell checker language in Content Editor when no language was declared in the document
changetrackingenabled
Enable change tracking in Content Editor. By default this is disabled.