zuteilen/neoshelper

There is no license information available for the latest version (1.0.0) of this package.

1.0.0 2017-08-01 19:53 UTC

This package is not auto-updated.

Last update: 2024-05-20 05:48:03 UTC


README

NodeReference:
  type: references
  ui:
    label: 'Filter'
    inspector:
      group: filter
      position: 10
      editorOptions:
        nodeTypes: ['Vendor.Website:Example']
filteredNodes = Neos.Fusion:Collection {
    filterReferences = ${q(node).property('projectCollectionType')}
    nodesToBeFilterd = ${q(site).find('[instanceof Kreait.WebsiteCom:Project]').get()}
    collection = ${ZuTeilen.NeosHelper.filterNodes(this.nodesToBeFilterd, this.filterReferences, 'NodeReference')}
    itemName = 'item'
    itemRenderer = Vendor.Website:ExampleRenderer
}