rdrew
12 months ago
20 changed files with 653 additions and 0 deletions
Binary file not shown.
@ -0,0 +1,27 @@ |
|||||||
|
# Deny all requests from Apache 2.4+. |
||||||
|
<IfModule mod_authz_core.c> |
||||||
|
Require all denied |
||||||
|
</IfModule> |
||||||
|
|
||||||
|
# Deny all requests from Apache 2.0-2.2. |
||||||
|
<IfModule !mod_authz_core.c> |
||||||
|
Deny from all |
||||||
|
</IfModule> |
||||||
|
|
||||||
|
# Turn off all options we don't need. |
||||||
|
Options -Indexes -ExecCGI -Includes -MultiViews |
||||||
|
|
||||||
|
# Set the catch-all handler to prevent scripts from being executed. |
||||||
|
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 |
||||||
|
<Files *> |
||||||
|
# Override the handler again if we're run later in the evaluation list. |
||||||
|
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 |
||||||
|
</Files> |
||||||
|
|
||||||
|
# If we know how to do it safely, disable the PHP engine entirely. |
||||||
|
<IfModule mod_php7.c> |
||||||
|
php_flag engine off |
||||||
|
</IfModule> |
||||||
|
<IfModule mod_php.c> |
||||||
|
php_flag engine off |
||||||
|
</IfModule> |
@ -0,0 +1,37 @@ |
|||||||
|
langcode: en |
||||||
|
status: true |
||||||
|
dependencies: |
||||||
|
config: |
||||||
|
- facets.facet.creators_and_contributors |
||||||
|
module: |
||||||
|
- context |
||||||
|
- facets |
||||||
|
- islandora |
||||||
|
theme: |
||||||
|
- olivera |
||||||
|
_core: |
||||||
|
default_config_hash: jziE1LayhQhICzoN5LBg3jdBwNieZWUHHr4xGAlwj_o |
||||||
|
id: olivera_creatorsandcontributors |
||||||
|
theme: olivera |
||||||
|
region: sidebar |
||||||
|
weight: -10 |
||||||
|
provider: null |
||||||
|
plugin: 'facet_block:creators_and_contributors' |
||||||
|
settings: |
||||||
|
id: 'facet_block:creators_and_contributors' |
||||||
|
label: 'Creators and Contributors' |
||||||
|
label_display: visible |
||||||
|
provider: facets |
||||||
|
context_mapping: { } |
||||||
|
block_id: creatorsandcontributors |
||||||
|
visibility: |
||||||
|
media_source_mimetype: |
||||||
|
id: media_source_mimetype |
||||||
|
negate: false |
||||||
|
context_mapping: { } |
||||||
|
mimetype: '' |
||||||
|
view_inclusion: |
||||||
|
id: view_inclusion |
||||||
|
negate: false |
||||||
|
view_inclusion: |
||||||
|
view-solr_search_content-page_1: view-solr_search_content-page_1 |
@ -0,0 +1,34 @@ |
|||||||
|
langcode: en |
||||||
|
status: true |
||||||
|
dependencies: |
||||||
|
config: |
||||||
|
- facets.facet.creators_and_contributors_swc |
||||||
|
module: |
||||||
|
- context |
||||||
|
- facets |
||||||
|
- islandora |
||||||
|
theme: |
||||||
|
- olivera |
||||||
|
id: olivera_creatorsandcontributors_swc |
||||||
|
theme: olivera |
||||||
|
region: sidebar |
||||||
|
weight: -9 |
||||||
|
provider: null |
||||||
|
plugin: 'facet_block:creators_and_contributors_swc' |
||||||
|
settings: |
||||||
|
id: 'facet_block:creators_and_contributors_swc' |
||||||
|
label: 'Creators and Contributors' |
||||||
|
label_display: visible |
||||||
|
provider: facets |
||||||
|
context_mapping: { } |
||||||
|
block_id: creatorsandcontributors_swc |
||||||
|
visibility: |
||||||
|
context_all: |
||||||
|
id: context_all |
||||||
|
negate: null |
||||||
|
values: collection |
||||||
|
media_source_mimetype: |
||||||
|
id: media_source_mimetype |
||||||
|
negate: false |
||||||
|
context_mapping: { } |
||||||
|
mimetype: '' |
@ -0,0 +1,35 @@ |
|||||||
|
langcode: en |
||||||
|
status: true |
||||||
|
dependencies: |
||||||
|
config: |
||||||
|
- facets.facet.member_of |
||||||
|
module: |
||||||
|
- context |
||||||
|
- facets |
||||||
|
- islandora |
||||||
|
theme: |
||||||
|
- olivera |
||||||
|
id: olivera_memberof |
||||||
|
theme: olivera |
||||||
|
region: sidebar |
||||||
|
weight: -11 |
||||||
|
provider: null |
||||||
|
plugin: 'facet_block:member_of' |
||||||
|
settings: |
||||||
|
id: 'facet_block:member_of' |
||||||
|
label: 'Member of' |
||||||
|
label_display: visible |
||||||
|
provider: facets |
||||||
|
context_mapping: { } |
||||||
|
block_id: memberof |
||||||
|
visibility: |
||||||
|
media_source_mimetype: |
||||||
|
id: media_source_mimetype |
||||||
|
negate: false |
||||||
|
context_mapping: { } |
||||||
|
mimetype: '' |
||||||
|
view_inclusion: |
||||||
|
id: view_inclusion |
||||||
|
negate: false |
||||||
|
view_inclusion: |
||||||
|
view-solr_search_content-page_1: view-solr_search_content-page_1 |
@ -0,0 +1,37 @@ |
|||||||
|
langcode: en |
||||||
|
status: true |
||||||
|
dependencies: |
||||||
|
config: |
||||||
|
- facets.facet.physical_form |
||||||
|
module: |
||||||
|
- context |
||||||
|
- facets |
||||||
|
- islandora |
||||||
|
theme: |
||||||
|
- olivera |
||||||
|
_core: |
||||||
|
default_config_hash: Gb14JbPGc1IX6-hfhZr_EVEg-AUiYnV50EJcfUIIgHc |
||||||
|
id: olivera_physicalform |
||||||
|
theme: olivera |
||||||
|
region: sidebar |
||||||
|
weight: -8 |
||||||
|
provider: null |
||||||
|
plugin: 'facet_block:physical_form' |
||||||
|
settings: |
||||||
|
id: 'facet_block:physical_form' |
||||||
|
label: 'Physical Form' |
||||||
|
label_display: visible |
||||||
|
provider: facets |
||||||
|
context_mapping: { } |
||||||
|
block_id: physicalform |
||||||
|
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: '' |
@ -0,0 +1,35 @@ |
|||||||
|
langcode: en |
||||||
|
status: true |
||||||
|
dependencies: |
||||||
|
module: |
||||||
|
- advanced_search |
||||||
|
- islandora |
||||||
|
- system |
||||||
|
theme: |
||||||
|
- olivera |
||||||
|
id: olivera_search |
||||||
|
theme: olivera |
||||||
|
region: primary_menu |
||||||
|
weight: -11 |
||||||
|
provider: null |
||||||
|
plugin: search_block |
||||||
|
settings: |
||||||
|
id: search_block |
||||||
|
label: Search |
||||||
|
label_display: '0' |
||||||
|
provider: advanced_search |
||||||
|
block_id: search |
||||||
|
search_view_machine_name: view.solr_search_content.page_1 |
||||||
|
search_textfield_label: Keyword |
||||||
|
search_placeholder: '' |
||||||
|
search_submit_label: Search |
||||||
|
visibility: |
||||||
|
media_source_mimetype: |
||||||
|
id: media_source_mimetype |
||||||
|
negate: false |
||||||
|
context_mapping: { } |
||||||
|
mimetype: '' |
||||||
|
request_path: |
||||||
|
id: request_path |
||||||
|
negate: true |
||||||
|
pages: /search |
@ -0,0 +1,35 @@ |
|||||||
|
langcode: en |
||||||
|
status: true |
||||||
|
dependencies: |
||||||
|
module: |
||||||
|
- advanced_search |
||||||
|
- context |
||||||
|
- islandora |
||||||
|
theme: |
||||||
|
- olivera |
||||||
|
id: olivera_solrsearchcontentadvancedsearchforblock |
||||||
|
theme: olivera |
||||||
|
region: sidebar |
||||||
|
weight: -16 |
||||||
|
provider: null |
||||||
|
plugin: 'advanced_search_block:solr_search_content__block_1' |
||||||
|
settings: |
||||||
|
id: 'advanced_search_block:solr_search_content__block_1' |
||||||
|
label: 'Search within this Collection' |
||||||
|
label_display: visible |
||||||
|
provider: advanced_search |
||||||
|
fields: |
||||||
|
- title_aggregated_fulltext |
||||||
|
- abstract_description_fulltext |
||||||
|
- linked_agent_name_fulltext |
||||||
|
context_filter: field_member_of |
||||||
|
visibility: |
||||||
|
context_all: |
||||||
|
id: context_all |
||||||
|
negate: false |
||||||
|
values: collection |
||||||
|
media_source_mimetype: |
||||||
|
id: media_source_mimetype |
||||||
|
negate: false |
||||||
|
context_mapping: { } |
||||||
|
mimetype: '' |
@ -0,0 +1,36 @@ |
|||||||
|
langcode: en |
||||||
|
status: true |
||||||
|
dependencies: |
||||||
|
module: |
||||||
|
- advanced_search |
||||||
|
- context |
||||||
|
- islandora |
||||||
|
theme: |
||||||
|
- olivera |
||||||
|
id: olivera_solrsearchcontentadvancedsearchforpage |
||||||
|
theme: olivera |
||||||
|
region: sidebar |
||||||
|
weight: -17 |
||||||
|
provider: null |
||||||
|
plugin: 'advanced_search_block:solr_search_content__page_1' |
||||||
|
settings: |
||||||
|
id: 'advanced_search_block:solr_search_content__page_1' |
||||||
|
label: Search |
||||||
|
label_display: visible |
||||||
|
provider: advanced_search |
||||||
|
fields: |
||||||
|
- title_aggregated_fulltext |
||||||
|
- abstract_description_fulltext |
||||||
|
- linked_agent_name_fulltext |
||||||
|
context_filter: null |
||||||
|
visibility: |
||||||
|
media_source_mimetype: |
||||||
|
id: media_source_mimetype |
||||||
|
negate: false |
||||||
|
context_mapping: { } |
||||||
|
mimetype: '' |
||||||
|
view_inclusion: |
||||||
|
id: view_inclusion |
||||||
|
negate: false |
||||||
|
view_inclusion: |
||||||
|
view-solr_search_content-page_1: view-solr_search_content-page_1 |
@ -0,0 +1,30 @@ |
|||||||
|
langcode: en |
||||||
|
status: true |
||||||
|
dependencies: |
||||||
|
module: |
||||||
|
- advanced_search |
||||||
|
- context |
||||||
|
- islandora |
||||||
|
theme: |
||||||
|
- olivera |
||||||
|
id: olivera_solrsearchcontentsearchresultspagerforblock |
||||||
|
theme: olivera |
||||||
|
region: content |
||||||
|
weight: -10 |
||||||
|
provider: null |
||||||
|
plugin: 'advanced_search_result_pager:solr_search_content__block_1' |
||||||
|
settings: |
||||||
|
id: 'advanced_search_result_pager:solr_search_content__block_1' |
||||||
|
label: 'Solr search content: Search Results Pager for Block' |
||||||
|
label_display: '0' |
||||||
|
provider: advanced_search |
||||||
|
visibility: |
||||||
|
context_all: |
||||||
|
id: context_all |
||||||
|
negate: null |
||||||
|
values: collection |
||||||
|
media_source_mimetype: |
||||||
|
id: media_source_mimetype |
||||||
|
negate: false |
||||||
|
context_mapping: { } |
||||||
|
mimetype: '' |
@ -0,0 +1,31 @@ |
|||||||
|
langcode: en |
||||||
|
status: true |
||||||
|
dependencies: |
||||||
|
module: |
||||||
|
- advanced_search |
||||||
|
- context |
||||||
|
- islandora |
||||||
|
theme: |
||||||
|
- olivera |
||||||
|
id: olivera_solrsearchcontentsearchresultspagerforpage |
||||||
|
theme: olivera |
||||||
|
region: content |
||||||
|
weight: -12 |
||||||
|
provider: null |
||||||
|
plugin: 'advanced_search_result_pager:solr_search_content__page_1' |
||||||
|
settings: |
||||||
|
id: 'advanced_search_result_pager:solr_search_content__page_1' |
||||||
|
label: 'Solr search content: Search Results Pager for Page' |
||||||
|
label_display: '0' |
||||||
|
provider: advanced_search |
||||||
|
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: '' |
@ -0,0 +1,37 @@ |
|||||||
|
langcode: en |
||||||
|
status: true |
||||||
|
dependencies: |
||||||
|
config: |
||||||
|
- facets.facet.subject |
||||||
|
module: |
||||||
|
- context |
||||||
|
- facets |
||||||
|
- islandora |
||||||
|
theme: |
||||||
|
- olivera |
||||||
|
_core: |
||||||
|
default_config_hash: 8CNTurKBSOQZRTrWiaCmfAwseQyzXZOb8gJohUvIBFw |
||||||
|
id: olivera_subject |
||||||
|
theme: olivera |
||||||
|
region: sidebar |
||||||
|
weight: -6 |
||||||
|
provider: null |
||||||
|
plugin: 'facet_block:subject' |
||||||
|
settings: |
||||||
|
id: 'facet_block:subject' |
||||||
|
label: Subject |
||||||
|
label_display: visible |
||||||
|
provider: facets |
||||||
|
context_mapping: { } |
||||||
|
block_id: subject |
||||||
|
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: '' |
@ -0,0 +1,37 @@ |
|||||||
|
langcode: en |
||||||
|
status: true |
||||||
|
dependencies: |
||||||
|
config: |
||||||
|
- facets.facet.subject_name |
||||||
|
module: |
||||||
|
- context |
||||||
|
- facets |
||||||
|
- islandora |
||||||
|
theme: |
||||||
|
- olivera |
||||||
|
_core: |
||||||
|
default_config_hash: VFNCtt7POqemCYyZ3x3gWDwdyJfoAmbqHim37oy6onU |
||||||
|
id: olivera_subjectname |
||||||
|
theme: olivera |
||||||
|
region: sidebar |
||||||
|
weight: -4 |
||||||
|
provider: null |
||||||
|
plugin: 'facet_block:subject_name' |
||||||
|
settings: |
||||||
|
id: 'facet_block:subject_name' |
||||||
|
label: 'Subject (name)' |
||||||
|
label_display: visible |
||||||
|
provider: facets |
||||||
|
context_mapping: { } |
||||||
|
block_id: subjectname |
||||||
|
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: '' |
@ -0,0 +1,34 @@ |
|||||||
|
langcode: en |
||||||
|
status: true |
||||||
|
dependencies: |
||||||
|
config: |
||||||
|
- facets.facet.subject_names_swc |
||||||
|
module: |
||||||
|
- context |
||||||
|
- facets |
||||||
|
- islandora |
||||||
|
theme: |
||||||
|
- olivera |
||||||
|
id: olivera_subjectnamesswc |
||||||
|
theme: olivera |
||||||
|
region: sidebar |
||||||
|
weight: -3 |
||||||
|
provider: null |
||||||
|
plugin: 'facet_block:subject_names_swc' |
||||||
|
settings: |
||||||
|
id: 'facet_block:subject_names_swc' |
||||||
|
label: 'Subject (name)' |
||||||
|
label_display: visible |
||||||
|
provider: facets |
||||||
|
context_mapping: { } |
||||||
|
block_id: subjectnamesswc |
||||||
|
visibility: |
||||||
|
context_all: |
||||||
|
id: context_all |
||||||
|
negate: null |
||||||
|
values: collection |
||||||
|
media_source_mimetype: |
||||||
|
id: media_source_mimetype |
||||||
|
negate: false |
||||||
|
context_mapping: { } |
||||||
|
mimetype: '' |
@ -0,0 +1,34 @@ |
|||||||
|
langcode: en |
||||||
|
status: true |
||||||
|
dependencies: |
||||||
|
config: |
||||||
|
- facets.facet.subjects |
||||||
|
module: |
||||||
|
- context |
||||||
|
- facets |
||||||
|
- islandora |
||||||
|
theme: |
||||||
|
- olivera |
||||||
|
id: olivera_subjectsswc |
||||||
|
theme: olivera |
||||||
|
region: sidebar |
||||||
|
weight: -5 |
||||||
|
provider: null |
||||||
|
plugin: 'facet_block:subjects' |
||||||
|
settings: |
||||||
|
id: 'facet_block:subjects' |
||||||
|
label: Subject |
||||||
|
label_display: visible |
||||||
|
provider: facets |
||||||
|
context_mapping: { } |
||||||
|
block_id: subjectsswc |
||||||
|
visibility: |
||||||
|
context_all: |
||||||
|
id: context_all |
||||||
|
negate: null |
||||||
|
values: collection |
||||||
|
media_source_mimetype: |
||||||
|
id: media_source_mimetype |
||||||
|
negate: false |
||||||
|
context_mapping: { } |
||||||
|
mimetype: '' |
@ -0,0 +1,34 @@ |
|||||||
|
langcode: en |
||||||
|
status: true |
||||||
|
dependencies: |
||||||
|
config: |
||||||
|
- facets.facet.subject_temporal_swc |
||||||
|
module: |
||||||
|
- context |
||||||
|
- facets |
||||||
|
- islandora |
||||||
|
theme: |
||||||
|
- olivera |
||||||
|
id: olivera_subjecttemporalswc |
||||||
|
theme: olivera |
||||||
|
region: sidebar |
||||||
|
weight: -1 |
||||||
|
provider: null |
||||||
|
plugin: 'facet_block:subject_temporal_swc' |
||||||
|
settings: |
||||||
|
id: 'facet_block:subject_temporal_swc' |
||||||
|
label: 'Temporal Subject' |
||||||
|
label_display: visible |
||||||
|
provider: facets |
||||||
|
context_mapping: { } |
||||||
|
block_id: subjecttemporalswc |
||||||
|
visibility: |
||||||
|
context_all: |
||||||
|
id: context_all |
||||||
|
negate: null |
||||||
|
values: collection |
||||||
|
media_source_mimetype: |
||||||
|
id: media_source_mimetype |
||||||
|
negate: false |
||||||
|
context_mapping: { } |
||||||
|
mimetype: '' |
@ -0,0 +1,37 @@ |
|||||||
|
langcode: en |
||||||
|
status: true |
||||||
|
dependencies: |
||||||
|
config: |
||||||
|
- facets.facet.temporal_subject |
||||||
|
module: |
||||||
|
- context |
||||||
|
- facets |
||||||
|
- islandora |
||||||
|
theme: |
||||||
|
- olivera |
||||||
|
_core: |
||||||
|
default_config_hash: 1BMA18tJL_4xlrR2wg5QSmr499p157HBiWAgv_rJmQ4 |
||||||
|
id: olivera_temporalsubject |
||||||
|
theme: olivera |
||||||
|
region: sidebar |
||||||
|
weight: -2 |
||||||
|
provider: null |
||||||
|
plugin: 'facet_block:temporal_subject' |
||||||
|
settings: |
||||||
|
id: 'facet_block:temporal_subject' |
||||||
|
label: 'Temporal Subject' |
||||||
|
label_display: visible |
||||||
|
provider: facets |
||||||
|
context_mapping: { } |
||||||
|
block_id: temporalsubject |
||||||
|
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: '' |
@ -0,0 +1,34 @@ |
|||||||
|
langcode: en |
||||||
|
status: true |
||||||
|
dependencies: |
||||||
|
config: |
||||||
|
- views.view.solr_search_content |
||||||
|
module: |
||||||
|
- context |
||||||
|
- islandora |
||||||
|
- views |
||||||
|
theme: |
||||||
|
- olivera |
||||||
|
id: olivera_views_block__solr_search_content_block_1 |
||||||
|
theme: olivera |
||||||
|
region: content |
||||||
|
weight: -9 |
||||||
|
provider: null |
||||||
|
plugin: 'views_block:solr_search_content-block_1' |
||||||
|
settings: |
||||||
|
id: 'views_block:solr_search_content-block_1' |
||||||
|
label: '' |
||||||
|
label_display: '0' |
||||||
|
provider: views |
||||||
|
views_label: '' |
||||||
|
items_per_page: none |
||||||
|
visibility: |
||||||
|
context_all: |
||||||
|
id: context_all |
||||||
|
negate: null |
||||||
|
values: collection |
||||||
|
media_source_mimetype: |
||||||
|
id: media_source_mimetype |
||||||
|
negate: false |
||||||
|
context_mapping: { } |
||||||
|
mimetype: '' |
@ -0,0 +1,35 @@ |
|||||||
|
langcode: en |
||||||
|
status: true |
||||||
|
dependencies: |
||||||
|
config: |
||||||
|
- facets.facet.year |
||||||
|
module: |
||||||
|
- context |
||||||
|
- facets |
||||||
|
- islandora |
||||||
|
theme: |
||||||
|
- olivera |
||||||
|
id: olivera_year |
||||||
|
theme: olivera |
||||||
|
region: sidebar |
||||||
|
weight: 0 |
||||||
|
provider: null |
||||||
|
plugin: 'facet_block:year' |
||||||
|
settings: |
||||||
|
id: 'facet_block:year' |
||||||
|
label: Year |
||||||
|
label_display: visible |
||||||
|
provider: facets |
||||||
|
context_mapping: { } |
||||||
|
block_id: year |
||||||
|
visibility: |
||||||
|
media_source_mimetype: |
||||||
|
id: media_source_mimetype |
||||||
|
negate: false |
||||||
|
context_mapping: { } |
||||||
|
mimetype: '' |
||||||
|
view_inclusion: |
||||||
|
id: view_inclusion |
||||||
|
negate: false |
||||||
|
view_inclusion: |
||||||
|
view-solr_search_content-page_1: view-solr_search_content-page_1 |
@ -0,0 +1,34 @@ |
|||||||
|
langcode: en |
||||||
|
status: true |
||||||
|
dependencies: |
||||||
|
config: |
||||||
|
- facets.facet.year_swc |
||||||
|
module: |
||||||
|
- context |
||||||
|
- facets |
||||||
|
- islandora |
||||||
|
theme: |
||||||
|
- olivera |
||||||
|
id: olivera_yearswc |
||||||
|
theme: olivera |
||||||
|
region: sidebar |
||||||
|
weight: 1 |
||||||
|
provider: null |
||||||
|
plugin: 'facet_block:year_swc' |
||||||
|
settings: |
||||||
|
id: 'facet_block:year_swc' |
||||||
|
label: Year |
||||||
|
label_display: visible |
||||||
|
provider: facets |
||||||
|
context_mapping: { } |
||||||
|
block_id: yearswc |
||||||
|
visibility: |
||||||
|
context_all: |
||||||
|
id: context_all |
||||||
|
negate: null |
||||||
|
values: collection |
||||||
|
media_source_mimetype: |
||||||
|
id: media_source_mimetype |
||||||
|
negate: false |
||||||
|
context_mapping: { } |
||||||
|
mimetype: '' |
Loading…
Reference in new issue