core.entity_view_display.paragraph.notes.default.yml 699 B

1234567891011121314151617181920212223242526272829303132
  1. uuid: 83b283e8-1c20-4f07-be33-4cd04347c7d8
  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_default
  18. label: hidden
  19. settings: { }
  20. third_party_settings: { }
  21. weight: 1
  22. region: content
  23. field_number_note:
  24. type: number_integer
  25. label: hidden
  26. settings:
  27. thousand_separator: ''
  28. prefix_suffix: true
  29. third_party_settings: { }
  30. weight: 0
  31. region: content
  32. hidden: { }