core.entity_form_display.contact_message.feedback.default.yml

Same filename in other branches
  1. 8.9.x core/profiles/demo_umami/config/install/core.entity_form_display.contact_message.feedback.default.yml
  2. 10 core/profiles/demo_umami/config/install/core.entity_form_display.contact_message.feedback.default.yml
  3. 11.x core/profiles/demo_umami/config/install/core.entity_form_display.contact_message.feedback.default.yml
core/profiles/demo_umami/config/install/core.entity_form_display.contact_message.feedback.default.yml

File

core/profiles/demo_umami/config/install/core.entity_form_display.contact_message.feedback.default.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - contact.form.feedback
  6. id: contact_message.feedback.default
  7. targetEntityType: contact_message
  8. bundle: feedback
  9. mode: default
  10. content:
  11. copy:
  12. weight: 4
  13. region: content
  14. settings: { }
  15. third_party_settings: { }
  16. langcode:
  17. type: language_select
  18. weight: 2
  19. region: content
  20. settings:
  21. include_locked: true
  22. third_party_settings: { }
  23. mail:
  24. weight: 1
  25. region: content
  26. settings: { }
  27. third_party_settings: { }
  28. message:
  29. type: string_textarea
  30. weight: 3
  31. region: content
  32. settings:
  33. rows: 12
  34. placeholder: ''
  35. third_party_settings: { }
  36. name:
  37. weight: 0
  38. region: content
  39. settings: { }
  40. third_party_settings: { }
  41. subject:
  42. type: string_textfield
  43. weight: 2
  44. region: content
  45. settings:
  46. size: 60
  47. placeholder: ''
  48. third_party_settings: { }
  49. hidden:
  50. preview: true

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.