From 49e67cf53ee2ab9a46de774ae49203fbb1a15556 Mon Sep 17 00:00:00 2001 From: Kasper Birch Date: Tue, 10 Sep 2024 14:08:19 +0200 Subject: [PATCH 1/2] Disable `Tags` autocomplete to display all tags This update allows users to easily view all tags for `event` and `article` content types. Uncertain about the removal of `field_relevant_ticket_manager` in the event instance, but relying on `drush cex` for config management. --- .../core.entity_form_display.eventinstance.default.default.yml | 3 +-- .../core.entity_form_display.eventseries.default.default.yml | 2 +- config/sync/core.entity_form_display.node.article.default.yml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/config/sync/core.entity_form_display.eventinstance.default.default.yml b/config/sync/core.entity_form_display.eventinstance.default.default.yml index 7ed9b7487..f6e3cd82c 100644 --- a/config/sync/core.entity_form_display.eventinstance.default.default.yml +++ b/config/sync/core.entity_form_display.eventinstance.default.default.yml @@ -73,7 +73,6 @@ third_party_settings: children: - field_event_image - field_event_state - - field_relevant_ticket_manager - field_external_admin_link label: 'Event details' region: content @@ -225,7 +224,7 @@ content: region: content settings: width: 100% - autocomplete: true + autocomplete: false match_operator: CONTAINS match_limit: 10 third_party_settings: { } diff --git a/config/sync/core.entity_form_display.eventseries.default.default.yml b/config/sync/core.entity_form_display.eventseries.default.default.yml index 6023985cf..f9e1fa4a1 100644 --- a/config/sync/core.entity_form_display.eventseries.default.default.yml +++ b/config/sync/core.entity_form_display.eventseries.default.default.yml @@ -228,7 +228,7 @@ content: region: content settings: width: 100% - autocomplete: true + autocomplete: false match_operator: CONTAINS match_limit: 10 third_party_settings: { } diff --git a/config/sync/core.entity_form_display.node.article.default.yml b/config/sync/core.entity_form_display.node.article.default.yml index 6e8b8ccb9..c48bbc9e0 100644 --- a/config/sync/core.entity_form_display.node.article.default.yml +++ b/config/sync/core.entity_form_display.node.article.default.yml @@ -194,7 +194,7 @@ content: region: content settings: width: 100% - autocomplete: true + autocomplete: false match_operator: CONTAINS match_limit: 10 third_party_settings: { } From fa782f4d75337e96888f6d3128ee5ad3dc0f1699 Mon Sep 17 00:00:00 2001 From: Kasper Birch Date: Tue, 10 Sep 2024 14:21:07 +0200 Subject: [PATCH 2/2] Disable autocomplete for `Tags` to display all `Tags` in paragraphs This change ensures that all tags are visible to users for the following paragraph types: - card grid automatic - slider automatic - event list automatic --- ...ntity_form_display.paragraph.card_grid_automatic.default.yml | 2 +- ..._form_display.paragraph.content_slider_automatic.default.yml | 2 +- ...ntity_form_display.paragraph.filtered_event_list.default.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/sync/core.entity_form_display.paragraph.card_grid_automatic.default.yml b/config/sync/core.entity_form_display.paragraph.card_grid_automatic.default.yml index 7657c8b03..797fe87c8 100644 --- a/config/sync/core.entity_form_display.paragraph.card_grid_automatic.default.yml +++ b/config/sync/core.entity_form_display.paragraph.card_grid_automatic.default.yml @@ -77,7 +77,7 @@ content: region: content settings: width: 100% - autocomplete: true + autocomplete: false match_operator: CONTAINS match_limit: 10 third_party_settings: { } diff --git a/config/sync/core.entity_form_display.paragraph.content_slider_automatic.default.yml b/config/sync/core.entity_form_display.paragraph.content_slider_automatic.default.yml index 8793696ef..87255f035 100644 --- a/config/sync/core.entity_form_display.paragraph.content_slider_automatic.default.yml +++ b/config/sync/core.entity_form_display.paragraph.content_slider_automatic.default.yml @@ -77,7 +77,7 @@ content: region: content settings: width: 100% - autocomplete: true + autocomplete: false match_operator: CONTAINS match_limit: 10 third_party_settings: { } diff --git a/config/sync/core.entity_form_display.paragraph.filtered_event_list.default.yml b/config/sync/core.entity_form_display.paragraph.filtered_event_list.default.yml index bfe3b495c..2bc8391fd 100644 --- a/config/sync/core.entity_form_display.paragraph.filtered_event_list.default.yml +++ b/config/sync/core.entity_form_display.paragraph.filtered_event_list.default.yml @@ -70,7 +70,7 @@ content: region: content settings: width: 100% - autocomplete: true + autocomplete: false match_operator: CONTAINS match_limit: 10 third_party_settings: { }