You are here

core.entity_form_display.node.page.default.yml in Multipurpose Corporate Profile 8

modules/custom/feature_config/config/install/core.entity_form_display.node.page.default.yml

File

modules/custom/feature_config/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. body:
  16. weight: 1
  17. type: text_textarea_with_summary
  18. settings:
  19. rows: 9
  20. summary_rows: 3
  21. placeholder: ''
  22. third_party_settings: { }
  23. comment:
  24. type: comment_default
  25. weight: 20
  26. settings: { }
  27. third_party_settings: { }
  28. created:
  29. type: datetime_timestamp
  30. weight: 3
  31. settings: { }
  32. third_party_settings: { }
  33. path:
  34. type: path
  35. weight: 6
  36. settings: { }
  37. third_party_settings: { }
  38. promote:
  39. type: boolean_checkbox
  40. settings:
  41. display_label: true
  42. weight: 4
  43. third_party_settings: { }
  44. sticky:
  45. type: boolean_checkbox
  46. settings:
  47. display_label: true
  48. weight: 5
  49. third_party_settings: { }
  50. title:
  51. type: string_textfield
  52. weight: 0
  53. settings:
  54. size: 60
  55. placeholder: ''
  56. third_party_settings: { }
  57. uid:
  58. type: entity_reference_autocomplete
  59. weight: 2
  60. settings:
  61. match_operator: CONTAINS
  62. size: 60
  63. placeholder: ''
  64. third_party_settings: { }
  65. hidden: { }