core.entity_view_display.paragraph.personne.default.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. uuid: 7f5f7963-6c05-47be-98f3-ae14b72ded97
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.paragraph.personne.field_fonction
  7. - field.field.paragraph.personne.field_nom
  8. - field.field.paragraph.personne.field_photo
  9. - field.field.paragraph.personne.field_prenom
  10. - image.style.thumbnail
  11. - paragraphs.paragraphs_type.personne
  12. module:
  13. - image
  14. - text
  15. id: paragraph.personne.default
  16. targetEntityType: paragraph
  17. bundle: personne
  18. mode: default
  19. content:
  20. field_fonction:
  21. type: text_default
  22. label: hidden
  23. settings: { }
  24. third_party_settings: { }
  25. weight: 3
  26. region: content
  27. field_nom:
  28. type: string
  29. label: hidden
  30. settings:
  31. link_to_entity: false
  32. third_party_settings: { }
  33. weight: 2
  34. region: content
  35. field_photo:
  36. type: image
  37. label: hidden
  38. settings:
  39. image_link: ''
  40. image_style: thumbnail
  41. image_loading:
  42. attribute: lazy
  43. third_party_settings: { }
  44. weight: 0
  45. region: content
  46. field_prenom:
  47. type: string
  48. label: hidden
  49. settings:
  50. link_to_entity: false
  51. third_party_settings: { }
  52. weight: 1
  53. region: content
  54. hidden:
  55. search_api_excerpt: true