You are here

core.entity_form_display.comment.es_test.default.yml in Entity Share 8.3

tests/modules/entity_share_test/config/install/core.entity_form_display.comment.es_test.default.yml

File

tests/modules/entity_share_test/config/install/core.entity_form_display.comment.es_test.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - comment.type.es_test
  6. - field.field.comment.es_test.comment_body
  7. module:
  8. - text
  9. id: comment.es_test.default
  10. targetEntityType: comment
  11. bundle: es_test
  12. mode: default
  13. content:
  14. author:
  15. weight: -2
  16. settings: { }
  17. third_party_settings: { }
  18. region: content
  19. comment_body:
  20. type: text_textarea
  21. weight: 11
  22. settings:
  23. rows: 5
  24. placeholder: ''
  25. third_party_settings: { }
  26. region: content
  27. langcode:
  28. type: language_select
  29. weight: 2
  30. region: content
  31. settings:
  32. include_locked: true
  33. third_party_settings: { }
  34. subject:
  35. type: string_textfield
  36. weight: 10
  37. region: content
  38. settings:
  39. size: 60
  40. placeholder: ''
  41. third_party_settings: { }
  42. hidden: { }