Skip to content

Commit 15d28fe

Browse files
authoredFeb 5, 2020
BUGFIX: Re-add FlowQuery to the EelContext
With neos/neos-development-collection@02b6479 the 'magic' q was removed and an eel-helper was added to the default context. This eel helper needs to be added to this context as well
1 parent a12aaa5 commit 15d28fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎Configuration/Settings.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ Flowpack:
1111
Translation: 'Neos\Flow\I18n\EelHelper\TranslationHelper'
1212
Type: 'Neos\Eel\Helper\TypeHelper'
1313
I18n: 'Neos\Flow\I18n\EelHelper\TranslationHelper'
14-
nodeCreationDepth: 10
14+
q: 'Neos\Eel\FlowQuery\FlowQuery::q'
15+
nodeCreationDepth: 10

0 commit comments

Comments
 (0)