Hey, I am using Kirby3 for the first time, was using Kirby2 before and I like it very much so far
I am creating a website, where the customer can list brands. The brands are created as subpages. The problem now is that I can’t create subpages in the panel. I can only add existing pages as subpage to the page “brand” but I cant create new ones with the brand-template. I think there is some option missing in my blueprint, but I dont know what exactly?
brand.yml
title: Brand
parent: kirby.page("brands")
type: pages
template: brand
status: all
fields:
logo:
type: files
label: Logo
multiple: false
galerie:
type: structure
columns:
images: true
fields:
images:
type: files
text:
type: textarea
brands.yml
title: Brands
status: all
columns:
main:
fields:
brands:
type: pages
bild:
type: files
multiple: false