Move configuration to standard location (config next to web)
This commit is contained in:
parent
c3696b4b96
commit
8fdc0426d5
472 changed files with 1 additions and 1 deletions
160
config/sync/core.entity_form_display.node.article.default.yml
Normal file
160
config/sync/core.entity_form_display.node.article.default.yml
Normal file
|
@ -0,0 +1,160 @@
|
|||
uuid: afe9beca-30f4-497d-b0c7-835300c634b3
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.article.body
|
||||
- field.field.node.article.comment
|
||||
- field.field.node.article.field_article_type
|
||||
- field.field.node.article.field_authors
|
||||
- field.field.node.article.field_body_paragraph
|
||||
- field.field.node.article.field_image
|
||||
- field.field.node.article.field_meta_tags
|
||||
- field.field.node.article.field_summary
|
||||
- field.field.node.article.field_tags
|
||||
- field.field.node.article.field_topics
|
||||
- image.style.thumbnail
|
||||
- node.type.article
|
||||
module:
|
||||
- comment
|
||||
- focal_point
|
||||
- metatag
|
||||
- paragraphs
|
||||
- path
|
||||
- text
|
||||
_core:
|
||||
default_config_hash: _WmeiDcvD--bOUlswu0kWtnpHRQwDd0zb07SYgtQpls
|
||||
id: node.article.default
|
||||
targetEntityType: node
|
||||
bundle: article
|
||||
mode: default
|
||||
content:
|
||||
comment:
|
||||
type: comment_default
|
||||
weight: 12
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 9
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_article_type:
|
||||
weight: 1
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_authors:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_body_paragraph:
|
||||
weight: 5
|
||||
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:
|
||||
type: image_focal_point
|
||||
weight: 3
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
preview_link: true
|
||||
offsets: '50,50'
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_meta_tags:
|
||||
weight: 14
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: metatag_firehose
|
||||
region: content
|
||||
field_summary:
|
||||
weight: 4
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: text_textarea
|
||||
region: content
|
||||
field_tags:
|
||||
type: entity_reference_autocomplete_tags
|
||||
weight: 7
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_topics:
|
||||
weight: 6
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
path:
|
||||
type: path
|
||||
weight: 13
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 10
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 15
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
sticky:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 11
|
||||
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: 8
|
||||
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