This commit is contained in:
parent
4c4ecc4eb3
commit
789c0a4705
1 changed files with 7 additions and 1 deletions
|
@ -350,6 +350,8 @@ collections:
|
||||||
preview: false
|
preview: false
|
||||||
raw: true
|
raw: true
|
||||||
format: "yaml"
|
format: "yaml"
|
||||||
|
fields:
|
||||||
|
- { label: "Inhalt", name: "body", widget: "text" }
|
||||||
- file: "data/navigation_de.toml"
|
- file: "data/navigation_de.toml"
|
||||||
label: "Navigation-DE"
|
label: "Navigation-DE"
|
||||||
name: "navigation-de"
|
name: "navigation-de"
|
||||||
|
@ -357,6 +359,8 @@ collections:
|
||||||
preview: false
|
preview: false
|
||||||
raw: true
|
raw: true
|
||||||
format: "toml"
|
format: "toml"
|
||||||
|
fields:
|
||||||
|
- { label: "Inhalt", name: "body", widget: "text" }
|
||||||
- file: "data/navigation_en.toml"
|
- file: "data/navigation_en.toml"
|
||||||
label: "Navigation-EN"
|
label: "Navigation-EN"
|
||||||
name: "navigation-en"
|
name: "navigation-en"
|
||||||
|
@ -364,3 +368,5 @@ collections:
|
||||||
preview: false
|
preview: false
|
||||||
raw: true
|
raw: true
|
||||||
format: "toml"
|
format: "toml"
|
||||||
|
fields:
|
||||||
|
- { label: "Inhalt", name: "body", widget: "text" }
|
Loading…
Add table
Add a link
Reference in a new issue