1
0
This commit is contained in:
Philip Wagner
2024-08-31 10:01:49 +02:00
commit 78b6c0d381
1169 changed files with 235103 additions and 0 deletions

View 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

View 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

View 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

View 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

View 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