You are here

core.entity_form_display.paragraph.block.default.yml in Bootstrap Paragraphs 8

config/install/core.entity_form_display.paragraph.block.default.yml

File

config/install/core.entity_form_display.paragraph.block.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.paragraph.block.field_background
  6. - field.field.paragraph.block.field_block
  7. - field.field.paragraph.block.field_width
  8. - paragraphs.paragraphs_type.block
  9. id: paragraph.block.default
  10. targetEntityType: paragraph
  11. bundle: block
  12. mode: default
  13. content:
  14. field_background:
  15. weight: 0
  16. settings: { }
  17. third_party_settings: { }
  18. type: options_select
  19. field_block:
  20. weight: 2
  21. settings:
  22. match_operator: CONTAINS
  23. size: 60
  24. placeholder: ''
  25. third_party_settings: { }
  26. type: entity_reference_autocomplete
  27. field_width:
  28. weight: 1
  29. settings: { }
  30. third_party_settings: { }
  31. type: options_select
  32. hidden:
  33. created: true
  34. status: true
  35. uid: true