core.entity_form_display.paragraph.tableau.default.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. uuid: abb97c07-9fbb-49e2-b1ca-c66d8ce208fa
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.paragraph.tableau.field_main_
  7. - field.field.paragraph.tableau.field_methods
  8. - field.field.paragraph.tableau.field_purpose
  9. - field.field.paragraph.tableau.field_titre_du_tableau
  10. - paragraphs.paragraphs_type.tableau
  11. module:
  12. - text
  13. id: paragraph.tableau.default
  14. targetEntityType: paragraph
  15. bundle: tableau
  16. mode: default
  17. content:
  18. field_main_:
  19. type: text_textarea
  20. weight: 3
  21. region: content
  22. settings:
  23. rows: 5
  24. placeholder: ''
  25. third_party_settings: { }
  26. field_methods:
  27. type: text_textarea
  28. weight: 2
  29. region: content
  30. settings:
  31. rows: 5
  32. placeholder: ''
  33. third_party_settings: { }
  34. field_purpose:
  35. type: text_textarea
  36. weight: 1
  37. region: content
  38. settings:
  39. rows: 5
  40. placeholder: ''
  41. third_party_settings: { }
  42. field_titre_du_tableau:
  43. type: text_textarea
  44. weight: 0
  45. region: content
  46. settings:
  47. rows: 5
  48. placeholder: ''
  49. third_party_settings: { }
  50. hidden:
  51. created: true
  52. status: true