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. type: image_image
  21. weight: 2
  22. region: content
  23. settings:
  24. progress_indicator: throbber
  25. preview_image_style: thumbnail
  26. third_party_settings: { }
  27. field_texte:
  28. type: text_textarea_with_summary
  29. weight: 1
  30. region: content
  31. settings:
  32. rows: 9
  33. summary_rows: 3
  34. placeholder: ''
  35. show_summary: false
  36. third_party_settings: { }
  37. field_titre:
  38. type: string_textfield
  39. weight: 0
  40. region: content
  41. settings:
  42. size: 60
  43. placeholder: ''
  44. third_party_settings: { }
  45. hidden:
  46. created: true
  47. status: true