Hi there,
After renaming my yml file from bett.yml to betten.yml, the fields defined in the yml file are no longer showing in the Kirby panel when I click on a product. It says: This file has no blueprint yet. You can define the setup in /site/blueprints/files/default.yml
The betten.yml file lives in the pages folder which is inside the Blueprints folder.
I deleted the content of the cache folder site/cache
but nothing changed. I tried to rename it bett.yml again but the fields are still not showing. Grateful for your advice.
This is the content of the yml file:
title: Betten
num: zero
status:
draft: true
listed: true
fields:
Name:
label: Produkt Name
type: text
Beschreibung:
label: Beschreibung
type: text
Accordiontiteleins:
label: Accordion Titel Nr. 1
type: text
Accordionbeschreibungeins:
label: Accordion Beschreibung Nr. 1
type: text
Accordiontitelzwei:
label: Accordion Titel Nr. 2
type: text
Accordionbeschreibungzwei:
label: Accordion Beschreibung Nr. 2
type: text
Accordiontiteldrei:
label: Accordion Titel Nr. 3
type: text
Accordionbeschreibungdrei:
label: Accordion Beschreibung Nr. 3
type: text
Accordiontitelvier:
label: Accordion Titel Nr. 4
type: text
Accordionbeschreibungvier:
label: Accordion Beschreibung Nr. 4
type: text
Paletteone:
label: Palette Nr. 1
type: text
files:
label: Bilder
type: files
multiple: true # Allow multiple images
template: image