78 lines
2.2 KiB
YAML
78 lines
2.2 KiB
YAML
# ===================================
|
|
# Field Definitions
|
|
# ===================================
|
|
|
|
fields:
|
|
title:
|
|
label: rainlab.blog::lang.post.title
|
|
span: left
|
|
placeholder: rainlab.blog::lang.post.title_placeholder
|
|
|
|
slug:
|
|
label: rainlab.blog::lang.post.slug
|
|
span: right
|
|
placeholder: rainlab.blog::lang.post.slug_placeholder
|
|
preset:
|
|
field: title
|
|
type: slug
|
|
|
|
toolbar:
|
|
type: partial
|
|
path: post_toolbar
|
|
cssClass: collapse-visible
|
|
|
|
secondaryTabs:
|
|
stretch: true
|
|
fields:
|
|
content:
|
|
tab: rainlab.blog::lang.post.tab_edit
|
|
type: RainLab\Blog\FormWidgets\BlogMarkdown
|
|
cssClass: field-slim blog-post-preview
|
|
stretch: true
|
|
mode: split
|
|
|
|
# categories:
|
|
# tab: rainlab.blog::lang.post.tab_categories
|
|
# type: relation
|
|
# commentAbove: rainlab.blog::lang.post.categories_comment
|
|
# placeholder: rainlab.blog::lang.post.categories_placeholder
|
|
|
|
published:
|
|
tab: rainlab.blog::lang.post.tab_manage
|
|
label: rainlab.blog::lang.post.published
|
|
span: left
|
|
type: checkbox
|
|
|
|
user:
|
|
tab: rainlab.blog::lang.post.tab_manage
|
|
label: rainlab.blog::lang.post.published_by
|
|
span: right
|
|
type: dropdown
|
|
emptyOption: rainlab.blog::lang.post.current_user
|
|
|
|
published_at:
|
|
tab: rainlab.blog::lang.post.tab_manage
|
|
label: rainlab.blog::lang.post.published_on
|
|
span: left
|
|
cssClass: checkbox-align
|
|
type: datepicker
|
|
mode: datetime
|
|
trigger:
|
|
action: enable
|
|
field: published
|
|
condition: checked
|
|
|
|
excerpt:
|
|
tab: rainlab.blog::lang.post.tab_manage
|
|
label: rainlab.blog::lang.post.excerpt
|
|
type: textarea
|
|
size: small
|
|
|
|
featured_images:
|
|
tab: rainlab.blog::lang.post.tab_manage
|
|
label: rainlab.blog::lang.post.featured_images
|
|
type: fileupload
|
|
mode: image
|
|
imageWidth: 200
|
|
imageHeight: 200
|