core.entity_form_display.paragraph.notes.default.yml 680 B

123456789101112131415161718192021222324252627282930313233
  1. uuid: a9971fbe-f91e-47cf-a06e-90739a1bf8cf
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.paragraph.notes.field_la_note
  7. - field.field.paragraph.notes.field_number_note
  8. - paragraphs.paragraphs_type.notes
  9. module:
  10. - text
  11. id: paragraph.notes.default
  12. targetEntityType: paragraph
  13. bundle: notes
  14. mode: default
  15. content:
  16. field_la_note:
  17. type: text_textarea
  18. weight: 1
  19. region: content
  20. settings:
  21. rows: 5
  22. placeholder: ''
  23. third_party_settings: { }
  24. field_number_note:
  25. type: number
  26. weight: 0
  27. region: content
  28. settings:
  29. placeholder: ''
  30. third_party_settings: { }
  31. hidden:
  32. created: true
  33. status: true