mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-06 07:48:30 +01:00
31 lines
536 B
YAML
31 lines
536 B
YAML
title: Blog Post
|
|
|
|
extend: page
|
|
|
|
default: false
|
|
|
|
children: false
|
|
|
|
num: date
|
|
|
|
layout:
|
|
sections:
|
|
content:
|
|
fields: [title, image, tags, content, summary]
|
|
|
|
fields:
|
|
summary:
|
|
type: markdown
|
|
label: '{{panel.pages.summary}}'
|
|
|
|
image:
|
|
type: image
|
|
default: null
|
|
label: '{{panel.pages.page.image}}'
|
|
placeholder: '{{panel.pages.page.no-image}}'
|
|
|
|
tags:
|
|
type: tags
|
|
label: '{{panel.pages.page.tags}}'
|
|
placeholder: '{{panel.pages.page.no-tags}}'
|