To get these errors do some preparations:
- download Starterkit_3.1.4
- update to Kirby_3.2.0-rc.4
- change
site\blueprints\pages\home.yml
to
### site\blueprints\pages\home.yml
title: Home
icon: 🏠
options:
status: false
sections:
infos:
type: info
headline:
de: Deutsche Information
en: English Information
text:
de: |
Alle Inhalte für die Homepage werden von der Fotoseite geholt.
en: |
All content for the homepage is being pulled from the photography page.
photography:
headline: Photography
extends: sections/albums
status: listed
- change
site\blueprints\site.yml
to
### site\blueprints\site.yml
title: This website
columns:
# sidebar
- width: 1/3
sections:
# a list of all **level one** subpages
pages:
type: pages
headline:
de: Seiten
en: Pages
image: false
# a list of **site** files
files:
type: files
headline:
de: Globale Dateien
en: Global files
# main
- width: 2/3
fields:
info:
type: info
label:
de: Globale Felder
en: Global fields
text:
de: |
Diese Website verwendet keine globalen Felder, z.B. für die Felder im <HEAD> jeder Webseite.
Daher gibt es hier derzeit keine Eingabe-Felder.
en: |
This website uses no global fields, e.g. for the fields in the <HEAD> of every webpage.
Therefore there are currently no input-fields here.
First test:
- login in panel as admin with the panel-language equal to
en
(orde
) - goto
site
-page in the panel:
- goto
home
-page in the panel:
This is ok (no error).
Now look at the errors:
-
login in panel as admin with a panel-language different from
en
andde
-
goto
site
-page in the panel:
-
goto
home
-page in the panel:
This is different from the panel with a panel-language equal to en
(or de
).
I think this are two errors (info-fields and info-sections).
I think these bugs should not delay the release of Kirby version 3.2.0.