12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- langcode: en
- status: true
- dependencies:
- config:
- - core.entity_view_mode.node.teaser
- - field.field.node.static.body
- - field.field.node.static.field_workflow
- - node.type.static
- module:
- - smart_trim
- - user
- id: node.static.teaser
- targetEntityType: node
- bundle: static
- mode: teaser
- content:
- body:
- label: hidden
- type: smart_trim
- weight: 0
- settings:
- trim_length: 15
- trim_type: words
- trim_suffix: ...
- wrap_class: trimmed
- more_text: More
- more_class: more-link
- summary_handler: full
- wrap_output: false
- more_link: false
- trim_options:
- text: false
- trim_zero: false
- third_party_settings: { }
- region: content
- links:
- weight: 1
- region: content
- settings: { }
- third_party_settings: { }
- hidden:
- field_workflow: true
- langcode: true
|