Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compound object viewer #68

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "islandora/compound_viewer",
"version": "dev-main",
"type": "drupal-module",
"source": {
"url": "https://github.com/Natkeeran/compound_viewer",
"type": "git",
"reference":"main"
}
}
}
],
"require": {
Expand Down Expand Up @@ -57,6 +70,7 @@
"islandora/islandora": "^2",
"islandora/openseadragon": "^2",
"islandora/views_nested_details": "^1.0.0-beta",
"islandora/compound_viewer": "dev-main",
"library/pdf.js": "^2.4",
"mjordan/islandora_workbench_integration": "^1.0"
},
Expand Down
15 changes: 13 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/sync/context.context.collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ conditions:
negate: false
context_mapping:
node: '@node.node_route_context:node'
uri: 'http://purl.org/dc/dcmitype/Collection,http://vocab.getty.edu/aat/300242735'
uri: 'http://purl.org/dc/dcmitype/Collection'
logic: or
reactions:
blocks:
Expand Down
67 changes: 67 additions & 0 deletions config/sync/context.context.compound_object_members.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
uuid: 1929ef0f-83af-4915-b839-ff92bc697cc0
langcode: en
status: true
dependencies:
config:
- views.view.compound_object_members
- views.view.playlist_item_media
module:
- islandora
- views
_core:
default_config_hash: bf6r8n84zfTehLO229wiLYP8nMwA3RhyIHKiZzccuiI
name: compound_object_members
label: 'Compound Object Members'
group: Display
description: 'If a Compound, display a block of children'
requireAllConditions: false
disabled: false
conditions:
node_has_term:
id: node_has_term
negate: false
context_mapping:
node: '@node.node_route_context:node'
uri: 'http://vocab.getty.edu/aat/300242735'
logic: or
reactions:
blocks:
blocks:
421ddc3f-01c6-4ea1-a7e4-ba4861e78d90:
id: 'views_block:compound_object_members-block_1'
label: ''
label_display: visible
provider: views
views_label: ''
items_per_page: none
uuid: 421ddc3f-01c6-4ea1-a7e4-ba4861e78d90
region: content_above
weight: '1'
custom_id: views_block_compound_object_members_block_1
theme: olivero
css_class: ''
unique: 0
context_id: compound_object_members
context_mapping: { }
third_party_settings: { }
f7c740ad-a0a4-474a-b363-6c28d98984c6:
id: 'views_block:playlist_item_media-block_1'
label: ''
label_display: '0'
provider: views
views_label: ''
items_per_page: none
uuid: f7c740ad-a0a4-474a-b363-6c28d98984c6
region: content_above
weight: '0'
custom_id: views_block_playlist_item_media_block_1
theme: olivero
css_class: ''
unique: 0
context_id: compound_object_members
context_mapping: { }
third_party_settings: { }
id: blocks
include_default_blocks: 1
saved: false
weight: 1
1 change: 1 addition & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module:
citation_select: 0
ckeditor5: 0
comment: 0
compound_viewer: 0
config: 0
config_update: 0
contact: 0
Expand Down
Loading