Go to README
What does this plugin do?
This plugin will allow users to view an item’s metadata quickly and easily while still in the Search page, saving time on viewing items metadata. Also adds the ability to filter out metadata fields or values users want to see with immediate results.
How to trigger:
While on the Search page, if the Metadata Viewer is not opened/docked by default, you can click the Metadata button towards the top right of the web page to open the Metadata Viewer. Then simply select an item, or items, you want to view the metadata for.
Users can also select the item gear and select View Metadata to open a pop up window with the Metadata Viewer for the item.
User Experience:
Users can quickly and easily view an item's metadata right from the Search page. Users can select multiple item's and then arrow through each of the selected item's to view the metadata for the different items. The Metadata Viewer can be configured to show metadata tabs as well, to section off metadata fields in different tabs.
The Metadata Viewer displays Subgroup Metadata in an efficient way for users to view.
Users can use the Filter Metadata window to quickly filter down which metadata fields or values they want to see. When filtering on metadata values, the matching values will be highlighted in blue.
When selecting 'View Metadata' from the item gear, a window will pop up with the Metadata Viewer module with the selected item's metadata loaded for viewing, which can also be filtered on metadata fields or values.
README
What it adds:
- "View Metadata" item gear and collection gear option.
Configuration
{
"fields": {
"portal_mf294582": {
"color": "#ffaa00"
}
},
"tabs": [
{
"schema": "MSG",
"label": "General",
"components": ["msg_description", "portal_mf294582"],
"role": "some_role",
"color": "#ffaa00"
},
{
"schema": "MSG",
"label": "Range",
"start_component": "msg_title",
"end_component": "msg_another"
}
],
}
fields.color
(optional) Set field label color tabs.schema
The metadata schema this tab applies to tabs.label
The label on the tab tabs.role
(optional) Restrict this tab to a role tabs.color
(optional) Set tab color tabs.components
(optional) List of fields and groups for this tab tabs.start_component
, tabs.end_component
(optional) Define start and end fields (or groups) and use metadata schema ord