You are here

core.entity_form_display.node.answers_answer.default.yml in Answers 8

config/install/core.entity_form_display.node.answers_answer.default.yml

File

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