Skip to content

Commit

Permalink
Merge pull request #44 from esmero/ISSUE-19h
Browse files Browse the repository at this point in the history
Issue 19h: Final update to deployment before going public
  • Loading branch information
DiegoPino authored Mar 2, 2020
2 parents a9cbc43 + 0a6fc27 commit 069626e
Show file tree
Hide file tree
Showing 56 changed files with 757 additions and 792 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
/persistent/iiifcache/
/persistent/solrcore/
/persistent/miniodata/
/persistent/miniodata/**
/persistent/miniodata/.*/*
/private


Expand All @@ -29,4 +31,6 @@
/web/.editorconfig
docker-compose.yml
web/sites/default/services.yml
persistent/miniodata/.minio.sys/config/config.json
# Cached json-ld
!web/sites/default/files/jsonld/36c4de8d45f712d0eaba5fd31d3a7fc9.jsonld
!web/sites/default/files/jsonld/36c4de8d45f712d0eaba5fd31d3a7fc9.jsonld
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"drupal/config_update_ui": "^1.6",
"drupal/console": "^1.0.2",
"drupal/context": "^4.0@beta",
"drupal/core": "8.8.1",
"drupal/core": "8.8.2",
"drupal/core-dev": "^8.8",
"drupal/devel": "3.x-dev",
"drupal/display_field_copy": "1.x-dev",
Expand Down
50 changes: 23 additions & 27 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/archipelago_subtheme.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ bootstrap_barrio_messages_widget: alerts
bootstrap_barrio_radio: custom
bootstrap_barrio_checkbox: switch
bootstrap_barrio_select: custom
bootstrap_barrio_file: custom
bootstrap_barrio_file: standard
bootstrap_barrio_region_clean_editor_toolbar: 0
bootstrap_barrio_region_class_editor_toolbar: row
23 changes: 23 additions & 0 deletions config/sync/block.block.authoredon.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
uuid: 61762985-40c0-46f4-88a0-feea09d72473
langcode: en
status: true
dependencies:
config:
- facets.facet.authored_on
module:
- facets
theme:
- archipelago_subtheme
id: authoredon
theme: archipelago_subtheme
region: sidebar_second
weight: -8
provider: null
plugin: 'facet_block:authored_on'
settings:
id: 'facet_block:authored_on'
label: 'Authored on'
provider: facets
label_display: visible
block_id: authoredon
visibility: { }
2 changes: 1 addition & 1 deletion config/sync/block.block.descriptivemetadataagents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
id: descriptivemetadataagents
theme: archipelago_subtheme
region: sidebar_second
weight: -8
weight: -9
provider: null
plugin: 'facet_block:descriptive_metadata_agents'
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ dependencies:
id: descriptivemetadatajsonkeysdefinedinthisfield
theme: archipelago_subtheme
region: sidebar_second
weight: 0
weight: -7
provider: null
plugin: 'facet_block:descriptive_metadata_json_keys_defined_in_this_fie'
settings:
id: 'facet_block:descriptive_metadata_json_keys_defined_in_this_fie'
label: 'Descriptive Metadata » JSON keys defined in this field'
label: 'JSON keys present'
provider: facets
label_display: visible
block_id: descriptivemetadatajsonkeysdefinedinthisfield
Expand Down
2 changes: 1 addition & 1 deletion config/sync/block.block.objecttype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
id: objecttype
theme: archipelago_subtheme
region: sidebar_second
weight: -9
weight: -11
provider: null
plugin: 'facet_block:object_type'
settings:
Expand Down
23 changes: 23 additions & 0 deletions config/sync/block.block.subjects.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
uuid: cb3c70ff-de5f-4898-8733-a0ec0e51b929
langcode: en
status: true
dependencies:
config:
- facets.facet.subjects
module:
- facets
theme:
- archipelago_subtheme
id: subjects
theme: archipelago_subtheme
region: sidebar_second
weight: -10
provider: null
plugin: 'facet_block:subjects'
settings:
id: 'facet_block:subjects'
label: Subjects
provider: facets
label_display: visible
block_id: subjects
visibility: { }
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
id: views_block__ld_display_for_digital_objects_sql_block_1
theme: archipelago_subtheme
region: sidebar_second
weight: 0
weight: -6
provider: null
plugin: 'views_block:ld_display_for_digital_objects_sql-block_1'
settings:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
uuid: b942435f-6853-4595-891a-a0200973e0f2
langcode: en
status: true
dependencies:
config:
- views.view.map_display_for_digital_objects_sql
module:
- ctools
- views
theme:
- archipelago_subtheme
id: views_block__map_display_for_digital_objects_sql_block_1
theme: archipelago_subtheme
region: sidebar_second
weight: -5
provider: null
plugin: 'views_block:map_display_for_digital_objects_sql-block_1'
settings:
id: 'views_block:map_display_for_digital_objects_sql-block_1'
label: ''
provider: views
label_display: visible
views_label: ''
items_per_page: none
context_mapping: { }
visibility:
'entity_bundle:node':
id: 'entity_bundle:node'
bundles:
digital_object: digital_object
digital_object_collection: digital_object_collection
negate: false
context_mapping:
node: '@node.node_route_context:node'
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ content:
rows: 9
summary_rows: 3
placeholder: ''
show_summary: false
third_party_settings: { }
info:
type: string_textfield
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ content:
rows: 9
summary_rows: 3
placeholder: ''
show_summary: false
third_party_settings: { }
comment:
type: comment_default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- field.field.node.digital_object.body
- field.field.node.digital_object.field_descriptive_metadata
- node.type.digital_object
- workflows.workflow.editorial
module:
- content_moderation
- field_layout
Expand All @@ -22,7 +23,7 @@ bundle: digital_object
mode: default
content:
field_descriptive_metadata:
weight: 1
weight: 0
settings:
webform_id: descriptive_metadata
placeholder: 'Descriptive Metadata'
Expand All @@ -31,30 +32,23 @@ content:
region: content
moderation_state:
type: moderation_state_default
weight: 3
weight: 2
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
weight: 2
weight: 1
region: content
settings:
display_label: true
third_party_settings: { }
title:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
hidden:
body: true
created: true
langcode: true
path: true
promote: true
sticky: true
title: true
uid: true
Loading

0 comments on commit 069626e

Please sign in to comment.