You are here

core.entity_form_display.node.sharecontent.default.yml in Share Message 8

modules/sharemessage_demo/config/install/core.entity_form_display.node.sharecontent.default.yml

File

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