You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.1 KiB

5 years ago
  1. uuid: c79c487e-7d50-4ec2-8e18-bb8ecef25807
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - core.entity_view_mode.node.teaser
  7. - field.field.node.article.body
  8. - field.field.node.article.comment
  9. - field.field.node.article.field_image
  10. - field.field.node.article.field_tags
  11. - image.style.medium
  12. - node.type.article
  13. module:
  14. - image
  15. - text
  16. - user
  17. _core:
  18. default_config_hash: 4NcL2hSQZBpJbYtNuh5jC6kyQTcAc1m5bQpTegEWEso
  19. id: node.article.teaser
  20. targetEntityType: node
  21. bundle: article
  22. mode: teaser
  23. content:
  24. body:
  25. type: text_summary_or_trimmed
  26. weight: 0
  27. region: content
  28. settings:
  29. trim_length: 600
  30. third_party_settings: { }
  31. label: hidden
  32. field_image:
  33. type: image
  34. weight: -1
  35. region: content
  36. settings:
  37. image_style: medium
  38. image_link: content
  39. third_party_settings: { }
  40. label: hidden
  41. field_tags:
  42. type: entity_reference_label
  43. weight: 10
  44. region: content
  45. settings:
  46. link: true
  47. third_party_settings: { }
  48. label: above
  49. links:
  50. weight: 100
  51. region: content
  52. hidden:
  53. comment: true
  54. field_image: true
  55. field_tags: true