Skip to content

Commit 457c8b3

Browse files
Merge pull request #27 from Flowpack/readd-flowqueryy
BUGFIX: Re-add FlowQuery to the EelContext
2 parents a12aaa5 + fc7cbc2 commit 457c8b3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Configuration/Settings.yaml

Lines changed: 2 additions & 1 deletion
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

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"name": "flowpack/nodetemplates",
55
"license": "GPL-3.0+",
66
"require": {
7+
"neos/neos": "^5.0",
78
"neos/neos-ui": "*"
89
},
910
"autoload": {

0 commit comments

Comments
 (0)