PHPackages                             shel/neos-rangeeditor - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. shel/neos-rangeeditor

Abandoned → [neos/neos-ui](/?search=neos%2Fneos-ui)Neos-plugin[Utility &amp; Helpers](/categories/utility)

shel/neos-rangeeditor
=====================

A plugin for Neos CMS which provides a numeric range editor

1.1.1(4y ago)81.4k[2 issues](https://github.com/Sebobo/Shel.Neos.RangeEditor/issues)GPL-3.0TypeScript

Since Sep 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Sebobo/Shel.Neos.RangeEditor)[ Packagist](https://packagist.org/packages/shel/neos-rangeeditor)[ RSS](/packages/shel-neos-rangeeditor/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

Numeric range editor for Neos CMS
=================================

[](#numeric-range-editor-for-neos-cms)

[![Latest Stable Version](https://camo.githubusercontent.com/5de0cd75fe419f6027e90e1fd28695de71627ef0c374d5bd22b456a2517b4264/68747470733a2f2f706f7365722e707567782e6f72672f7368656c2f6e656f732d72616e6765656469746f722f762f737461626c65)](https://packagist.org/packages/shel/neos-rangeeditor)[![Total Downloads](https://camo.githubusercontent.com/c2759401bba87e482338485b56e54739811e930d8f0759691a631f4e482e916c/68747470733a2f2f706f7365722e707567782e6f72672f7368656c2f6e656f732d72616e6765656469746f722f646f776e6c6f616473)](https://packagist.org/packages/shel/neos-rangeeditor)[![License](https://camo.githubusercontent.com/f8e65e2d5e64e604e2efe1ad7c301395053d31edb77f840a1b369af89fe068ab/68747470733a2f2f706f7365722e707567782e6f72672f7368656c2f6e656f732d72616e6765656469746f722f6c6963656e7365)](https://packagist.org/packages/shel/neos-rangeeditor)

Introduction
------------

[](#introduction)

This package provides a numeric range editor for the Neos CMS UI. The minimum, maximum and step size can be defined and additionally to make it easier for editors a unit label.

If a certain value should be entered the current value can also be clicked to enter the desired value directly.

⚠️ This plugin is only meant for Neos versions before 7. It has been converted into a [core feature](https://neos.readthedocs.io/en/stable/References/PropertyEditorReference.html#property-type-string-integer-rangeeditor-range-editor-for-selecting-numeric-values) since.

Example
-------

[](#example)

[![Range editor in Neos CMS sidebar](Documentation/RangeEditorExample.png)](Documentation/RangeEditorExample.png)

Installation
------------

[](#installation)

Run this in your site package

```
composer require --no-update shel/neos-rangeeditor

```

Then run `composer update` in your project directory.

How to use
----------

[](#how-to-use)

Add a property of type string and configure the editor as seen in this example:

```
'My.Site:Content.Text':
  superTypes:
    'Neos.Neos:Content': true
  ui:
    label: 'My text content'
  properties:
    textColor:
      type: string
      ui:
        label: 'Text color'
        reloadIfChanged: true
        inspector:
          group: 'text'
          editor: 'Shel.Neos.RangeEditor/RangeEditor'
          editorOptions:
            min: 0
            max: 100
            step: 5
            unit: 'px'

```

Contributions
-------------

[](#contributions)

Contributions are very welcome!

Please create detailed issues and PRs.

Thx to the sponsor
------------------

[](#thx-to-the-sponsor)

The initial development of this package was sponsored by [Code Q Web Factory](https://codeq.at/).

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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 ~24 days

Total

3

Last Release

1690d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c9f106db319e8698dcb4aedfe8034f0442d379ebbd78fcd67b884999b2236f1?d=identicon)[Sebobo](/maintainers/Sebobo)

---

Top Contributors

[![Sebobo](https://avatars.githubusercontent.com/u/596967?v=4)](https://github.com/Sebobo "Sebobo (5 commits)")[![jonnitto](https://avatars.githubusercontent.com/u/4510166?v=4)](https://github.com/jonnitto "jonnitto (2 commits)")

---

Tags

editorflowNeosneoscms

### Embed Badge

![Health badge](/badges/shel-neos-rangeeditor/health.svg)

```
[![Health](https://phpackages.com/badges/shel-neos-rangeeditor/health.svg)](https://phpackages.com/packages/shel-neos-rangeeditor)
```

###  Alternatives

[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

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

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

21214.3k1](/packages/shel-neos-hyphens)[techdivision/ckstyles

Neos package which enables you adding your custom style classes for the CkEditor with a simple Yaml configuration

21179.5k](/packages/techdivision-ckstyles)[shel/neos-terminal

Neos CMS Ui terminal for running Eel expressions and other commands

1445.3k](/packages/shel-neos-terminal)

PHPackages © 2026

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