Skip to content

Commit

Permalink
Merge pull request #712 from City-of-Helsinki/UHF-9576-linked-events-…
Browse files Browse the repository at this point in the history
…keywords

UHF-9576: Linked events keywords [part 2]
  • Loading branch information
hyrsky authored Mar 15, 2024
2 parents 9d7def6 + 7105be6 commit 8c53c0f
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- paragraphs.paragraphs_type.event_list
module:
- link
- select2
- text
id: paragraph.event_list.default
targetEntityType: paragraph
Expand Down Expand Up @@ -65,14 +66,14 @@ content:
display_label: true
third_party_settings: { }
field_filter_keywords:
type: entity_reference_autocomplete_tags
type: select2_entity_reference
weight: 8
region: content
settings:
width: 100%
autocomplete: true
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
field_free_events:
type: boolean_checkbox
Expand Down
1 change: 1 addition & 0 deletions modules/helfi_react_search/helfi_react_search.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies:
- 'drupal:text'
- 'drupal:taxonomy'
- 'drupal:migrate'
- 'select2:select2'
- 'helfi_platform_config:helfi_platform_config'
- 'readonly_field_widget:readonly_field_widget'
- 'paragraphs:paragraphs'
Expand Down
8 changes: 8 additions & 0 deletions modules/helfi_react_search/helfi_react_search.install
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,11 @@ function helfi_react_search_update_9007() : void {
\Drupal::service('helfi_platform_config.config_update_helper')
->update('helfi_react_search');
}

/**
* UHF-9576: Linked events: change paragraph widget.
*/
function helfi_react_search_update_9008() : void {
\Drupal::service('helfi_platform_config.config_update_helper')
->update('helfi_react_search');
}
12 changes: 6 additions & 6 deletions modules/helfi_react_search/translations/fi.po
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ msgstr "Jos haluat etsiä etätapahtumia, valitse vaihtoehto 'Internet (etätapa
msgid "Select a venue"
msgstr "Valitse tapahtumapaikka"

msgctxt "React search topics filter"
msgid "Select topics"
msgstr "Valitse asiasanat"
msgctxt "React search: topics filter"
msgid "Event topic"
msgstr "Tapahtuman aihe"

msgctxt "React search topics filter"
msgid "Filter events by topics"
msgstr "Suodata asiasanoilla"
msgctxt "React search: topics filter"
msgid "All topics"
msgstr "Kaikki aiheet"

msgctxt "React search: remove item aria label"
msgid "Remove item"
Expand Down
12 changes: 6 additions & 6 deletions modules/helfi_react_search/translations/sv.po
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ msgstr "Om du vill söka evenemang på distans, välj endast alternativet 'Inter
msgid "Select a venue"
msgstr "Välj tidpunkt"

msgctxt "React search topics filter"
msgid "Select topics"
msgstr "XXXX"
msgctxt "React search: topics filter"
msgid "Event topic"
msgstr "Evenemangets ämne"

msgctxt "React search topics filter"
msgid "Filter events by topics"
msgstr "XXXX"
msgctxt "React search: topics filter"
msgid "All topics"
msgstr "Alla ämnen"

msgctxt "React search: remove item aria label"
msgid "Remove item"
Expand Down

0 comments on commit 8c53c0f

Please sign in to comment.