38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
# ===================================
|
|
# Form Field Definitions
|
|
# ===================================
|
|
|
|
fields:
|
|
|
|
update_existing:
|
|
label: rainlab.blog::lang.import.update_existing_label
|
|
comment: rainlab.blog::lang.import.update_existing_comment
|
|
type: checkbox
|
|
default: true
|
|
span: left
|
|
|
|
auto_create_categories:
|
|
label: rainlab.blog::lang.import.auto_create_categories_label
|
|
comment: rainlab.blog::lang.import.auto_create_categories_comment
|
|
type: checkbox
|
|
default: true
|
|
span: right
|
|
|
|
categories:
|
|
label: rainlab.blog::lang.import.categories_label
|
|
commentAbove: rainlab.blog::lang.import.categories_comment
|
|
type: checkboxlist
|
|
span: right
|
|
cssClass: field-indent
|
|
trigger:
|
|
action: hide
|
|
field: auto_create_categories
|
|
condition: checked
|
|
|
|
default_author:
|
|
label: rainlab.blog::lang.import.default_author_label
|
|
comment: rainlab.blog::lang.import.default_author_comment
|
|
type: dropdown
|
|
placeholder: rainlab.blog::lang.import.default_author_placeholder
|
|
span: left
|