You are here

core.entity_form_display.contact_message.feedback.default.yml in Brainstorm profile 8

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

File

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. mail:
  12. weight: 1
  13. settings: { }
  14. third_party_settings: { }
  15. message:
  16. type: string_textarea
  17. weight: 3
  18. settings:
  19. rows: 12
  20. placeholder: 'Message*'
  21. third_party_settings: { }
  22. name:
  23. weight: 0
  24. settings: { }
  25. third_party_settings: { }
  26. subject:
  27. type: string_textfield
  28. weight: 2
  29. settings:
  30. size: 60
  31. placeholder: 'Subject*'
  32. third_party_settings: { }
  33. hidden:
  34. copy: true