sterzycom/site/blueprints/pages/note.yml

43 lines
807 B
YAML
Raw Normal View History

2019-01-25 13:45:36 +01:00
title: Note
num: date
icon: draft
status:
draft:
label: Draft
text: Drafts can only be seen by logged in users.
unlisted:
label: In Review
text: The article is online and can be visited with the direct URL.
listed:
label: Published
text: The article is online and listed on the page.
columns:
- width: 2/3
fields:
title:
label: Title
type: text
tags:
label: Tags
type: tags
2019-01-25 14:21:43 +01:00
width: 1/2
2019-01-25 13:45:36 +01:00
date:
label: Date
type: date
2019-01-25 14:21:43 +01:00
width: 1/2
2019-01-25 13:45:36 +01:00
text:
label: Text
type: textarea
2019-01-25 14:21:43 +01:00
size: large
2019-01-25 13:45:36 +01:00
- width: 1/3
sections:
files:
headline: Files
type: files
layout: list
info: "{{ file.dimensions }}"
image:
back: black