Files
grav-plugin-podcast/blueprints/podcast-series.yaml

36 lines
960 B
YAML

title: Series
'@extends':
type: default
context: blueprints://pages
form:
fields:
tabs:
type: tabs
active: 1
fields:
content:
type: tab
ordering@: 0
title: PLUGIN_PODCAST.ADMIN.SERIES.CONTENT.TAB_TITLE
fields:
header.title:
type: text
label: PLUGIN_PODCAST.ADMIN.SERIES.CONTENT.PAGE_TITLE_LABEL
header.feed.rss:
type: hidden
default: 'true'
header.feed.items:
type: hidden
default: '@self.children'
header.series.image:
type: filepicker
label: PLUGIN_PODCAST.ADMIN.SERIES.CONTENT.SERIES_IMAGE_LABEL
help: PLUGIN_PODCAST.ADMIN.SERIES.CONTENT.SERIES_IMAGE_HELPTEXT
ordering@: 2
accept:
- .png
- .bmp
- .jpg
- .jpeg