-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Mirador display for Paged Content.
- Loading branch information
Showing
44 changed files
with
915 additions
and
381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
48 changes: 48 additions & 0 deletions
48
config/sync/context.context.mirador_block_multipaged_items.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
uuid: be55e789-c89e-4ac1-b0e4-fe7edf69b62c | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- islandora | ||
- islandora_mirador | ||
_core: | ||
default_config_hash: sN9l77XqTzoy1x5fp1O7v91Di5_6iCx9prNHDvGYrKo | ||
label: 'Mirador Block - Multipaged items' | ||
name: mirador_block_multipaged_items | ||
group: Display | ||
description: 'If Paged Content or Publication Issue, display Mirador from manifest.' | ||
requireAllConditions: false | ||
disabled: false | ||
conditions: | ||
node_has_term: | ||
id: node_has_term | ||
negate: false | ||
uuid: e5689bd5-7eec-4378-b329-2f35d5bb35b0 | ||
context_mapping: | ||
node: '@node.node_route_context:node' | ||
uri: 'https://schema.org/Book,https://schema.org/PublicationIssue' | ||
logic: or | ||
reactions: | ||
blocks: | ||
id: blocks | ||
uuid: 50b9b25e-0836-4531-8a78-9698d71d81de | ||
blocks: | ||
f775e013-2400-48d4-a736-91890141dea3: | ||
uuid: f775e013-2400-48d4-a736-91890141dea3 | ||
id: mirador_block | ||
label: 'Mirador block' | ||
provider: islandora_mirador | ||
label_display: '0' | ||
region: content_above | ||
weight: '0' | ||
custom_id: mirador_block | ||
theme: olivero | ||
css_class: '' | ||
unique: 0 | ||
context_id: mirador_block_multipaged_items | ||
context_mapping: { } | ||
iiif_manifest_url: 'https://islandora.traefik.me/node/[node:nid]/book-manifest-original' | ||
third_party_settings: { } | ||
include_default_blocks: 1 | ||
saved: false | ||
weight: -8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
uuid: 4f36371c-456f-48d2-809a-d2c7429a5e3f | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.media.field_height | ||
- media.type.file | ||
id: media.file.field_height | ||
field_name: field_height | ||
entity_type: media | ||
bundle: file | ||
label: Height | ||
description: 'For TIFF and JPEG2000 files, populated by the IIIF manifest generator as a performance improvement.' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
min: null | ||
max: null | ||
prefix: '' | ||
suffix: '' | ||
field_type: integer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
uuid: 50207121-ebf2-4493-8805-37e17cdce400 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.media.field_width | ||
- media.type.file | ||
id: media.file.field_width | ||
field_name: field_width | ||
entity_type: media | ||
bundle: file | ||
label: Width | ||
description: 'For TIFF and JPEG2000 files, populated by the IIIF manifest generator as a performance improvement.' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
min: null | ||
max: null | ||
prefix: '' | ||
suffix: '' | ||
field_type: integer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,4 @@ rehash: true | |
original: true | ||
dedupe_original: false | ||
mime_types: { } | ||
autohash: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
_core: | ||
default_config_hash: NCzOnzkSw_H5SbPJb-EOzzJby1pQ8JI6IzZJckM7WOU | ||
iiif_server: 'http://127.0.0.1:8080/cantaloupe/iiif/2' | ||
iiif_server: 'https://islandora.traefik.me/cantaloupe/iiif/2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
_core: | ||
default_config_hash: RsKIO31yeik-a4E2kCPBe8ZXFnrwVeZRNaIps0KDHC8 | ||
mirador_library_installation_type: remote | ||
mirador_enabled_plugins: { } | ||
iiif_manifest_url: '[node:url:unaliased:absolute]/manifest' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.