Hey,
i’m new in Grave and don’t realy know how to build a Page Editor with multiple Editors in columns.
My Code:
title: About
'@extends':
type: default
context: blueprints://pages
form:
fields:
tabs:
fields:
content:
fields:
content:
unset@: true
columns:
type: columns
fields:
column1:
type: column
fields:
header.content_1:
type: editor
ordering@: 1
label: First
header.content_2:
type: editor
ordering@: 2
label: First
column2:
type: column
fields:
header.content_3:
type: editor
ordering@: 3
label: Second
header.content_4:
type: editor
ordering@: 4
label: First
I hope someone can help me