Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit 37d08c5

Browse files
authored
Merge pull request #10 from mindscreen/master
BUGFIX: use specified node as context for property editing
2 parents d0dafbd + 708289d commit 37d08c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/Private/Fusion/Prototypes/Editable.fusion

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ prototype(PackageFactory.AtomicFusion:Editable) < prototype(PackageFactory.Atomi
1111
content = ${q(props.node).property(props.property)}
1212
@process.contentElementEditableWrapping = Neos.Neos:ContentElementEditable {
1313
property = ${props.property}
14+
node = ${props.node}
1415
}
1516
@if.hasProperty = ${props.property ? true : false}
1617
}

0 commit comments

Comments
 (0)