You are here

core.entity_form_display.block_content.basic.default.yml in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 8.5

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

File

config/install/core.entity_form_display.block_content.basic.default.yml
View source
  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. settings:
  18. rows: 9
  19. summary_rows: 3
  20. placeholder: ''
  21. third_party_settings: { }
  22. info:
  23. type: string_textfield
  24. weight: -5
  25. settings:
  26. size: 60
  27. placeholder: ''
  28. third_party_settings: { }
  29. langcode:
  30. type: language_select
  31. weight: 2
  32. settings: { }
  33. third_party_settings: { }
  34. translation:
  35. weight: 10
  36. hidden: { }