39 lines
748 B
YAML
Executable file
39 lines
748 B
YAML
Executable file
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
|
|
date:
|
|
label: Date
|
|
type: date
|
|
text:
|
|
label: Text
|
|
type: textarea
|
|
- width: 1/3
|
|
sections:
|
|
files:
|
|
headline: Files
|
|
type: files
|
|
layout: list
|
|
info: "{{ file.dimensions }}"
|
|
image:
|
|
back: black
|