Inspiring people to
share
Working with your Nodes
EEL & FlowQuery
person = ${q(node).property(‘productOwner’)}
@override.person = ${this.person}
name = ${String.trim(person.property(‘firstname’) + ‘ ‘ + person.property(‘lastname’))}
profileImage = TYPO3.Neos:ImageUri {
asset = ${q(person).property(‘profileImage’)}
maximumWidth = 120
maximumHeight = 120
allowCropping = true
}