You are here

core.entity_form_display.node.page.default.yml in Lightning Core 8

modules/lightning_page/config/install/core.entity_form_display.node.page.default.yml

File

modules/lightning_page/config/install/core.entity_form_display.node.page.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.page.body
  6. - node.type.page
  7. module:
  8. - path
  9. - text
  10. id: node.page.default
  11. targetEntityType: node
  12. bundle: page
  13. mode: default
  14. content:
  15. title:
  16. type: string_textfield
  17. weight: 0
  18. settings:
  19. size: 60
  20. placeholder: ''
  21. third_party_settings: { }
  22. region: content
  23. uid:
  24. type: entity_reference_autocomplete
  25. weight: 1
  26. settings:
  27. match_operator: CONTAINS
  28. size: 60
  29. placeholder: ''
  30. third_party_settings: { }
  31. region: content
  32. created:
  33. type: datetime_timestamp
  34. weight: 2
  35. settings: { }
  36. third_party_settings: { }
  37. region: content
  38. promote:
  39. type: boolean_checkbox
  40. settings:
  41. display_label: true
  42. weight: 3
  43. third_party_settings: { }
  44. region: content
  45. sticky:
  46. type: boolean_checkbox
  47. settings:
  48. display_label: true
  49. weight: 4
  50. third_party_settings: { }
  51. region: content
  52. path:
  53. type: path
  54. weight: 5
  55. settings: { }
  56. third_party_settings: { }
  57. region: content
  58. body:
  59. type: text_textarea_with_summary
  60. weight: 6
  61. settings:
  62. rows: 9
  63. summary_rows: 3
  64. placeholder: ''
  65. third_party_settings: { }
  66. region: content
  67. status:
  68. type: boolean_checkbox
  69. weight: 10
  70. settings:
  71. display_label: true
  72. third_party_settings: { }
  73. region: content
  74. hidden: { }