Infinity card layout in Blueprint

Hey guys,

I got a site set up with a lot of Items and the got displayed with the new card layout. I would like to have them all on one site and not separated. Is there a way to do this?

My Blueprint:

tabs:

  acts:
    label: Acts
    preset: pages
    drafts:
      headline: Unsichtbare Artists
      info: "{{ page.position }}"
      template: artist
    listed:
      headline: Artists
      layout: cards
      info: "{{ page.position }}"
      template: artist
      image:
        ratio: 1/1
        cover: true

  content:
    label: Content
    preset: page
    pages: false
    fields:
      intro:
        label: Intro
        type: textarea
        size: medium

And the result:

You can add limit: 500 to a pages section. Or any other big number. As far as I know limit: false does not work.

limit! That’s the key! Peeerfect! Thanks