How to add a Menu as a blueprint fiels

I created a Menu following the great YouTube demo.

My idea is to allow a user to create multiple Menu entries and define a Menu selector field in another blueprint script to dynamically select the page menu.

Do you have any ideas?

Hey @carnecro

The entries field type allows you to link blueprints together. So you could have one blueprint for the menu items and then with maxItems: 0 on the other blueprint to select menus.

Here is a link in the documentation: