Hello,
I try to redefine the text and label of status pages in the site.yml blueprint but get an error message:
The section "xxxxx" could not be loaded: Invalid value for "status"
I have followed the example of the documentation https://getkirby.com/docs/reference/panel/blueprints/page#statuses
This is my blueprint:
title: Site
icon: π
tabs:
sitetabcampagnes:
label: Campagnes
icon: list-bullet
columns:
sitecolumnleft:
width: 1/2
sections:
sitesectioncampagnes:
headline: Offline campagnes
type: pages
status:
draft:
label: Draft - Offline
text: The campagne is still in draft mode. It can only be seen by editors with Panel access.
unlisted:
label: Private - Online
text: The campagne is online but can only be visited with the direct URL.
listed:
label: Public - Online
text: The campagne is online and listed in the homepage.
templates: campagne
sitesectioncampagness:
headline: Online campagnes
type: pages
status: listed
templates: campagne
sitecolumnright:
width: 1/2
fields:
siteinstitutions:
label: Institutions
type: structure
fields:
siteinstitutionsid:
label: Id
type: hidden
siteinstitutionslabel:
label: Name
type: text
sitetabwebsite:
label: Website
icon: page
I use the last Kirby starterkit 3.1.3 on a local server