core.entity_form_display.block_content.basic.default.yml 594 B

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