Skip to content

Commit

Permalink
Merge pull request #1555 from danskernesdigitalebibliotek/DDFHER-35-o…
Browse files Browse the repository at this point in the history
…verview-of-existing-tags-in-creation

Disable `Tags` autocomplete to display all tags
  • Loading branch information
kasperbirch1 authored Sep 13, 2024
2 parents d9b5991 + fa782f4 commit 40c3e25
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -225,7 +224,7 @@ content:
region: content
settings:
width: 100%
autocomplete: true
autocomplete: false
match_operator: CONTAINS
match_limit: 10
third_party_settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ content:
region: content
settings:
width: 100%
autocomplete: true
autocomplete: false
match_operator: CONTAINS
match_limit: 10
third_party_settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ content:
region: content
settings:
width: 100%
autocomplete: true
autocomplete: false
match_operator: CONTAINS
match_limit: 10
third_party_settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ content:
region: content
settings:
width: 100%
autocomplete: true
autocomplete: false
match_operator: CONTAINS
match_limit: 10
third_party_settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ content:
region: content
settings:
width: 100%
autocomplete: true
autocomplete: false
match_operator: CONTAINS
match_limit: 10
third_party_settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ content:
region: content
settings:
width: 100%
autocomplete: true
autocomplete: false
match_operator: CONTAINS
match_limit: 10
third_party_settings: { }
Expand Down

0 comments on commit 40c3e25

Please sign in to comment.