Pages navigation (prev/next arrows), pages field that list several templates pages

Hi,

I use a pages field that returns different types of page (type > template).
When I click on a page, I can only navigate in the same type of pages with the prev/next arrows.

Ex : if I have this

sections:
      proposalQuestions:
        headline: Questions
        type: pages
        template: 
           - template-a
           - template-b
           - template-c

… it returns a list of three pages (let’s assume that we have one per template):

page a (template-a)
page b (template-b)
page c (template-c)

If I click on “page b”, the prev/next arrows are disabled because there is only one page of this type and I can’t access to page “a” or “c” through this navigation arrows.

Tested on the starterkit, Kirby 3.6.6

Hi, you need to use navigation option for all blueprints (a-b-c)

Thanks @ahmetbora :slight_smile: