Islandora-Devops / islandora-starter-site

A Drupal site demonstrating Islandora features. Use it as a starting point for customization.
https://sandbox.islandora.ca
GNU General Public License v2.0
3 stars 17 forks source link

Add Mirador display for Paged Content. #113

Closed alxp closed 11 months ago

alxp commented 12 months ago

What does this pull request do?

  1. Adds the islandora_mirador module as a dependency.
  2. Adds context reaction to show Mirador for Paged Content
  3. Disables the Openseadragon Paged Content context reaction.

How should this be tested?

Run composer install.

Import the site's configuration using Drush:

drush config:import 

Add a new Repository Item content with model Paged Content.

Click on the Children tab and choose 'Batch upload children"

Choose Repository Item, and Page for content model, and File for media type.

On the next page, upload one or more TIFF files.

Go back to the View tab ob the object.

You should see the Mirador viewer with the page content you uploaded.

For single page items Openseadragon is still the default.