Is it possible to use page builder blocks within a pages field?

Rather than a cards layout is it possible to use page builder blocks?

Here is my pages blueprint so far

projects: 
        type: pages
        layout: cards
        status: listed
        size: tiny
        templates: project
        headline: Published Projects
        image: 
          cover: true
          ratio: 1/1

projectsbuilder:
        label: Page Builder
        type: builder
        fieldsets:
          // blocks here

You cannot use the builder inside a pages section or pages field (looks like what you defined is section not a field).

You can, however, use a pages field inside the builder.

1 Like