Documentation Center

Showing or hiding the Attributes pane in Review Space

The Attributes pane in the side panel is hidden by default in Review Space. You can configure it to display by editing the Admin.XMLCollectiveSpacesConfiguration.xml file.

The Attributes pane in the side panel of the Collective Spaces user interface displays the XML attributes of the current DITA element. In Draft Space, it is always shown but in Review Space it is configurable and hidden by default.

To add the pane to Review Space, ensure that the attributespanel element is included in the Admin.XMLCollectiveSpacesConfiguration.xml file with the enabled attribute's value set to yes. If enabled set to no or if the attributespanel element is not included at all in the file, then the pane will be hidden.

You can access and edit the file either of the following ways:

  • Editing the file directly from its location on the server: $\Author\EnterViaUI\
  • Editing the code withinOrganize Space after going to Settings > XML Settings > Collective Spaces.
The following sample code illustrates the enabled element:
<reviewspacesettings>
  <attributespanel enabled ="yes"/>
</reviewspacesettings>