Skip to content

Commit

Permalink
!!!TASK: Compatibility with Neos.Ui 2.x/3.x
Browse files Browse the repository at this point in the history
Incompatible with Neos.Ui 1.x
  • Loading branch information
ComiR committed Feb 1, 2019
1 parent 7ba5892 commit acdd2f0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Resources/Private/JavaScript/AnchorView/src/AnchorView.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import I18n from '@neos-project/neos-ui-i18n';
import {$get} from 'plow-js';

@connect(state => ({
documentNode: selectors.UI.ContentCanvas.documentNodeSelector(state),
documentNode: selectors.CR.Nodes.documentNodeSelector(state),
focusedNode: selectors.CR.Nodes.focusedSelector(state),
transientSectionId: $get('sectionId.value', selectors.UI.Inspector.transientValues(state))
}))
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/AnchorView/Plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/AnchorView/Plugin.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"require": {
"neos/neos": "^3.0 || ^4.0"
},
"conflict": {
"neos/neos-ui": "<2.0.0"
},
"autoload": {
"psr-4": {
"Flownative\\Anchorlinks\\": "Classes/"
Expand Down

0 comments on commit acdd2f0

Please sign in to comment.