You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -169,6 +195,16 @@ values are not available. As ``withContext`` is evaluated before ``when`` and ``
169
195
access context variables from ``withContext`` in ``withItems`` at the same level – but not the other
170
196
way around.
171
197
198
+
If you want to use a custom EEL helper, make sure to register it in the package's Settings. EEL
199
+
helpers configured for Neos.Fusion are not automatically available:
200
+
201
+
```yaml
202
+
Flowpack:
203
+
NodeTemplates:
204
+
defaultEelContext:
205
+
My.Foo: 'My\Site\Eel\Helper\FooHelper'
206
+
```
207
+
172
208
## Fine-grained error handling, resuming with the next possible operation.
173
209
174
210
In the first step the configuration is processed, exceptions like those caused by an EEL Expression are caught, and any malformed parts of the template are ignored (with their errors being logged).
0 commit comments