We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ffc9b commit 417ffe2Copy full SHA for 417ffe2
3 files changed
Resources/Private/StructuredEditing/src/manifest.js
@@ -4,10 +4,12 @@ import ReactDOM from 'react-dom';
4
import manifest from '@neos-project/neos-ui-extensibility';
5
import {selectors} from '@neos-project/neos-ui-redux-store';
6
import {DropDown} from '@neos-project/react-ui-components';
7
+import {withDragDropContext} from '@neos-project/neos-ui-decorators';
8
import {connect} from 'react-redux';
9
import {$transform, $get} from 'plow-js';
10
import EditorEnvelope from '@neos-project/neos-ui-editors';
11
12
+@withDragDropContext
13
@connect($transform({
14
currentlyEditedPropertyName: selectors.UI.ContentCanvas.currentlyEditedPropertyName,
15
getNodeByContextPath: selectors.CR.Nodes.nodeByContextPath,
0 commit comments