Skip to content

Commit

Permalink
BUGFIX: don't overrid options in the inspector view
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaip committed Oct 13, 2017
1 parent 1abc4ab commit 47ba29d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Resources/Private/CreateNodeView/src/CreateNodeView.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import {selectors, actions} from '@neos-project/neos-ui-redux-store';
import {neos} from '@neos-project/neos-ui-decorators';

@neos(globalRegistry => ({
i18nRegistry: globalRegistry.get('i18n'),
options: globalRegistry.get('frontendConfiguration').get('Psmb.CreateNodeButton')
i18nRegistry: globalRegistry.get('i18n')
}))
@connect($transform({
siteNodeContextPath: $get('cr.nodes.siteNode')
Expand Down
3 changes: 1 addition & 2 deletions Resources/Public/JavaScript/CreateNodeView/Plugin.js

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

Loading

0 comments on commit 47ba29d

Please sign in to comment.