core.entity_form_display.block_content.content_book_page.default.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. uuid: 86abb80b-671d-49ed-b6b6-3020bb45a312
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - block_content.type.content_book_page
  7. - field.field.block_content.content_book_page.body
  8. module:
  9. - field_layout
  10. - layout_discovery
  11. - text
  12. third_party_settings:
  13. field_layout:
  14. id: layout_onecol
  15. settings:
  16. label: ''
  17. id: block_content.content_book_page.default
  18. targetEntityType: block_content
  19. bundle: content_book_page
  20. mode: default
  21. content:
  22. body:
  23. type: text_textarea_with_summary
  24. weight: 26
  25. region: content
  26. settings:
  27. rows: 9
  28. summary_rows: 3
  29. placeholder: ''
  30. show_summary: false
  31. third_party_settings: { }
  32. info:
  33. type: string_textfield
  34. weight: -5
  35. region: content
  36. settings:
  37. size: 60
  38. placeholder: ''
  39. third_party_settings: { }
  40. langcode:
  41. type: language_select
  42. weight: 2
  43. region: content
  44. settings:
  45. include_locked: true
  46. third_party_settings: { }
  47. translation:
  48. weight: 10
  49. region: content
  50. settings: { }
  51. third_party_settings: { }
  52. hidden: { }