-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature: Menu Tree REST API #4
Comments
The page tree is available including structure. We need an additional endpoint for the menu of a page. |
@sourcery-ai plan |
Objectives
Setup commandsFile changes
Verify commands
This plan was automatically generated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some use the page tree hierarchy for menu structure, so that the site menu, for example, can be built automagically from the page tree as sometimes it is easier for editors if page tree and main menu are tightly connected.
Alternative Use Case that doesn't require knowledge of the page tree: By creating a custom Plugin called let's say "CustomMenuNodePlugin", hierarchical menus can be built in a djangocms-aliases Alias and from there exposed via the REST API.
The text was updated successfully, but these errors were encountered: