core.entity_form_display.paragraph.textes.default.yml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. uuid: 4f908a21-c9bd-4c00-86c0-f7f6194d9c8c
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.paragraph.textes.field_photo
  7. - field.field.paragraph.textes.field_texte
  8. - field.field.paragraph.textes.field_titre
  9. - image.style.thumbnail
  10. - paragraphs.paragraphs_type.textes
  11. module:
  12. - image
  13. - text
  14. id: paragraph.textes.default
  15. targetEntityType: paragraph
  16. bundle: textes
  17. mode: default
  18. content:
  19. field_photo:
  20. weight: 2
  21. settings:
  22. progress_indicator: throbber
  23. preview_image_style: thumbnail
  24. third_party_settings: { }
  25. type: image_image
  26. region: content
  27. field_texte:
  28. weight: 1
  29. settings:
  30. rows: 9
  31. summary_rows: 3
  32. placeholder: ''
  33. show_summary: false
  34. third_party_settings: { }
  35. type: text_textarea_with_summary
  36. region: content
  37. field_titre:
  38. weight: 0
  39. settings:
  40. size: 60
  41. placeholder: ''
  42. third_party_settings: { }
  43. type: string_textfield
  44. region: content
  45. hidden:
  46. created: true
  47. status: true