zuteilen/neoshelper

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

Installs: 249

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Type:neos-package

pkg:composer/zuteilen/neoshelper

1.0.0 2017-08-01 19:53 UTC

This package is not auto-updated.

Last update: 2025-12-29 13:07:41 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
}