Skip to content

Commit

Permalink
Merge pull request #7 from ElementareTeilchen/patch-1
Browse files Browse the repository at this point in the history
!!!TASK: Compatibility with Neos.Ui 2.x/3.x
  • Loading branch information
kdambekalns authored Feb 2, 2019
2 parents 7ba5892 + acdd2f0 commit bda08dc
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 bda08dc

Please sign in to comment.