Good Sunday to everyone here!
There are few days since I’m working intensively with Kirby 3. At moment, I’m playing with portfolio blueprint. The blueprint presented there looks like this:
title: Projects
preset: pages
icon: 🖼
drafts:
extends: sections/projects
headline: Project Drafts
listed:
extends: sections/projects
headline: Published Projects
layout: cards
Now I tried, unsuccessfully, to squeeze drafts and listed into column:
title: Projects
preset: pages
icon: 🖼
columns:
left:
width: 2/3
sections:
drafts:
extends: sections/projects
headline: Project Drafts
listed:
extends: sections/projects
headline: Published Projects
layout: cards
right:
width: 1/3
sections:
...
What would be a right way to achieve putting the sections above into a column?
Now it’s been put in the right column but now the content is same in drafts and listed.