Skip to content

Commit 9de51df

Browse files
author
Sebastian Helzle
committed
BUGFIX: Use correct property name for overriding suggestions
1 parent 638d188 commit 9de51df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Configuration/NodeTypes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'Flowpack.SearchPlugin:SuggestableMixin': true
2121
'Flowpack.SearchPlugin:AutocompletableMixin': true
2222
properties:
23-
'__completion':
23+
'__suggestions':
2424
search:
2525
indexing: "${Flowpack.SearchPlugin.Suggestion.buildConfig(q(node).property('text'), {nodeIdentifier: node.identifier}, 10)}"
2626
'__completion':

0 commit comments

Comments
 (0)