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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. uuid: 2276051c-18f2-4d42-b3d4-46b7b89e88ff
  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. id: paragraph.personne.default
  15. targetEntityType: paragraph
  16. bundle: personne
  17. mode: default
  18. content:
  19. field_fonction:
  20. type: string_textfield
  21. weight: 2
  22. region: content
  23. settings:
  24. size: 60
  25. placeholder: ''
  26. third_party_settings: { }
  27. field_nom:
  28. type: string_textfield
  29. weight: 1
  30. region: content
  31. settings:
  32. size: 60
  33. placeholder: ''
  34. third_party_settings: { }
  35. field_photo:
  36. type: image_image
  37. weight: 3
  38. region: content
  39. settings:
  40. progress_indicator: throbber
  41. preview_image_style: thumbnail
  42. third_party_settings: { }
  43. field_prenom:
  44. type: string_textfield
  45. weight: 0
  46. region: content
  47. settings:
  48. size: 60
  49. placeholder: ''
  50. third_party_settings: { }
  51. hidden:
  52. created: true
  53. status: true