Export config
This commit is contained in:
parent
bc7bb3f9e7
commit
5a8a63acd8
98 changed files with 1403 additions and 0 deletions
32
config/sync/core.entity_view_display.node.post.teaser.yml
Normal file
32
config/sync/core.entity_view_display.node.post.teaser.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
uuid: d9e98a06-87e4-4651-9be0-6b145938323f
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.post.body
|
||||
- field.field.node.post.field_tags
|
||||
- node.type.post
|
||||
module:
|
||||
- text
|
||||
- user
|
||||
id: node.post.teaser
|
||||
targetEntityType: node
|
||||
bundle: post
|
||||
mode: teaser
|
||||
content:
|
||||
body:
|
||||
label: hidden
|
||||
type: text_summary_or_trimmed
|
||||
weight: 101
|
||||
settings:
|
||||
trim_length: 600
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
links:
|
||||
weight: 100
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
hidden:
|
||||
field_tags: true
|
Loading…
Add table
Add a link
Reference in a new issue