A separate area in the configuration file is available for configuring the display of archival material. The metadata is configured in the archive metadata list. See Chapter 1.19.6 .
config_viewer.xml
Copy <archives enabled="false" lazyLoadingThreshold="1000">
<nodeTypes>
<node name="collection" icon="fa fa-folder-open-o" />
<node name="folder" icon="fa fa-folder-open-o" />
<node name="class" icon="fa fa-folder-open-o" />
<node name="file" icon="fa fa-file-text-o" />
<node name="image" icon="fa fa-file-image-o" />
<node name="audio" icon="fa fa-file-audio-o" />
<node name="video" icon="fa fa-file-video-o" />
<node name="other" icon="fa fa-file-o" />
</nodeTypes>
</metadata>
The enabled
attribute enables or disables the archive view.
In the <nodeTypes />
section, the icons for the individual nodes in the archive plan can be defined:
Setting Description The name comes from the otherlevel
attribute or the level
attribute of the EAD file.
Defines the CSS classes for the Font-Awesome icons to be used.
Last updated 4 months ago