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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. uuid: 2276051c-18f2-4d42-b3d4-46b7b89e88ff
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.paragraph.personne.field_courriel
  7. - field.field.paragraph.personne.field_fonction
  8. - field.field.paragraph.personne.field_nom
  9. - field.field.paragraph.personne.field_photo
  10. - field.field.paragraph.personne.field_prenom
  11. - field.field.paragraph.personne.field_telephone
  12. - image.style.thumbnail
  13. - paragraphs.paragraphs_type.personne
  14. module:
  15. - image
  16. - telephone
  17. id: paragraph.personne.default
  18. targetEntityType: paragraph
  19. bundle: personne
  20. mode: default
  21. content:
  22. field_courriel:
  23. type: email_default
  24. weight: 5
  25. region: content
  26. settings:
  27. placeholder: ''
  28. size: 60
  29. third_party_settings: { }
  30. field_fonction:
  31. type: string_textfield
  32. weight: 2
  33. region: content
  34. settings:
  35. size: 60
  36. placeholder: ''
  37. third_party_settings: { }
  38. field_nom:
  39. type: string_textfield
  40. weight: 1
  41. region: content
  42. settings:
  43. size: 60
  44. placeholder: ''
  45. third_party_settings: { }
  46. field_photo:
  47. type: image_image
  48. weight: 3
  49. region: content
  50. settings:
  51. progress_indicator: throbber
  52. preview_image_style: thumbnail
  53. third_party_settings: { }
  54. field_prenom:
  55. type: string_textfield
  56. weight: 0
  57. region: content
  58. settings:
  59. size: 60
  60. placeholder: ''
  61. third_party_settings: { }
  62. field_telephone:
  63. type: telephone_default
  64. weight: 4
  65. region: content
  66. settings:
  67. placeholder: ''
  68. third_party_settings: { }
  69. hidden:
  70. created: true
  71. status: true