-
Notifications
You must be signed in to change notification settings - Fork 31
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
page navigation in the page editing interface #357
Comments
@reusr1 as we agreed: you start off with this issue |
Jup... |
@reusr1 now supports templates. |
@Felix-Puetz we need to filter out any nodes that do not have the resourceType set to per:Page as otherwise we confuse the user (for example navigating to the robots.txt file does not work in this case). I'd suggest we should add an array of allowed node types to the nodetreeitem component and filter against that list |
was a bit quick there BUT NOW fixed |
@Felix-Puetz please add the list to filter by as a prop to the nodetreeitem - we should also not use v-if for this but change the list to a computed property with a filter - apparently that's better for performance in vue :-) |
@reusr1 any new info about validation? |
closing this issue as it works as spec'd |
when editing a page we currently have to leave the editor and come back to the editor if we want to edit another page. We should add a page navigation element at the top right of the editor
the dropdown should allow us to browse the page hierarchy of the site as a tree and allow for adding pages
The text was updated successfully, but these errors were encountered: