formwork/site/schemes/post.yml

32 lines
552 B
YAML
Raw Normal View History

2018-06-16 16:41:58 +02:00
title: Blog Post
2022-11-27 19:40:38 +01:00
extend: page
2022-11-27 19:40:38 +01:00
default: false
2022-11-27 19:40:38 +01:00
children: false
2022-11-27 19:40:38 +01:00
2018-06-16 16:41:58 +02:00
num: date
2022-11-27 19:40:38 +01:00
layout:
sections:
content:
2022-12-05 23:58:29 +01:00
fields: [title, image, tags, summary, content]
2022-11-27 19:40:38 +01:00
2018-06-16 16:41:58 +02:00
fields:
2022-11-27 19:40:38 +01:00
summary:
type: markdown
2022-11-27 21:21:19 +01:00
label: '{{panel.pages.summary}}'
2022-12-05 23:58:29 +01:00
rows: 5
2022-11-27 19:40:38 +01:00
image:
type: image
default: null
2022-11-27 21:21:19 +01:00
label: '{{panel.pages.page.image}}'
placeholder: '{{panel.pages.page.no-image}}'
2022-11-27 19:40:38 +01:00
tags:
type: tags
2022-11-27 21:21:19 +01:00
label: '{{panel.pages.page.tags}}'
placeholder: '{{panel.pages.page.no-tags}}'