core.entity_form_display.paragraph.note.default.yml 936 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. uuid: f079481f-ce92-40ed-a1f5-d3be0cce6989
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.paragraph.note.field_note
  7. - field.field.paragraph.note.field_numero
  8. - field.field.paragraph.note.field_text_lien
  9. - paragraphs.paragraphs_type.note
  10. module:
  11. - text
  12. id: paragraph.note.default
  13. targetEntityType: paragraph
  14. bundle: note
  15. mode: default
  16. content:
  17. field_note:
  18. weight: 1
  19. settings:
  20. rows: 5
  21. placeholder: ''
  22. third_party_settings: { }
  23. type: text_textarea
  24. region: content
  25. field_numero:
  26. weight: 0
  27. settings:
  28. placeholder: ''
  29. third_party_settings: { }
  30. type: number
  31. region: content
  32. field_text_lien:
  33. weight: 2
  34. settings:
  35. match_operator: CONTAINS
  36. match_limit: 10
  37. size: 60
  38. placeholder: ''
  39. third_party_settings: { }
  40. type: entity_reference_autocomplete
  41. region: content
  42. hidden:
  43. created: true
  44. status: true