You are here

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

Same filename and directory in other branches
  1. 8 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: true
  37. show_extra: 0
  38. default_duration: 60
  39. default_duration_increments: "30\n60|1 hour\n90\n120|2 hours\ncustom"
  40. third_party_settings: { }
  41. type: smartdate_inline
  42. region: content
  43. path:
  44. type: path
  45. weight: 5
  46. region: content
  47. settings: { }
  48. third_party_settings: { }
  49. promote:
  50. type: boolean_checkbox
  51. settings:
  52. display_label: true
  53. weight: 3
  54. region: content
  55. third_party_settings: { }
  56. status:
  57. type: boolean_checkbox
  58. settings:
  59. display_label: true
  60. weight: 6
  61. region: content
  62. third_party_settings: { }
  63. sticky:
  64. type: boolean_checkbox
  65. settings:
  66. display_label: true
  67. weight: 4
  68. region: content
  69. third_party_settings: { }
  70. title:
  71. type: string_textfield
  72. weight: 0
  73. region: content
  74. settings:
  75. size: 60
  76. placeholder: ''
  77. third_party_settings: { }
  78. uid:
  79. type: entity_reference_autocomplete
  80. weight: 1
  81. settings:
  82. match_operator: CONTAINS
  83. size: 60
  84. placeholder: ''
  85. match_limit: 10
  86. region: content
  87. third_party_settings: { }
  88. hidden: { }