tms/select

Last activity 01 Mar 2021 3 452
composer require tms/select

Select nodes instead of searching via reference editor in Neos CMS

1.1.0

Version
1.1.0
Type
neos-plugin
Release Date
Mar 01, 2021 11:25
Source
git
Distribution
zip
Requires
  • neos/neos: ^4.3 || ^5.0 || ^7.0 || dev-master
MIT
  • #datasource
  • #selectbox
  • #neoscms
  • #selectboxeditor
  • #nodedata
98396a1e3fc1df7cf399a7455698e069a1b34235

NodeData DataSource for SelectBoxEditors

Select nodes instead of searching via reference editor in Neos CMS.

Install

composer require tms/select

Usage

'Your.Package:Type':
  properties:
    yourReference:
      type: reference
      ui:
        inspector:
          editor: 'Neos.Neos/Inspector/Editors/SelectBoxEditor'
          editorOptions:
            dataSourceIdentifier: 'tms-select-nodedata'
            dataSourceAdditionalData:
              nodeTypes: ['Your.Package:TypeThatShouldBeReferenced']
              # Optional parameters
              groupBy: 'Your.Package:GroupType'
              startingPoint: '/start/here/instead/of/rootnode'
              labelPropertyName: 'title'

Acknowledgments

Development sponsored by tms.development - Online Marketing and Neos CMS Agency

The content of the readme is provided by Github
The same vendor provides 3 package(s).