Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property Name

Default Value

Example

Type

Description

xmlui.theme.mirage.item-list.emphasis

metadata

xmlui.theme.mirage.item-list.emphasis = metadata

String

Determines which style should be used to display item lists. Allowed values:

  • metadata: includes item abstracts in the listing and is suited for scientific articles.
  • file: immediately shows you whether files are attached to the items, by displaying a large thumbnail icon for each of the items.

xmlui.theme.enableConcatenation

false

xmlui.theme.enableConcatenation = false

boolean

Allows to enable concatenation for .js and .css files. Enhances performance when enabled by lowering the number of files that needs to be sent to the client per page request (as mutiple files will be concatenated together and sent as one file).

xmlui.theme.enableMinification

false

xmlui.theme.enableMinification = false

boolean

Allows to enable minification for .js and .css files. Enhances performance when enabled by removing unnecessary whitespaces and other characters, thus reducing the size of files to be sent. 

...