Skip to content

Commit

Permalink
chore(SLB-487): remove the type property from the suggestions query
Browse files Browse the repository at this point in the history
  • Loading branch information
chindris committed Oct 14, 2024
1 parent 3f8993e commit 3c12d25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/drupal/gutenberg_blocks/js/blocks/cta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ registerBlockType<{
// for 'data-entity-type' in the onChange() handler by yourself.

//suggestionsQuery={{
// type: 'post',
// subtype: 'gutenberg',
//}}

Expand Down
1 change: 0 additions & 1 deletion packages/drupal/gutenberg_blocks/js/blocks/teaser-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ registerBlockType<{
}}
settings={{}}
suggestionsQuery={{
type: 'post',
// Use the teaser_list linkit profile to fetch suggestions.
subtype: 'teaser_list',
}}
Expand Down

0 comments on commit 3c12d25

Please sign in to comment.