Skip to content

Commit

Permalink
Disable autocomplete for Tags to display all Tags in paragraphs
Browse files Browse the repository at this point in the history
This change ensures that all tags are visible to users for the following paragraph types:
- card grid automatic
- slider automatic
- event list automatic
  • Loading branch information
kasperbirch1 committed Sep 10, 2024
1 parent 49e67cf commit fa782f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 fa782f4

Please sign in to comment.