Looking to create a Menu collection containing a self-referencing MenuItem block to support nesting of menu items at several depths. I have a version of this working, but it creates a separate table for each level of depth.
Is there a way to prevent this and essentially replicate the functionality of plugin-nested-docs but in a single spot in the UI for management, such as a tree view?
Previous Title: Nest recursively without separate table for each level of depth?