core.entity_view_display.node.participants.teaser.yml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. uuid: 30ad05fe-02fc-47f3-bd1c-a9da0d83c5f9
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - core.entity_view_mode.node.teaser
  7. - field.field.node.participants.body
  8. - field.field.node.participants.field_bibliographie
  9. - field.field.node.participants.field_portrait
  10. - field.field.node.participants.field_prenom
  11. - field.field.node.participants.field_publications_participants
  12. - field.field.node.participants.field_qualite
  13. - image.style.medium
  14. - node.type.participants
  15. module:
  16. - image
  17. - text
  18. - user
  19. id: node.participants.teaser
  20. targetEntityType: node
  21. bundle: participants
  22. mode: teaser
  23. content:
  24. body:
  25. type: text_summary_or_trimmed
  26. label: hidden
  27. settings:
  28. trim_length: 100
  29. third_party_settings: { }
  30. weight: 3
  31. region: content
  32. field_portrait:
  33. type: image
  34. label: hidden
  35. settings:
  36. image_link: content
  37. image_style: medium
  38. image_loading:
  39. attribute: lazy
  40. third_party_settings: { }
  41. weight: 1
  42. region: content
  43. field_prenom:
  44. type: string
  45. label: hidden
  46. settings:
  47. link_to_entity: false
  48. third_party_settings: { }
  49. weight: 0
  50. region: content
  51. field_qualite:
  52. type: string
  53. label: hidden
  54. settings:
  55. link_to_entity: true
  56. third_party_settings: { }
  57. weight: 2
  58. region: content
  59. hidden:
  60. field_bibliographie: true
  61. field_publications_participants: true
  62. langcode: true
  63. links: true
  64. search_api_excerpt: true