core.entity_form_display.paragraph.doc_and_thumb.default.yml 1021 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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_titre
  8. - field.field.paragraph.doc_and_thumb.field_vignette
  9. - image.style.thumbnail
  10. - paragraphs.paragraphs_type.doc_and_thumb
  11. module:
  12. - file
  13. - image
  14. id: paragraph.doc_and_thumb.default
  15. targetEntityType: paragraph
  16. bundle: doc_and_thumb
  17. mode: default
  18. content:
  19. field_document:
  20. type: file_generic
  21. weight: 2
  22. region: content
  23. settings:
  24. progress_indicator: throbber
  25. third_party_settings: { }
  26. field_titre:
  27. type: string_textfield
  28. weight: 1
  29. region: content
  30. settings:
  31. size: 60
  32. placeholder: ''
  33. third_party_settings: { }
  34. field_vignette:
  35. type: image_image
  36. weight: 0
  37. region: content
  38. settings:
  39. progress_indicator: throbber
  40. preview_image_style: thumbnail
  41. third_party_settings: { }
  42. hidden:
  43. created: true
  44. status: true