Documentation Center

Admin.XMLCollectiveSpacesConfiguration.xml

The Admin.XMLCollectiveSpacesConfiguration.xml file is used to configure the behavior of the Collective Spaces user interfaces: Draft Space and Review Space.

Changelog

File versionContent Manager versionNotes
1.014.0.0Introduction of the file

Overview

The Collective Spaces user interfaces (Draft Space and Review Space) enable authors to write, and reviewers to review, content, respectively.

This configuration file is accessible from the Content Manager web client, select Settings > XML Collective Spaces Settings

XML elements

The XML elements perform the following functions :

<commonsettings>
Contains settings that apply to both interfaces. Reserved for future use.
<draftspacesettings>
Contains settings for Draft Space. This section contains an imageupload section to configure image uploads. The imageupload element has an enabled attribute, to enable (value yes) or prevent (value no) uploading of images. If allowed, then by default, images are uploaded in the resolution set as Preview resolution. To override this default, include a preferredresolution subelement, with its ishvaluetype attribute set to element, value or id and with its value set to the element name, value or identifier, respectively, of your preferred resolution.
Here is an example of a draftspacesettings section:
<draftspacesettings>
  <imageupload enables="yes">
    <preferredresolution ishvaluetype="element">VRESHIGH</preferredresolution>
  </imageupload>
</draftspacesettings>
<reviewspacesettings>
Contains settings that apply to the Review Space interface. Reserved for future use.