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

Commit

Permalink
FIX: use specified node as context for property editing
Browse files Browse the repository at this point in the history
Wrapping the element in a Neos.Neos:ContentElementWrapping did not
suffice for the ContentElementEditable object to load the correct node's
property
  • Loading branch information
PRGfx committed Jul 6, 2017
1 parent d0dafbd commit 708289d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Private/Fusion/Prototypes/Editable.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}
Expand Down

0 comments on commit 708289d

Please sign in to comment.