Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hel-platta-automation authored and github-actions[bot] committed Mar 12, 2024
1 parent 90c746d commit f862ab2
Show file tree
Hide file tree
Showing 11 changed files with 243 additions and 14 deletions.
24 changes: 12 additions & 12 deletions composer.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ dependencies:
- field.field.paragraph.event_list.field_event_list_title
- field.field.paragraph.event_list.field_event_location
- field.field.paragraph.event_list.field_event_time
- field.field.paragraph.event_list.field_filter_keywords
- field.field.paragraph.event_list.field_free_events
- field.field.paragraph.event_list.field_remote_events
- paragraphs.paragraphs_type.event_list
module:
- link
- text
_core:
default_config_hash: bGb0ZQ38-NxHtZ1rrdqclYHeStlwA5q3ucy5Wpnb0ng
default_config_hash: 26rzwNcMiiF5Bucl9iUliZYoL4vZcdmdNkYBAr9DYOU
id: paragraph.event_list.default
targetEntityType: paragraph
bundle: event_list
Expand Down Expand Up @@ -66,6 +67,16 @@ content:
settings:
display_label: true
third_party_settings: { }
field_filter_keywords:
type: entity_reference_autocomplete_tags
weight: 8
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
field_free_events:
type: boolean_checkbox
weight: 7
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
uuid: d3bdb49e-461c-4a0f-a88c-c34eb54f7101
langcode: en
status: true
dependencies:
config:
- field.field.taxonomy_term.linked_events_keywords.field_keyword_id
- taxonomy.vocabulary.linked_events_keywords
module:
- hdbt_admin_tools
- path
- readonly_field_widget
_core:
default_config_hash: wrJ7qU6IE5H0AiZu6m8w7XCBXT-dqOntJPqFqR0iyU8
id: taxonomy_term.linked_events_keywords.default
targetEntityType: taxonomy_term
bundle: linked_events_keywords
mode: default
content:
description:
type: formatted_text_character_counter
weight: 0
region: content
settings:
counter_step: 160
counter_total: 200
rows: 5
placeholder: ''
third_party_settings: { }
field_keyword_id:
type: readonly_field_widget
weight: 101
region: content
settings:
label: above
formatter_type: null
formatter_settings: { }
show_description: false
third_party_settings: { }
langcode:
type: language_select
weight: 2
region: content
settings:
include_locked: true
third_party_settings: { }
name:
type: string_textfield
weight: -5
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
path:
type: path
weight: 30
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
weight: 100
region: content
settings:
display_label: true
third_party_settings: { }
translation:
weight: 10
region: content
settings: { }
third_party_settings: { }
hidden: { }
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ dependencies:
- field.field.paragraph.event_list.field_event_list_title
- field.field.paragraph.event_list.field_event_location
- field.field.paragraph.event_list.field_event_time
- field.field.paragraph.event_list.field_filter_keywords
- field.field.paragraph.event_list.field_free_events
- field.field.paragraph.event_list.field_remote_events
- paragraphs.paragraphs_type.event_list
module:
- options
- text
_core:
default_config_hash: dMZ_8jKpOaA7CkuxlB2baa1apQcQ_vFlXM04jq4bqQY
default_config_hash: klW1qrhnmScBqsz4kDhFjtI4wmrMjLZynRsx9475Egs
id: paragraph.event_list.default
targetEntityType: paragraph
bundle: event_list
Expand Down Expand Up @@ -64,6 +65,14 @@ content:
third_party_settings: { }
weight: 3
region: content
field_filter_keywords:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 6
region: content
field_free_events:
type: boolean
label: above
Expand All @@ -86,3 +95,4 @@ content:
region: content
hidden:
field_api_url: true
search_api_excerpt: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
uuid: 19cd3ce0-e5a8-4db8-ab50-ae7bde5fa981
langcode: en
status: true
dependencies:
config:
- field.field.taxonomy_term.linked_events_keywords.field_keyword_id
- taxonomy.vocabulary.linked_events_keywords
module:
- text
_core:
default_config_hash: fBcG1sEoN3MYNH4WUM9M_e2jo304Kha_sUVu26s05ig
id: taxonomy_term.linked_events_keywords.default
targetEntityType: taxonomy_term
bundle: linked_events_keywords
mode: default
content:
description:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 0
region: content
hidden:
field_keyword_id: true
langcode: true
search_api_excerpt: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
uuid: 05609557-0317-49a6-b2dd-1e7a2e69c10b
langcode: en
status: true
dependencies:
config:
- field.storage.paragraph.field_filter_keywords
- paragraphs.paragraphs_type.event_list
- taxonomy.vocabulary.linked_events_keywords
_core:
default_config_hash: zOO1RpDPCcNOWimUEMWLWWTZGDfOxr1BadD0vxMwZl8
id: paragraph.event_list.field_filter_keywords
field_name: field_filter_keywords
entity_type: paragraph
bundle: event_list
label: Topics
description: 'Select options for "filter by topic" filter. The filter is hidden if no keywords are selected.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: 'default:taxonomy_term'
handler_settings:
target_bundles:
linked_events_keywords: linked_events_keywords
sort:
field: name
direction: asc
auto_create: false
auto_create_bundle: ''
field_type: entity_reference
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
uuid: f04d1d15-8a22-440d-aa3f-1af424df9124
langcode: en
status: true
dependencies:
config:
- field.storage.taxonomy_term.field_keyword_id
- taxonomy.vocabulary.linked_events_keywords
_core:
default_config_hash: VHWaAjAYzxCy2U7_c3Vc3MAfurLC2QCPAimZVamsAuU
id: taxonomy_term.linked_events_keywords.field_keyword_id
field_name: field_keyword_id
entity_type: taxonomy_term
bundle: linked_events_keywords
label: 'Keyword ID'
description: 'Linked events keyword id.'
required: true
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string
22 changes: 22 additions & 0 deletions conf/cmi/field.storage.paragraph.field_filter_keywords.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: 2950aba3-734a-4bd3-9791-775aceae8e5e
langcode: en
status: true
dependencies:
module:
- paragraphs
- taxonomy
_core:
default_config_hash: p5gLAIXKUuxZdeUFP1juUwV9fUPwzJ7uRLik5wOAK6Y
id: paragraph.field_filter_keywords
field_name: field_filter_keywords
entity_type: paragraph
type: entity_reference
settings:
target_type: taxonomy_term
module: core
locked: false
cardinality: -1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
23 changes: 23 additions & 0 deletions conf/cmi/field.storage.taxonomy_term.field_keyword_id.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
uuid: 8c76f060-07d3-4c16-b305-cc4ade3105a9
langcode: en
status: true
dependencies:
module:
- taxonomy
_core:
default_config_hash: 7xItqwaMwhMih7aOv7ihiQx1wvkRGKrWiRJLJnM3RYA
id: taxonomy_term.field_keyword_id
field_name: field_keyword_id
entity_type: taxonomy_term
type: string
settings:
max_length: 255
case_sensitive: false
is_ascii: false
module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
label: Asiasanat
description: 'Valitse "suodata asiasanoilla" -suodattimen vaihtoehdot. Suodatinta ei näytetä jos ainuttakaan asiasanaa ei ole valittu.'
10 changes: 10 additions & 0 deletions conf/cmi/taxonomy.vocabulary.linked_events_keywords.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
uuid: 757cd796-00f7-445a-907d-0977ffe099be
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: e0eqaMehV63Hmtfc20QLyE7IGXuwqhSMNZg9hLgizfM
name: 'Linked Events Keywords'
vid: linked_events_keywords
description: 'Keywords from yso dataset.'
weight: 0

0 comments on commit f862ab2

Please sign in to comment.