Hi there,
i am trying to edit the Dashboard (site.yml) to limit the editor to select only certain blueprint templates on the root level. This looks like this atm but does not work:
title: Dashboard
columns:
- width: 3/4
sections:
unpublished-news:
label: Unpublished
type: pages
template:
- page
- team
- references
- news
status: draft
I know that its possible to assign one single blueprint template to the “template” variable, but is it also possible to select a bunch of blueprint templates?