You are here

core.entity_form_display.node.faq.default.yml in Frequently Asked Questions 8

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

File

config/install/core.entity_form_display.node.faq.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.faq.body
  6. - field.field.node.faq.field_detailed_question
  7. - node.type.faq
  8. module:
  9. - path
  10. - text
  11. id: node.faq.default
  12. targetEntityType: node
  13. bundle: faq
  14. mode: default
  15. content:
  16. title:
  17. type: string_textfield
  18. weight: 0
  19. settings:
  20. size: 60
  21. placeholder: ''
  22. third_party_settings: { }
  23. field_detailed_question:
  24. type: text_textarea
  25. weight: 1
  26. settings:
  27. rows: 5
  28. placeholder: ''
  29. third_party_settings: { }
  30. path:
  31. type: path
  32. weight: 2
  33. settings: { }
  34. third_party_settings: { }
  35. body:
  36. type: text_textarea_with_summary
  37. weight: 3
  38. settings:
  39. rows: 9
  40. summary_rows: 3
  41. placeholder: ''
  42. third_party_settings: { }
  43. hidden: { }