Hello!
Help, please, how to implement such a structure for a blueprint?
Now my blueprint looks like this:
title: Default
icon: document
pages: true
files: true
columns:
one:
width: 1/1
sections:
calendars:
headline: Subpages
type: pages
status: all
layout: list
limit: 10
info: "{{ page.tags }}"
sortable: false
templates:
- default
two:
width: 1/1
fields:
title:
type: text
meta_title:
type: text
description:
type: textarea
text:
type: textarea
attachments: fields/attachments
tags:
type: tags
index: siblings
Is it possible to nest a column within a column?