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

Commit

Permalink
Merge pull request #10 from mindscreen/master
Browse files Browse the repository at this point in the history
BUGFIX: use specified node as context for property editing
  • Loading branch information
mficzel authored Jul 17, 2017
2 parents d0dafbd + 708289d commit 37d08c5
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 37d08c5

Please sign in to comment.