I have a bunch of testimonials I want to show on different pages so I have set up a page with a blueprint like this:
---yaml
header.content.testimonials:
type: list
label: Testimonials
fields:
.quote:
type: textarea
label: Quote
.name:
type: text
label: Name
.type:
type: select
label: User type
default: Customer
options:
customer: 'Customer'
yep: 'Yep'
.category:
type: text
label: Kategori
So that I can manage all my testimonials on a single page. But then I want to be able to use these testimonials on different pages. Is there a blueprint type that I can use to select the testimonials I want from my testimonials page? Kind of the same way as the filepicker type.