From 0b559d2ce62606cf19b53b3ed57b75e252bc33d0 Mon Sep 17 00:00:00 2001 From: Santeri Hurnanen Date: Tue, 12 Mar 2024 08:11:40 +0200 Subject: [PATCH] UHF-9530: Change paragraph widget to entity_reference_autocomplete_tags --- ...e.entity_form_display.paragraph.event_list.default.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/helfi_react_search/config/install/core.entity_form_display.paragraph.event_list.default.yml b/modules/helfi_react_search/config/install/core.entity_form_display.paragraph.event_list.default.yml index 37a7a06f3..751e4cf2a 100644 --- a/modules/helfi_react_search/config/install/core.entity_form_display.paragraph.event_list.default.yml +++ b/modules/helfi_react_search/config/install/core.entity_form_display.paragraph.event_list.default.yml @@ -65,10 +65,14 @@ content: display_label: true third_party_settings: { } field_filter_keywords: - type: options_select + type: entity_reference_autocomplete_tags weight: 8 region: content - settings: { } + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' third_party_settings: { } field_free_events: type: boolean_checkbox