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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. third_party_settings: { }
  42. weight: 0
  43. region: content
  44. field_prenom:
  45. type: string
  46. label: hidden
  47. settings:
  48. link_to_entity: false
  49. third_party_settings: { }
  50. weight: 1
  51. region: content
  52. hidden:
  53. search_api_excerpt: true