You are here

core.entity_form_display.paragraph.collection.default.yml in Bear 8

modules/custom/bear_paragraph_collection/config/install/core.entity_form_display.paragraph.collection.default.yml

File

modules/custom/bear_paragraph_collection/config/install/core.entity_form_display.paragraph.collection.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.paragraph.collection.field_collection__format
  6. - field.field.paragraph.collection.field_collection__grid_columns
  7. - field.field.paragraph.collection.field_collection__item
  8. - paragraphs.paragraphs_type.collection
  9. module:
  10. - paragraphs
  11. id: paragraph.collection.default
  12. targetEntityType: paragraph
  13. bundle: collection
  14. mode: default
  15. content:
  16. field_collection__format:
  17. weight: 0
  18. settings: { }
  19. third_party_settings: { }
  20. type: options_buttons
  21. region: content
  22. field_collection__grid_columns:
  23. weight: 1
  24. settings:
  25. placeholder: ''
  26. third_party_settings: { }
  27. type: number
  28. region: content
  29. field_collection__item:
  30. type: entity_reference_paragraphs
  31. weight: 2
  32. settings:
  33. title: 'Collection Item'
  34. title_plural: 'Collection Items'
  35. edit_mode: open
  36. add_mode: dropdown
  37. form_display_mode: default
  38. default_paragraph_type: _none
  39. third_party_settings: { }
  40. region: content
  41. hidden:
  42. created: true
  43. status: true
  44. uid: true