diff --git a/Configuration/NodeTypes.Content.Hotspot.yaml b/Configuration/NodeTypes.Content.Hotspot.yaml index 89918a2..f7212e8 100644 --- a/Configuration/NodeTypes.Content.Hotspot.yaml +++ b/Configuration/NodeTypes.Content.Hotspot.yaml @@ -50,7 +50,7 @@ reloadIfChanged: true inspector: group: 'position' - editor: 'Shel.Neos.RangeEditor/RangeEditor' + editor: 'Neos.Neos/Inspector/Editors/RangeEditor' editorOptions: min: 0 max: 100 @@ -64,7 +64,7 @@ reloadIfChanged: true inspector: group: 'position' - editor: 'Shel.Neos.RangeEditor/RangeEditor' + editor: 'Neos.Neos/Inspector/Editors/RangeEditor' editorOptions: min: 0 max: 100 diff --git a/composer.json b/composer.json index d1df7ca..05741f1 100644 --- a/composer.json +++ b/composer.json @@ -8,8 +8,7 @@ "neoscms" ], "require": { - "neos/neos": "^7.0", - "shel/neos-rangeeditor": "~1.1.1", + "neos/neos": "^8.0", "mhsdesign/liveinspectorjsevents": "~2.0.2" }, "autoload": {