-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EZP-30064: As an editor I would like to view a content tree in location view #814
Conversation
42c25f9
to
d271716
Compare
ping pong @dew326 @tischsoic |
@@ -0,0 +1,14 @@ | |||
.ez-content-view { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The files should be named _content-view.scss
. Here the pattern is with -
.
@@ -170,6 +174,7 @@ | |||
'@EzPlatformAdminUiBundle/Resources/public/js/scripts/button.state.toggle.js' | |||
'@EzPlatformAdminUiBundle/Resources/public/js/scripts/admin.version.edit.conflict.js' | |||
'@EzPlatformAdminUiBundle/Resources/public/js/scripts/admin.location.bookmark.js' | |||
'@EzPlatformAdminUiModulesBundle/Resources/public/js/ContentTree.module.js' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it working? The JS which needs this file is added before. This should be moved to the react_modules
block.
ping @dew326 |
…on view (ezsystems#814) * EZP-30064: As an editor I would like to view a content tree in location view * fixup
Co-authored-by: Bogdan Mazur <[email protected]> Co-authored-by: Bogdan Mazur <[email protected]>
FOR QA AND REVIEWERS:
The feature will be implemented incrementally. That means, that the design will be changing in the forthcoming pull requests. In this PR I focused on preparing the content tree module base and implementing the basic file structure.
Requires: ezsystems/ezplatform-admin-ui-modules#136