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

Add separate Publisher field. #138

Merged
merged 4 commits into from
Apr 2, 2024
Merged
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
2 changes: 1 addition & 1 deletion config/sync/block.block.creatorsandcontributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _core:
id: creatorsandcontributors
theme: olivero
region: sidebar
weight: -10
weight: -13
provider: null
plugin: 'facet_block:creators_and_contributors'
settings:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/block.block.creatorsandcontributors_swc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
id: creatorsandcontributors_swc
theme: olivero
region: sidebar
weight: -9
weight: -12
provider: null
plugin: 'facet_block:creators_and_contributors_swc'
settings:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/block.block.memberof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
id: memberof
theme: olivero
region: sidebar
weight: -12
weight: -14
provider: null
plugin: 'facet_block:member_of'
settings:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/block.block.memberofswc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
id: memberofswc
theme: olivero
region: sidebar
weight: -11
weight: 1
provider: null
plugin: 'facet_block:member_of_swc'
settings:
Expand Down
36 changes: 36 additions & 0 deletions config/sync/block.block.olivero_publisher.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
uuid: c6fb4021-d567-482d-8f3a-331985a60092
langcode: en
status: true
dependencies:
config:
- facets.facet.publisher
module:
- context
- facets
- islandora
theme:
- olivero
id: olivero_publisher
theme: olivero
region: sidebar
weight: -11
provider: null
plugin: 'facet_block:publisher'
settings:
id: 'facet_block:publisher'
label: Publisher
label_display: visible
provider: facets
context_mapping: { }
block_id: olivero_publisher
visibility:
view_inclusion:
id: view_inclusion
negate: false
view_inclusion:
view-solr_search_content-page_1: view-solr_search_content-page_1
media_source_mimetype:
id: media_source_mimetype
negate: false
context_mapping: { }
mimetype: ''
35 changes: 35 additions & 0 deletions config/sync/block.block.olivero_publisherswc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
uuid: 8f1357a4-a6b2-40d5-b846-10c8b742cb78
langcode: en
status: true
dependencies:
config:
- facets.facet.publisher_swc
module:
- context
- facets
- islandora
theme:
- olivero
id: olivero_publisherswc
theme: olivero
region: sidebar
weight: -10
provider: null
plugin: 'facet_block:publisher_swc'
settings:
id: 'facet_block:publisher_swc'
label: Publisher
label_display: visible
provider: facets
context_mapping: { }
block_id: olivero_publisherswc
visibility:
context_all:
id: context_all
negate: false
values: collection
media_source_mimetype:
id: media_source_mimetype
negate: false
context_mapping: { }
mimetype: ''
2 changes: 1 addition & 1 deletion config/sync/block.block.physicalform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _core:
id: physicalform
theme: olivero
region: sidebar
weight: -8
weight: -9
provider: null
plugin: 'facet_block:physical_form'
settings:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/block.block.physicalformswc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
id: physicalformswc
theme: olivero
region: sidebar
weight: -7
weight: -8
provider: null
plugin: 'facet_block:physical_form_swc'
settings:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/block.block.resource_type_swc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
id: resource_type_swc
theme: olivero
region: sidebar
weight: -13
weight: -15
provider: null
plugin: 'facet_block:resource_type_swc'
settings:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/block.block.resourcetype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
id: resourcetype
theme: olivero
region: sidebar
weight: -14
weight: -16
provider: null
plugin: 'facet_block:resource_type'
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
id: solrsearchcontentadvancedsearchforblock
theme: olivero
region: sidebar
weight: -15
weight: -17
provider: null
plugin: 'advanced_search_block:solr_search_content__block_1'
settings:
Expand All @@ -23,22 +23,12 @@ settings:
- title_aggregated_fulltext
- abstract_description_fulltext
- linked_agent_name_fulltext
- field_publisher_fulltext
context_filter: field_member_of
visibility:
user_status:
id: user_status
negate: false
context_mapping:
user: '@user.current_user_context:current_user'
user_status:
viewing_profile: '0'
logged_viewing_profile: '0'
own_page_true: '0'
field_value: '0'
user_fields: uid
context_all:
id: context_all
negate: null
negate: false
values: collection
media_source_mimetype:
id: media_source_mimetype
Expand Down
14 changes: 2 additions & 12 deletions config/sync/block.block.solrsearchcontentadvancedsearchforpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
id: solrsearchcontentadvancedsearchforpage
theme: olivero
region: sidebar
weight: -16
weight: -18
provider: null
plugin: 'advanced_search_block:solr_search_content__page_1'
settings:
Expand All @@ -23,19 +23,9 @@ settings:
- title_aggregated_fulltext
- abstract_description_fulltext
- linked_agent_name_fulltext
- field_publisher_fulltext
context_filter: null
visibility:
user_status:
id: user_status
negate: false
context_mapping:
user: '@user.current_user_context:current_user'
user_status:
viewing_profile: '0'
logged_viewing_profile: '0'
own_page_true: '0'
field_value: '0'
user_fields: uid
media_source_mimetype:
id: media_source_mimetype
negate: false
Expand Down
2 changes: 1 addition & 1 deletion config/sync/block.block.subject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _core:
id: subject
theme: olivero
region: sidebar
weight: -6
weight: -7
provider: null
plugin: 'facet_block:subject'
settings:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/block.block.subjectname.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _core:
id: subjectname
theme: olivero
region: sidebar
weight: -4
weight: -5
provider: null
plugin: 'facet_block:subject_name'
settings:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/block.block.subjectnamesswc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
id: subjectnamesswc
theme: olivero
region: sidebar
weight: -3
weight: -4
provider: null
plugin: 'facet_block:subject_names_swc'
settings:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/block.block.subjectsswc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
id: subjectsswc
theme: olivero
region: sidebar
weight: -5
weight: -6
provider: null
plugin: 'facet_block:subjects'
settings:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/block.block.subjecttemporalswc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
id: subjecttemporalswc
theme: olivero
region: sidebar
weight: -1
weight: -2
provider: null
plugin: 'facet_block:subject_temporal_swc'
settings:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/block.block.temporalsubject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _core:
id: temporalsubject
theme: olivero
region: sidebar
weight: -2
weight: -3
provider: null
plugin: 'facet_block:temporal_subject'
settings:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/block.block.year.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
id: year
theme: olivero
region: sidebar
weight: 0
weight: -1
provider: null
plugin: 'facet_block:year'
settings:
Expand Down
6 changes: 3 additions & 3 deletions config/sync/citation_select.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ csl_map:
- abstract
field_genre:
- genre
field_linked_agent:
field_publisher:
- publisher
- author
field_place_published:
- publisher-place
title:
Expand All @@ -18,9 +17,10 @@ csl_map:
- language
field_edtf_date_issued:
- issued
field_linked_agent:
- author
typed_relation_map:
'relators:aut': author
'relators:ctb': contributor
'relators:edt': editor
'relators:pbl': publisher
reference_type_field_map: { }
Loading
Loading