mirror of
https://github.com/michivonah/website-v3.git
synced 2025-12-22 21:36:28 +01:00
implement hero section seperatly
This commit is contained in:
parent
d8b0af9a94
commit
01e38af561
1 changed files with 47 additions and 0 deletions
47
.pages.yml
47
.pages.yml
|
|
@ -133,11 +133,58 @@ content:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: True
|
default: True
|
||||||
|
|
||||||
|
- name: hero_de
|
||||||
|
label: Hero Section (de)
|
||||||
|
type: file
|
||||||
|
path: content/de/_index.md
|
||||||
|
icon: house
|
||||||
|
fields:
|
||||||
|
- name: title
|
||||||
|
label: Title
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
- name: slogan
|
||||||
|
label: Slogan
|
||||||
|
type: string
|
||||||
|
required: false
|
||||||
|
- name: firstname
|
||||||
|
label: First name
|
||||||
|
type: string
|
||||||
|
required: false
|
||||||
|
- name: lastname
|
||||||
|
label: Last name
|
||||||
|
type: string
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- name: hero_en
|
||||||
|
label: Hero Section (en)
|
||||||
|
type: file
|
||||||
|
path: content/en/_index.md
|
||||||
|
icon: house
|
||||||
|
fields:
|
||||||
|
- name: title
|
||||||
|
label: Title
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
- name: slogan
|
||||||
|
label: Slogan
|
||||||
|
type: string
|
||||||
|
required: false
|
||||||
|
- name: firstname
|
||||||
|
label: First name
|
||||||
|
type: string
|
||||||
|
required: false
|
||||||
|
- name: lastname
|
||||||
|
label: Last name
|
||||||
|
type: string
|
||||||
|
required: false
|
||||||
|
|
||||||
- name: content
|
- name: content
|
||||||
label: Content
|
label: Content
|
||||||
type: collection
|
type: collection
|
||||||
path: content
|
path: content
|
||||||
icon: file-text
|
icon: file-text
|
||||||
|
exclude: [_index.md]
|
||||||
view:
|
view:
|
||||||
fields:
|
fields:
|
||||||
- title
|
- title
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue