feat: small layout improvements in panel
This commit is contained in:
parent
6fdd255bbf
commit
5f86fe88d2
5 changed files with 46 additions and 34 deletions
|
@ -1,18 +1,25 @@
|
||||||
title: Page
|
title: Page
|
||||||
drafts:
|
|
||||||
headline: Sub-Pages
|
columns:
|
||||||
type: pages
|
- width: 2/3
|
||||||
status: all
|
sections:
|
||||||
templates: note
|
content:
|
||||||
sections:
|
type: fields
|
||||||
files:
|
fields:
|
||||||
headline: Files
|
title:
|
||||||
type: files
|
label: Title
|
||||||
files: true
|
type: text
|
||||||
fields:
|
text:
|
||||||
title:
|
label: Text
|
||||||
label: Title
|
type: textarea
|
||||||
type: text
|
size: large
|
||||||
text:
|
- width: 1/3
|
||||||
label: Text
|
sections:
|
||||||
type: textarea
|
drafts:
|
||||||
|
headline: Sub-Pages
|
||||||
|
type: pages
|
||||||
|
status: all
|
||||||
|
files:
|
||||||
|
headline: Files
|
||||||
|
type: files
|
||||||
|
|
||||||
|
|
3
site/blueprints/pages/imprint.yml
Normal file
3
site/blueprints/pages/imprint.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
title: Imprint
|
||||||
|
extends: pages/default
|
||||||
|
icon: email
|
|
@ -1,6 +1,6 @@
|
||||||
|
title: Notes
|
||||||
icon: edit
|
icon: edit
|
||||||
|
|
||||||
title: Notes
|
|
||||||
columns:
|
columns:
|
||||||
- width: 1
|
- width: 1
|
||||||
fields:
|
fields:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
icon: document
|
icon: code
|
||||||
columns:
|
columns:
|
||||||
- width: 2/3
|
- width: 2/3
|
||||||
fields:
|
fields:
|
||||||
|
|
|
@ -1,7 +1,22 @@
|
||||||
title: Site
|
title: Site
|
||||||
|
|
||||||
columns:
|
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:
|
fields:
|
||||||
title:
|
title:
|
||||||
label: Title
|
label: Title
|
||||||
|
@ -17,7 +32,7 @@ columns:
|
||||||
description:
|
description:
|
||||||
label: Description
|
label: Description
|
||||||
type: textarea
|
type: textarea
|
||||||
size: large
|
size: small
|
||||||
copyright:
|
copyright:
|
||||||
label: Copyright
|
label: Copyright
|
||||||
type: textarea
|
type: textarea
|
||||||
|
@ -28,16 +43,3 @@ columns:
|
||||||
type: textarea
|
type: textarea
|
||||||
width: 1/2
|
width: 1/2
|
||||||
size: medium
|
size: medium
|
||||||
- width: 1/3
|
|
||||||
sections:
|
|
||||||
pages:
|
|
||||||
type: pages
|
|
||||||
create: default
|
|
||||||
image:
|
|
||||||
back: black
|
|
||||||
template:
|
|
||||||
- notes
|
|
||||||
- error
|
|
||||||
- projects
|
|
||||||
- default
|
|
||||||
- imprint
|
|
||||||
|
|
Loading…
Reference in a new issue