You are here

core.entity_form_display.block_content.reusable_block.default.yml in Gutenberg 8

config/install/core.entity_form_display.block_content.reusable_block.default.yml

File

config/install/core.entity_form_display.block_content.reusable_block.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - block_content.type.reusable_block
  6. - field.field.block_content.reusable_block.body
  7. module:
  8. - text
  9. enforced:
  10. module:
  11. - gutenberg
  12. id: block_content.reusable_block.default
  13. targetEntityType: block_content
  14. bundle: reusable_block
  15. mode: default
  16. content:
  17. body:
  18. type: text_textarea_with_summary
  19. weight: 26
  20. settings:
  21. rows: 9
  22. summary_rows: 3
  23. placeholder: ''
  24. third_party_settings: { }
  25. region: content
  26. info:
  27. type: string_textfield
  28. weight: -5
  29. region: content
  30. settings:
  31. size: 60
  32. placeholder: ''
  33. third_party_settings: { }
  34. hidden: { }