rolePreferences

Priority

If an element has set the attribute fixed="true", its value overrides the one chosen by the user (or the default value, if nothing was chosen yet). As long as such a value is in effect, the user is not allowed to change the according option.

Allowed Values

All of the following elements are allowed inside the role subelement named values in the section gui. In addition to this, all elements except preferEditedContents, preferEditedTemplates, and defaultTemplate can optionally be used inside guiPreferences.

  • browserName: The name of the current browser (to be seen on the left-hand side of the Content Navigator). Permitted values are:

    • cb (column browser)
    • db (details browser)
    • tb (tree browser)
    • lb (list browser)
    • pb (preview browser)
    • ib (icon/thumbnail browser)

    Example:

    <browserName>ib</browserName>
    
  • browserShowsDocuments: Defines whether files of the document type are shown in the browser (folders are always shown). Permitted values are true and false.

  • browserShowsGenerics: Defines whether resources are shown in the browser. Permitted values are true and false.

  • browserShowsImages: Defines whether image files are shown in the browser. Permitted values are true and false.

  • browserShowsInactive: Defines whether inactive files are shown in the browser. Permitted values are true and false. Example:

    <browserShowsInactive fixed="true">false</browserShowsInactive>
    
  • browserShowsTemplates: Defines whether templates are shown in the browser. Permitted values are true and false.

  • browserShowsTitles: Defines whether the browser displays the titles instead of the names of files. Permitted values are true and false.

  • defaultTemplate: See the explanation in the section userManagement.

  • preferEditedContents: See the explanation in the section userManagement.

  • preferEditedTemplates: See the explanation in the section userManagement.