Skip to content

Commit 5e6b328

Browse files
committed
TASK: Extract Neos settings into a separate file
1 parent a73514f commit 5e6b328

2 files changed

Lines changed: 27 additions & 17 deletions

File tree

Configuration/Settings.Neos.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Neos:
2+
Flow:
3+
mvc:
4+
routes:
5+
'Flowpack.SearchPlugin':
6+
position: 'before Neos.Neos'
7+
Fusion:
8+
defaultContext:
9+
Flowpack.SearchPlugin.Array: Flowpack\SearchPlugin\EelHelper\SearchArrayHelper
10+
Neos:
11+
fusion:
12+
autoInclude:
13+
Flowpack.SearchPlugin: true
14+
ContentRepository:
15+
Search:
16+
defaultContext:
17+
Flowpack.SearchPlugin.Suggestion: Flowpack\SearchPlugin\EelHelper\SuggestionIndexHelper

Configuration/Settings.yaml

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
Neos:
2-
Flow:
3-
mvc:
4-
routes:
5-
'Flowpack.SearchPlugin':
6-
position: 'before Neos.Neos'
7-
Fusion:
8-
defaultContext:
9-
Flowpack.SearchPlugin.Array: Flowpack\SearchPlugin\EelHelper\SearchArrayHelper
10-
Neos:
11-
fusion:
12-
autoInclude:
13-
Flowpack.SearchPlugin: true
14-
ContentRepository:
15-
Search:
16-
defaultContext:
17-
Flowpack.SearchPlugin.Suggestion: Flowpack\SearchPlugin\EelHelper\SuggestionIndexHelper
1+
Flowpack:
2+
SearchPlugin:
3+
searchAsYouType:
4+
autocomplete:
5+
size: 10
6+
suggestions:
7+
size: 10
8+
sourceFields:
9+
- __path
10+
- title

0 commit comments

Comments
 (0)