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

83 lines
2.6 KiB
YAML
Raw Normal View History

2023-06-26 19:59:04 +00:00
fields:
title:
2023-10-31 05:19:41 +00:00
label: 'rainlab.blog::lang.post.title'
2023-06-26 19:59:04 +00:00
span: left
2023-10-31 05:19:41 +00:00
placeholder: 'rainlab.blog::lang.post.title_placeholder'
type: text
2023-06-26 19:59:04 +00:00
slug:
2023-10-31 05:19:41 +00:00
label: 'rainlab.blog::lang.post.slug'
2023-06-26 19:59:04 +00:00
span: right
2023-10-31 05:19:41 +00:00
placeholder: 'rainlab.blog::lang.post.slug_placeholder'
2023-06-26 19:59:04 +00:00
preset:
field: title
type: slug
2023-10-31 05:19:41 +00:00
type: text
2023-06-26 19:59:04 +00:00
toolbar:
type: partial
path: post_toolbar
cssClass: collapse-visible
secondaryTabs:
fields:
content:
2023-10-31 05:19:41 +00:00
tab: 'rainlab.blog::lang.post.tab_edit'
2023-06-26 19:59:04 +00:00
type: RainLab\Blog\FormWidgets\BlogMarkdown
2023-10-31 05:19:41 +00:00
cssClass: 'field-slim blog-post-preview'
2023-06-26 19:59:04 +00:00
stretch: true
mode: split
categories:
2023-10-31 05:19:41 +00:00
tab: 'rainlab.blog::lang.post.tab_categories'
2023-06-26 19:59:04 +00:00
type: relation
2023-10-31 05:19:41 +00:00
commentAbove: 'rainlab.blog::lang.post.categories_comment'
placeholder: 'rainlab.blog::lang.post.categories_placeholder'
2023-06-26 19:59:04 +00:00
published:
2023-10-31 05:19:41 +00:00
tab: 'rainlab.blog::lang.post.tab_manage'
label: 'rainlab.blog::lang.post.published'
2023-06-26 19:59:04 +00:00
span: left
type: checkbox
user:
2023-10-31 05:19:41 +00:00
tab: 'rainlab.blog::lang.post.tab_manage'
label: 'rainlab.blog::lang.post.published_by'
2023-06-26 19:59:04 +00:00
span: right
type: dropdown
2023-10-31 05:19:41 +00:00
emptyOption: 'rainlab.blog::lang.post.current_user'
2023-06-26 19:59:04 +00:00
published_at:
2023-10-31 05:19:41 +00:00
tab: 'rainlab.blog::lang.post.tab_manage'
label: 'rainlab.blog::lang.post.published_on'
2023-06-26 19:59:04 +00:00
span: left
cssClass: checkbox-align
type: datepicker
mode: datetime
trigger:
action: enable
field: published
condition: checked
excerpt:
2023-10-31 05:19:41 +00:00
tab: 'rainlab.blog::lang.post.tab_manage'
label: 'rainlab.blog::lang.post.excerpt'
2023-06-26 19:59:04 +00:00
type: textarea
size: small
featured_images:
2023-10-31 05:19:41 +00:00
tab: 'rainlab.blog::lang.post.tab_manage'
label: 'rainlab.blog::lang.post.featured_images'
2023-06-26 19:59:04 +00:00
type: fileupload
mode: image
imageWidth: 200
imageHeight: 200
2023-10-31 05:19:41 +00:00
meta_title:
label: 'Meta title'
span: auto
type: text
tab: SEO
meta_description:
label: 'Meta Description'
size: large
span: left
type: textarea
tab: SEO
meta_keywords:
label: 'Meta keywords'
span: auto
size: large
type: textarea
tab: SEO