Install the drutopia blog module
This commit is contained in:
parent
d82b83eebb
commit
ea29ea2dea
40 changed files with 3880 additions and 16 deletions
162
config/sync/core.entity_form_display.node.blog.default.yml
Normal file
162
config/sync/core.entity_form_display.node.blog.default.yml
Normal file
|
@ -0,0 +1,162 @@
|
|||
uuid: b971cbac-b277-4a94-a04c-bb46bd85dc6c
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.blog.body
|
||||
- field.field.node.blog.comment
|
||||
- field.field.node.blog.field_authors
|
||||
- field.field.node.blog.field_body_paragraph
|
||||
- field.field.node.blog.field_image
|
||||
- field.field.node.blog.field_meta_tags
|
||||
- field.field.node.blog.field_summary
|
||||
- field.field.node.blog.field_tags
|
||||
- field.field.node.blog.field_topics
|
||||
- field.field.node.blog.field_upload
|
||||
- image.style.thumbnail
|
||||
- node.type.blog
|
||||
module:
|
||||
- comment
|
||||
- file
|
||||
- focal_point
|
||||
- metatag
|
||||
- paragraphs
|
||||
- path
|
||||
- text
|
||||
_core:
|
||||
default_config_hash: zIHgEYnBhfnSyHkTdMaocv-v7RvRMIHvvPy23G_vwm0
|
||||
id: node.blog.default
|
||||
targetEntityType: node
|
||||
bundle: blog
|
||||
mode: default
|
||||
content:
|
||||
comment:
|
||||
weight: 12
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: comment_default
|
||||
region: content
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 8
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_authors:
|
||||
weight: 1
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_body_paragraph:
|
||||
weight: 4
|
||||
settings:
|
||||
title: Paragraph
|
||||
title_plural: Paragraphs
|
||||
edit_mode: open
|
||||
add_mode: button
|
||||
form_display_mode: default
|
||||
default_paragraph_type: text
|
||||
third_party_settings: { }
|
||||
type: entity_reference_paragraphs
|
||||
region: content
|
||||
field_image:
|
||||
weight: 2
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
preview_link: true
|
||||
offsets: '50,50'
|
||||
third_party_settings: { }
|
||||
type: image_focal_point
|
||||
region: content
|
||||
field_meta_tags:
|
||||
weight: 13
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: metatag_firehose
|
||||
region: content
|
||||
field_summary:
|
||||
weight: 3
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: text_textarea
|
||||
region: content
|
||||
field_tags:
|
||||
weight: 6
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete_tags
|
||||
region: content
|
||||
field_topics:
|
||||
weight: 5
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_upload:
|
||||
weight: 51
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
type: file_generic
|
||||
region: content
|
||||
path:
|
||||
type: path
|
||||
weight: 11
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 9
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 14
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
sticky:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 10
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
title:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
uid:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 7
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
url_redirects:
|
||||
weight: 50
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
hidden:
|
||||
body: true
|
Loading…
Add table
Add a link
Reference in a new issue