[SITE] home and footer finished + nav for top level
This commit is contained in:
parent
e98b1fc877
commit
74408319b5
17 changed files with 2033 additions and 24 deletions
16
site/blueprints/home.yaml
Normal file
16
site/blueprints/home.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
title: Page
|
||||
pages: true
|
||||
files: true
|
||||
fields:
|
||||
title:
|
||||
label: Title
|
||||
type: text
|
||||
hero_text:
|
||||
label: main text
|
||||
type: textarea
|
||||
subtitle:
|
||||
label: subtitle
|
||||
type: text
|
||||
text:
|
||||
label: text
|
||||
type: textarea
|
|
@ -32,15 +32,25 @@ fields:
|
|||
en: header image / logo (drag and drop)
|
||||
de: Logo für Kopf der Seite (drag and drop)
|
||||
type: image
|
||||
copyright:
|
||||
|
||||
line:
|
||||
type: line
|
||||
|
||||
footer_left:
|
||||
label:
|
||||
en: Copyright (footer)
|
||||
de: Copyright (für Footertext)
|
||||
type: text
|
||||
width: 1/2
|
||||
webdesigner:
|
||||
en: footer left
|
||||
de: Footer links
|
||||
type: textarea
|
||||
width: 1/3
|
||||
footer_center:
|
||||
label:
|
||||
en: Webdesign by (footer text right)
|
||||
de: Webdesign von (rechter Footertext)
|
||||
type: text
|
||||
width: 1/2
|
||||
en: footer center
|
||||
de: Footer Mitte
|
||||
type: textarea
|
||||
width: 1/3
|
||||
footer_right:
|
||||
label:
|
||||
en: footer right
|
||||
de: Footer rechts
|
||||
type: textarea
|
||||
width: 1/3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue