feat: small layout improvements in panel

This commit is contained in:
Stefan Sterz 2019-01-25 16:31:15 +01:00
parent 6fdd255bbf
commit 5f86fe88d2
Signed by: sterzy
GPG Key ID: DAE2BE6432FB782A
5 changed files with 46 additions and 34 deletions

View File

@ -1,18 +1,25 @@
title: Page
drafts:
headline: Sub-Pages
type: pages
status: all
templates: note
sections:
files:
headline: Files
type: files
files: true
fields:
title:
label: Title
type: text
text:
label: Text
type: textarea
columns:
- width: 2/3
sections:
content:
type: fields
fields:
title:
label: Title
type: text
text:
label: Text
type: textarea
size: large
- width: 1/3
sections:
drafts:
headline: Sub-Pages
type: pages
status: all
files:
headline: Files
type: files

View File

@ -0,0 +1,3 @@
title: Imprint
extends: pages/default
icon: email

View File

@ -1,6 +1,6 @@
title: Notes
icon: edit
title: Notes
columns:
- width: 1
fields:

View File

@ -1,4 +1,4 @@
icon: document
icon: code
columns:
- width: 2/3
fields:

View File

@ -1,7 +1,22 @@
title: Site
columns:
- width: 2/3
- width: 1
sections:
pages:
type: pages
create: default
layout: cards
image:
back: black
query: page.icon
template:
- notes
- error
- projects
- default
- imprint
- width: 1
fields:
title:
label: Title
@ -17,7 +32,7 @@ columns:
description:
label: Description
type: textarea
size: large
size: small
copyright:
label: Copyright
type: textarea
@ -28,16 +43,3 @@ columns:
type: textarea
width: 1/2
size: medium
- width: 1/3
sections:
pages:
type: pages
create: default
image:
back: black
template:
- notes
- error
- projects
- default
- imprint