Skip to content

Commit

Permalink
Last sync of 2020!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoPino committed Dec 31, 2020
1 parent 0cbd2fb commit 42fec93
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 834 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ content:
webform_id: digital_object_collection
placeholder: 'Collection Metadata'
third_party_settings: { }
type: strawberryfield_webform_widget
type: strawberryfield_webform_inline_widget
region: content
moderation_state:
type: moderation_state_default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.node.digital_object_with_a_v_player
- field.field.node.digital_object.body
- field.field.node.digital_object.field_descriptive_metadata
- node.type.digital_object
Expand All @@ -28,14 +29,14 @@ third_party_settings:
content:
- links
- body
- 'display_field_copy:node-static_media'
- 'display_field_copy:node-field_descriptive_metadata_image'
- 'display_field_copy:node-formatted_metadata'
- field_descriptive_metadata
- 'display_field_copy:node-static_media'
fields:
'display_field_copy:node-field_descriptive_metadata_image':
plugin_id: 'display_field_copy:node-field_descriptive_metadata_image'
weight: 2
weight: 3
label: hidden
formatter: strawberry_audio_formatter
settings:
Expand All @@ -46,7 +47,7 @@ third_party_settings:
max_height: '50'
'display_field_copy:node-formatted_metadata':
plugin_id: 'display_field_copy:node-formatted_metadata'
weight: 3
weight: 4
label: hidden
formatter: strawberry_metadata_formatter
settings:
Expand All @@ -57,15 +58,24 @@ third_party_settings:
metadatadisplayentity_uselabel: '0'
'display_field_copy:node-static_media':
plugin_id: 'display_field_copy:node-static_media'
weight: 5
weight: 2
label: hidden
formatter: strawberry_metadata_formatter
formatter: strawberry_mirador_formatter
settings:
formatter:
metadatadisplayentity_id: '3'
specs: 'http://schema.org'
label: 'Descriptive Metadata'
metadatadisplayentity_uselabel: '1'
mediasource:
metadataexposeentity: metadataexposeentity
manifesturl: '0'
manifestnodelist: '0'
main_mediasource: metadataexposeentity
metadataexposeentity_source: iiifmanifest
manifesturl_json_key_source: iiifmanifest
manifestnodelist_json_key_source: isrelatedto
max_width: '720'
max_height: '480'
use_iiif_globals: '1'
iiif_base_url: 'http://localhost:8183/iiif/2'
iiif_base_url_internal: 'http://esmero-cantaloupe:8182/iiif/2'
id: node.digital_object.digital_object_with_a_v_player
targetEntityType: node
bundle: digital_object
Expand All @@ -79,7 +89,7 @@ content:
third_party_settings: { }
region: content
field_descriptive_metadata:
weight: 4
weight: 5
label: hidden
settings:
limit_access: edit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ default_value: { }
default_value_callback: ''
settings: { }
field_type: strawberryfield_field

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kuuid: 4323fb85-a2dd-40be-8aea-5ec09b544fa2
uuid: 44789a29-80a4-429a-b559-2bcb35b33402
langcode: en
status: true
dependencies:
Expand All @@ -19,4 +19,3 @@ default_value: { }
default_value_callback: ''
settings: { }
field_type: strawberryfield_field

Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false

4 changes: 4 additions & 0 deletions config/sync/strawberryfield.hydroponics_settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
active: true
queues:
- strawberryrunners_process_index
- strawberryrunners_process_background
Loading

0 comments on commit 42fec93

Please sign in to comment.