How to add subpages list to any page in Panel?

Hello.

I have 1st level page - Game, and pages/game.yml for it

I have 2nd level pages (Games) and pages/single_game.yml and sections/games.yml with site.find(“game”) selector

Now how can I add 3rd level pages to game/fallout page with panel (to make some abstract page like game/fallout/history and etc.)? I cannot create blueprint logic to show fields with Add button (instead of Select)…

Thank you!

Sorry, I have find solution :slight_smile:

status: all

adds an Add button to pages list

Thank you