ORIENT/plugins/rainlab/blog/models/post/fields.yaml

105 lines
2.9 KiB
YAML
Raw Normal View History

# ===================================
# Field Definitions
# ===================================
fields:
title:
label: rainlab.blog::lang.post.title
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:
2021-04-02 11:28:40 +00:00
content:
tab: rainlab.blog::lang.post.tab_edit
2021-04-02 11:28:40 +00:00
type: RainLab\Blog\FormWidgets\BlogMarkdown
# type: richeditor
cssClass: field-slim blog-post-preview
stretch: true
mode: split
locale:
tab: rainlab.blog::lang.post.tab_categories
label: Language of Post
2021-04-08 08:08:59 +00:00
span: left
type: dropdown
default: ru
options:
ru: Russian
en: English
2021-04-08 08:08:59 +00:00
translated_post:
label: Translated Post id
type: number
tab: rainlab.blog::lang.post.tab_categories
span: right
active_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_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
published:
tab: rainlab.blog::lang.post.tab_manage
label: rainlab.blog::lang.post.published
span: right
type: checkbox
user:
tab: rainlab.blog::lang.post.tab_manage
label: rainlab.blog::lang.post.published_by
span: left
type: relation
nameFrom: login
emptyOption: rainlab.blog::lang.post.current_user
excerpt:
tab: rainlab.blog::lang.post.tab_manage
label: rainlab.blog::lang.post.excerpt
type: textarea
size: small
2021-03-14 13:53:00 +00:00
# featured_images:
# tab: rainlab.blog::lang.post.tab_manage
# label: rainlab.blog::lang.post.featured_images
# type: fileupload
# mode: image
# imageWidth: 200
# imageHeight: 200
featured_image:
label: Featured image
tab: rainlab.blog::lang.post.tab_manage
2021-03-14 13:53:00 +00:00
type: mediafinder
mode: image
2021-03-14 13:53:00 +00:00
span: storm
cssClass: col-xs-12
imageWidth: 300
imageHeight: 300