Hi all, i just over a simple issue. I have a custom page type and I want a “select” header element. Its actually working but not correctly saving … in my raw frontmatter i get:
authors: Array
title: Text Beitrag
@extends:
type: default
context: blueprints://pages
form:
fields:
tabs:
fields:
content:
fields:
header.authors:
type: select
multiple: true
label: Author(s)
options:
a: A
b: B
c: C
d: D
Any hints how to resolve this?