Hi, I am trying to show two columns with similar content, here is blueprint:
title: Two accents
icon: document
status:
draft: true
listed: true
columns:
- width: 1/1
sections:
content:
type: fields
fields:
# Heading
heading:
extends: fields/heading
width: 1/1
- width: 1/2
sections:
settings:
type: fields
fields:
text1:
type: text
tags1:
type: tags
desc1:
type: textarea
size: small
- width: 1/2
sections:
settings:
type: fields
fields:
text2:
type: text
tags2:
type: tags
desc2:
type: textarea
size: small
And I get this (same two columns - like second column):
Can you please guide where is mistake? Still need to understand the structure of blueprints.