diff --git a/Resources/Private/Fusion/Prototypes/Editable.fusion b/Resources/Private/Fusion/Prototypes/Editable.fusion index 0754541..10a4189 100644 --- a/Resources/Private/Fusion/Prototypes/Editable.fusion +++ b/Resources/Private/Fusion/Prototypes/Editable.fusion @@ -11,6 +11,7 @@ prototype(PackageFactory.AtomicFusion:Editable) < prototype(PackageFactory.Atomi content = ${q(props.node).property(props.property)} @process.contentElementEditableWrapping = Neos.Neos:ContentElementEditable { property = ${props.property} + node = ${props.node} } @if.hasProperty = ${props.property ? true : false} }