You are here

core.entity_form_display.node.event.default.yml in Smart Date Starter Kit 8

Same filename and directory in other branches
  1. 2.x config/install/core.entity_form_display.node.event.default.yml
config/install/core.entity_form_display.node.event.default.yml

File

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