You are here

core.entity_form_display.node.landing_page.default.yml in Lightning Layout 8

modules/lightning_landing_page/config/install/core.entity_form_display.node.landing_page.default.yml

File

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