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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. uuid: f24fb4a1-15dd-4892-acd4-749401f320c7
  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_textarea
  22. weight: 3
  23. region: content
  24. settings:
  25. rows: 5
  26. placeholder: ''
  27. third_party_settings: { }
  28. field_nom:
  29. type: string_textfield
  30. weight: 2
  31. region: content
  32. settings:
  33. size: 60
  34. placeholder: ''
  35. third_party_settings: { }
  36. field_photo:
  37. type: image_image
  38. weight: 0
  39. region: content
  40. settings:
  41. progress_indicator: throbber
  42. preview_image_style: thumbnail
  43. third_party_settings: { }
  44. field_prenom:
  45. type: string_textfield
  46. weight: 1
  47. region: content
  48. settings:
  49. size: 60
  50. placeholder: ''
  51. third_party_settings: { }
  52. hidden:
  53. created: true
  54. status: true