Hello,
I’m creating a website for a photographer and it’s important that he can add informations regarding his images (metadata, captions etc). To do so I added custom fields in the “article.yml” blueprint. How can I print this information when kirbytext is formatted in HTML?
files:
fields:
author:
label: Autore
default: Stefano Contilli
type: text
width: 1/2
date:
icon: calendar
label: Data
type: date
format: LL
default: today
width: 1/2
model:
label: Modello
type: text
width: 1/2
iso:
label: ISO
type: text
width: 1/2
shutterSpeed:
label: VelocitĂ Otturatore
type: text
width: 1/2
aperture:
label: Apertura
type: text
width: 1/2
focalLength:
label: Lunghezza Focale
type: text
width: 1/2
caption:
label: Descrizione
type: textarea