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
With renderingOptions._fusionRuntime an existing FusionRuntime can be reused to render a form and this is used by the Neos.Form.Builder.
If used "stand alone" there is no FusionRuntime, so it is built in the FusionFormRenderer explicitly including required Fusion files.
This list should be extensible (via Settings for example).
Besides, the configured Eel Helpers should be available (if that's not the case already)
The text was updated successfully, but these errors were encountered:
With
renderingOptions._fusionRuntime
an existing FusionRuntime can be reused to render a form and this is used by the Neos.Form.Builder.If used "stand alone" there is no FusionRuntime, so it is built in the
FusionFormRenderer explicitly including required Fusion files.
This list should be extensible (via Settings for example).
Besides, the configured Eel Helpers should be available (if that's not the case already)
The text was updated successfully, but these errors were encountered: