PHPackages                             tms/select - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. tms/select

ActiveNeos-plugin

tms/select
==========

Select nodes instead of searching via reference editor in Neos CMS

2.0.0(6mo ago)615.4k↓41.4%1[5 issues](https://github.com/tmsdev/Tms.Select/issues)2MITPHP

Since Aug 31Pushed 6mo ago4 watchersCompare

[ Source](https://github.com/tmsdev/Tms.Select)[ Packagist](https://packagist.org/packages/tms/select)[ RSS](/packages/tms-select/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (12)Used By (2)

NodeData DataSource for SelectBoxEditors
========================================

[](#nodedata-datasource-for-selectboxeditors)

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

Install
-------

[](#install)

```
composer require tms/select
```

Usage
-----

[](#usage)

Single-select nodetype configuration:

```
'Your.Package:Type':
  properties:
    yourReference:
      type: reference
      ui:
        inspector:
          editor: 'Neos.Neos/Inspector/Editors/SelectBoxEditor'
          editorOptions:
            dataSourceIdentifier: 'tms-select-nodedata'
            dataSourceDisableCaching: true # see "Data source caching"
            dataSourceAdditionalData:
              nodeTypes: ['Your.Package:TypeThatShouldBeReferenced']
              # Optional parameters
              groupBy: 'Your.Package:GroupType'
              startingPoint: '/start/here/instead/of/rootnode'
              labelPropertyName: 'title'
              setLabelPrefixByNodeContext: true
              previewPropertyName: 'thumbnailImage' # works with Neos 7.2+
```

Multi-select adjustments:

```
'Your.Package:Type':
  properties:
    yourReferences:
      type: references
      ui:
        inspector:
          editorOptions:
            multiple: true # Don't forget to set multiple: true when using type: references
```

### Optional parameters

[](#optional-parameters)

Parameter nameDescription`labelPropertyName`Choose your specific **text property name** - if not set, the nodes label will be used.`groupBy`The grouping must be reflected in the node tree. `groupBy` expects the nodetype name of a parent node.`setLabelPrefixByNodeContext`If set to `true`, labels get prefixed by `[HIDDEN] ...`, `[NOT IN MENUS] ...`, `[NOT LIVE] ...` and `[REMOVED] ...` depending on the node context.`previewPropertyName`Choose your specific **image property name** to display a custom preview icon as mentioned in the [Neos 7.2 release notes](https://www.neos.io/blog/neos-flow-72-released.html#neos-7-1-features).### Data source caching

[](#data-source-caching)

By default, Neos will cache data source results considering the current node. For `Tms.Select` this caching behaviour is not optimal, because

1. Data source results get build too often
2. When a referenced node changes, the data source results are not refreshed while navigating the UI (in fact, only when refreshing the browser)

We fixed this by implementing a data source cache `Tms_Select_DataSourceCache`. To ensure that datasource results are always up to date, you should disable the default data source caching with `dataSourceDisableCaching: true`.

### Works with [Sitegeist.Taxonomy](https://github.com/sitegeist/Sitegeist.Taxonomy)

[](#works-with-sitegeisttaxonomy)

```
'Your.Package:Type':
  properties:
    yourTaxonomyReferences:
      type: references
      ui:
        inspector:
          editor: 'Neos.Neos/Inspector/Editors/SelectBoxEditor'
          editorOptions:
            allowEmpty: true
            multiple: true
            dataSourceIdentifier: 'tms-select-nodedata'
            dataSourceDisableCaching: true
            dataSourceAdditionalData:
              nodeTypes: [ 'Sitegeist.Taxonomy:Taxonomy' ]
              labelPropertyName: title
              startingPoint: '/taxonomies/your-vocabulary'
```

Acknowledgments
---------------

[](#acknowledgments)

Development sponsored by [tms.development - Online Marketing and Neos CMS Agency](https://www.tms-development.de/)

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance51

Moderate activity, may be stable

Popularity32

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 74.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~189 days

Recently: every ~350 days

Total

11

Last Release

194d ago

Major Versions

1.4.2 → 2.0.02025-11-05

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5636715?v=4)[Joachim Beck](/maintainers/jobee)[@jobee](https://github.com/jobee)

---

Top Contributors

[![jobee](https://avatars.githubusercontent.com/u/5636715?v=4)](https://github.com/jobee "jobee (23 commits)")[![adrian-cerdeira](https://avatars.githubusercontent.com/u/43271236?v=4)](https://github.com/adrian-cerdeira "adrian-cerdeira (6 commits)")[![jonnitto](https://avatars.githubusercontent.com/u/4510166?v=4)](https://github.com/jonnitto "jonnitto (1 commits)")[![paavo](https://avatars.githubusercontent.com/u/1118783?v=4)](https://github.com/paavo "paavo (1 commits)")

---

Tags

datasourceneoscmsnodedataselectselectboxusabilitydatasourceneoscmsselectboxselectboxeditornodedata

### Embed Badge

![Health badge](/badges/tms-select/health.svg)

```
[![Health](https://phpackages.com/badges/tms-select/health.svg)](https://phpackages.com/packages/tms-select)
```

###  Alternatives

[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

1494.4k6](/packages/shel-neos-colorpicker)[shel/neos-hyphens

A plugin for Neos CMS which provides hyphens for the inline editor

20200.7k1](/packages/shel-neos-hyphens)[shel/neos-terminal

Neos CMS Ui terminal for running Eel expressions and other commands

1441.3k](/packages/shel-neos-terminal)[shel/nodetypes-analyzer

Graphical analysis &amp; visualizer for the Neos CMS nodetypes as backend module

2160.6k](/packages/shel-nodetypes-analyzer)[shel/neos-workspace-module

An alternative workspace module with additional features for Neos CMS

1738.6k1](/packages/shel-neos-workspace-module)[dl/assetsync

Sync files from various sources to neos assets.

1021.4k](/packages/dl-assetsync)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
