Skip to content

Commit

Permalink
Merge pull request #3 from erkenes/feat/ee-neos-8-support
Browse files Browse the repository at this point in the history
feat!: Add Neos 8, drop Neos 7 support
  • Loading branch information
gerdemann committed Feb 21, 2023
2 parents c668182 + 0282a23 commit 6830c3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Configuration/NodeTypes.Content.Hotspot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 6830c3d

Please sign in to comment.