I have a simple Blueprint, consisting of one long single-column layout, with the fields listed one under the other. I’m wondering if there is a way to split the fields up into logical sections, and be able to name the sections, so that each section, in the Panel, has a heading?
My attempt below. The sections are not differentiated in the Panel, nor are the section names displayed as a heading. So in the Panel it is just one long list of fields.
title: Homepage
sections:
meta:
type: fields
fields:
title_meta_tag:
label: Title meta tag
type: text
description_meta_tag:
label: Description meta tag
type: textarea
buttons: false
services:
type: fields
fields:
service1:
label: Service 1
type: textarea
service2:
label: Service 2
type: textarea
service3:
label: Service 3
type: textarea
service4:
label: Service 4
type: textarea