core.entity_form_display.contact_message.feedback.default.yml 796 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. mail:
  17. weight: 1
  18. region: content
  19. settings: { }
  20. third_party_settings: { }
  21. message:
  22. type: string_textarea
  23. weight: 3
  24. settings:
  25. rows: 12
  26. placeholder: ''
  27. region: content
  28. third_party_settings: { }
  29. name:
  30. weight: 0
  31. region: content
  32. settings: { }
  33. third_party_settings: { }
  34. subject:
  35. type: string_textfield
  36. weight: 2
  37. region: content
  38. settings:
  39. size: 60
  40. placeholder: ''
  41. third_party_settings: { }
  42. hidden:
  43. preview: true