core.entity_form_display.paragraph.doc_and_thumb.default.yml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. uuid: b5dc7523-5d26-4b03-8478-47329410a2db
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.paragraph.doc_and_thumb.field_document
  7. - field.field.paragraph.doc_and_thumb.field_texte
  8. - field.field.paragraph.doc_and_thumb.field_titre
  9. - field.field.paragraph.doc_and_thumb.field_vignette
  10. - image.style.thumbnail
  11. - paragraphs.paragraphs_type.doc_and_thumb
  12. module:
  13. - file
  14. - image
  15. - text
  16. id: paragraph.doc_and_thumb.default
  17. targetEntityType: paragraph
  18. bundle: doc_and_thumb
  19. mode: default
  20. content:
  21. field_document:
  22. type: file_generic
  23. weight: 2
  24. region: content
  25. settings:
  26. progress_indicator: throbber
  27. third_party_settings: { }
  28. field_texte:
  29. type: text_textarea_with_summary
  30. weight: 3
  31. region: content
  32. settings:
  33. rows: 9
  34. summary_rows: 3
  35. placeholder: ''
  36. show_summary: false
  37. third_party_settings: { }
  38. field_titre:
  39. type: string_textfield
  40. weight: 1
  41. region: content
  42. settings:
  43. size: 60
  44. placeholder: ''
  45. third_party_settings: { }
  46. field_vignette:
  47. type: image_image
  48. weight: 0
  49. region: content
  50. settings:
  51. progress_indicator: throbber
  52. preview_image_style: thumbnail
  53. third_party_settings: { }
  54. hidden:
  55. created: true
  56. status: true