improved inspired by varbase distribution

This commit is contained in:
2018-11-01 15:24:34 +01:00
parent 76826c4a42
commit adcd61e870
37 changed files with 1257 additions and 51 deletions

View File

@@ -4,9 +4,10 @@ dependencies:
config:
- core.entity_view_mode.node.teaser
- field.field.node.static.body
- field.field.node.static.field_workflow
- node.type.static
module:
- text
- smart_trim
- user
id: node.static.teaser
targetEntityType: node
@@ -15,16 +16,28 @@ mode: teaser
content:
body:
label: hidden
type: text_summary_or_trimmed
weight: 101
type: smart_trim
weight: 0
settings:
trim_length: 600
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: 100
weight: 1
region: content
settings: { }
third_party_settings: { }
region: content
hidden:
field_workflow: true
langcode: true