How do I add these field objects to the site yml (below). When I try it breaks the panel. I’m trying to create some global data sets to share across the site. Kirby 5
fields:
CD1:
type: object
fields:
uk:
type: Number
europe:
type: Number
restofworld:
type: Number
CD2:
type: object
fields:
uk:
type: Number
europe:
type: Number
restofworld:
type: Number
CD3:
type: object
fields:
uk:
type: Number
europe:
type: Number
restofworld:
type: Number
CD4:
type: object
fields:
uk:
type: Number
europe:
type: Number
restofworld:
type: Number
LP:
type: object
fields:
uk:
type: Number
europe:
type: Number
restofworld:
type: Number
# The `site.yml` blueprint defines the look of the start page (Dashboard) of the Panel.
# The site blueprint usually provides easy access to all main pages of the site.
# In this example blueprint, we also show subpages of the `photography` and `notes` pages.
# More about the site blueprint: https://getkirby.com/docs/reference/panel/blueprints/site
# The layout of this form has two columns:
columns:
# The first column has one section for the subpages of the `photography` page in card layout
# It reuses the pages section defined in `/site/blueprints/sections/albums.yml`
- width: 1/2
sections:
albums: sections/albums