init
This commit is contained in:
16
site/blueprints/pages/calendar.yml
Normal file
16
site/blueprints/pages/calendar.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
title: Kalender
|
||||
|
||||
columns:
|
||||
- width: 1/3
|
||||
sections:
|
||||
drafts:
|
||||
extends: sections/calendar
|
||||
label: Drafts
|
||||
status: draft
|
||||
|
||||
- width: 2/3
|
||||
sections:
|
||||
listed:
|
||||
extends: sections/calendar
|
||||
label: Veröffentlich
|
||||
status: listed
|
||||
52
site/blueprints/pages/calendar_entry.yml
Normal file
52
site/blueprints/pages/calendar_entry.yml
Normal file
@@ -0,0 +1,52 @@
|
||||
title: Kalender Eintrag
|
||||
|
||||
icon: calendar
|
||||
|
||||
status:
|
||||
draft: Draft
|
||||
listed: Published
|
||||
|
||||
sections:
|
||||
fields:
|
||||
type: fields
|
||||
fields:
|
||||
date:
|
||||
label: Date
|
||||
type: writer
|
||||
toolbar:
|
||||
inline: false
|
||||
headings:
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
- 4
|
||||
- 5
|
||||
marks:
|
||||
- code
|
||||
- clear
|
||||
width: 1/3
|
||||
required: true
|
||||
description:
|
||||
label: Beschreibung
|
||||
type: writer
|
||||
toolbar:
|
||||
inline: false
|
||||
headings:
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
- 4
|
||||
- 5
|
||||
marks:
|
||||
- code
|
||||
- clear
|
||||
width: 2/3
|
||||
page:
|
||||
label: Projekt
|
||||
type: pages
|
||||
query: site.find('projects')
|
||||
multiple: false
|
||||
required: true
|
||||
|
||||
options:
|
||||
preview: false
|
||||
28
site/blueprints/pages/default.yml
Normal file
28
site/blueprints/pages/default.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
title: Default Page
|
||||
|
||||
status:
|
||||
draft: Draft
|
||||
unlisted: Online
|
||||
|
||||
columns:
|
||||
main:
|
||||
width: 2/3
|
||||
sections:
|
||||
fields:
|
||||
type: fields
|
||||
fields:
|
||||
layout:
|
||||
label: Layout
|
||||
type: layout
|
||||
layouts:
|
||||
- "1/1"
|
||||
- "1/2, 1/2"
|
||||
fieldsets:
|
||||
- image
|
||||
- image_gallery
|
||||
- embed
|
||||
- audio
|
||||
- twitch
|
||||
- video
|
||||
- texts
|
||||
settings: fields/block_settings
|
||||
49
site/blueprints/pages/project.yml
Normal file
49
site/blueprints/pages/project.yml
Normal file
@@ -0,0 +1,49 @@
|
||||
title: Künstler*innen & Projekte
|
||||
|
||||
tabs:
|
||||
general:
|
||||
label: General
|
||||
columns:
|
||||
- width: 2/3
|
||||
sections:
|
||||
content:
|
||||
type: fields
|
||||
fields:
|
||||
start_date:
|
||||
label: Start Date
|
||||
type: date
|
||||
width: 1/2
|
||||
required: true
|
||||
translate: false
|
||||
end_date:
|
||||
label: End Date
|
||||
type: date
|
||||
width: 1/2
|
||||
translate: false
|
||||
- width: 1/3
|
||||
sections:
|
||||
content_right:
|
||||
type: fields
|
||||
fields:
|
||||
files:
|
||||
label: files
|
||||
type: files
|
||||
|
||||
work:
|
||||
label: Projekt
|
||||
fields:
|
||||
layout:
|
||||
label: Layout
|
||||
type: layout
|
||||
layouts:
|
||||
- "1/1"
|
||||
- "1/2, 1/2"
|
||||
fieldsets:
|
||||
- image
|
||||
- image_gallery
|
||||
- embed
|
||||
- audio
|
||||
- twitch
|
||||
- video
|
||||
- texts
|
||||
settings: fields/block_settings
|
||||
38
site/blueprints/pages/projects.yml
Normal file
38
site/blueprints/pages/projects.yml
Normal file
@@ -0,0 +1,38 @@
|
||||
title: Projects
|
||||
|
||||
columns:
|
||||
- width: 1/3
|
||||
sections:
|
||||
drafts:
|
||||
extends: sections/projects
|
||||
label: Drafts
|
||||
status: draft
|
||||
parent: page
|
||||
|
||||
- width: 2/3
|
||||
sections:
|
||||
listed:
|
||||
extends: sections/projects
|
||||
label: Veröffentlich
|
||||
status: listed
|
||||
parent: page
|
||||
- width: 1
|
||||
sections:
|
||||
fields:
|
||||
type: fields
|
||||
fields:
|
||||
layout:
|
||||
label: Layout
|
||||
type: layout
|
||||
layouts:
|
||||
- "1/1"
|
||||
- "1/2, 1/2"
|
||||
fieldsets:
|
||||
- image
|
||||
- image_gallery
|
||||
- embed
|
||||
- audio
|
||||
- twitch
|
||||
- video
|
||||
- texts
|
||||
settings: fields/block_settings
|
||||
Reference in New Issue
Block a user