Show auxiliary images and metadata on item pages. #457
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds some plugin settings that can optionally show certain metadata and images for large images.
Much like the granularity to determine what images are shown in lists, you can set what metadata records and images appear on item pages. This can be different for admins, other logged-in users, and anonymous users.
Two types of large image metadata can be shown: "tiles" and "internal". These correspond exactly to the item//tiles endpoint and the item//tiles/internal_metadata endpoint. They are formatted in nested tables with some values as blocks of text if too large.
Images can be any image reported by the item//tiles/image endpoint, or "*" for all others. Clicking on an image will open a new tab with the image at full original resolution.