fsbraun / djangocms-rest

BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Feature: Menu Tree REST API #4

Open macolo opened 3 months ago

macolo commented 3 months ago

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.

fsbraun commented 3 months ago

The page tree is available including structure. We need an additional endpoint for the menu of a page.