{"id":17046633,"url":"https://github.com/sebobo/shel.neos.rangeeditor","last_synced_at":"2026-04-01T21:48:55.764Z","repository":{"id":46125918,"uuid":"410950828","full_name":"Sebobo/Shel.Neos.RangeEditor","owner":"Sebobo","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-06T12:20:40.000Z","size":198,"stargazers_count":8,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-22T14:16:56.895Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sebobo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":"FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"shelzle","github":"sebobo"}},"created_at":"2021-09-27T15:58:55.000Z","updated_at":"2021-11-16T12:12:51.000Z","dependencies_parsed_at":"2022-09-07T19:10:36.088Z","dependency_job_id":null,"html_url":"https://github.com/Sebobo/Shel.Neos.RangeEditor","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sebobo%2FShel.Neos.RangeEditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sebobo%2FShel.Neos.RangeEditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sebobo%2FShel.Neos.RangeEditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sebobo%2FShel.Neos.RangeEditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sebobo","download_url":"https://codeload.github.com/Sebobo/Shel.Neos.RangeEditor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248589879,"owners_count":21129697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T09:46:56.824Z","updated_at":"2026-03-27T02:49:50.138Z","avatar_url":"https://github.com/Sebobo.png","language":"TypeScript","funding_links":["https://patreon.com/shelzle","https://github.com/sponsors/sebobo"],"categories":[],"sub_categories":[],"readme":"# Numeric range editor for Neos CMS\n\n[![Latest Stable Version](https://poser.pugx.org/shel/neos-rangeeditor/v/stable)](https://packagist.org/packages/shel/neos-rangeeditor)\n[![Total Downloads](https://poser.pugx.org/shel/neos-rangeeditor/downloads)](https://packagist.org/packages/shel/neos-rangeeditor)\n[![License](https://poser.pugx.org/shel/neos-rangeeditor/license)](https://packagist.org/packages/shel/neos-rangeeditor)\n\n## Introduction\n\nThis package provides a numeric range editor for the Neos CMS UI.\nThe minimum, maximum and step size can be defined and additionally to make it easier for editors a unit label.\n\nIf a certain value should be entered the current value can also be clicked to enter the desired value directly.\n\n⚠️ 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.\n\n## Example\n\n![Range editor in Neos CMS sidebar](Documentation/RangeEditorExample.png)\n\n## Installation\n\nRun this in your site package\n\n    composer require --no-update shel/neos-rangeeditor\n\nThen run `composer update` in your project directory.\n\n## How to use\n\nAdd a property of type string and configure the editor as seen in this example:\n\n    'My.Site:Content.Text':\n      superTypes:\n        'Neos.Neos:Content': true\n      ui:\n        label: 'My text content'\n      properties:\n        textColor:\n          type: string\n          ui:\n            label: 'Text color'\n            reloadIfChanged: true\n            inspector:\n              group: 'text'\n              editor: 'Shel.Neos.RangeEditor/RangeEditor'\n              editorOptions:\n                min: 0\n                max: 100\n                step: 5\n                unit: 'px'\n\n## Contributions\n\nContributions are very welcome!\n\nPlease create detailed issues and PRs.\n\n## Thx to the sponsor\n\nThe initial development of this package was sponsored by [Code Q Web Factory](https://codeq.at/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebobo%2Fshel.neos.rangeeditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebobo%2Fshel.neos.rangeeditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebobo%2Fshel.neos.rangeeditor/lists"}