core.entity_form_display.taxonomy_term.forums.default.yml

Same filename in other branches
  1. 9 core/modules/forum/config/optional/core.entity_form_display.taxonomy_term.forums.default.yml
  2. 8.9.x core/modules/forum/config/optional/core.entity_form_display.taxonomy_term.forums.default.yml
  3. 10 core/modules/forum/config/optional/core.entity_form_display.taxonomy_term.forums.default.yml
core/modules/forum/config/optional/core.entity_form_display.taxonomy_term.forums.default.yml

File

core/modules/forum/config/optional/core.entity_form_display.taxonomy_term.forums.default.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.taxonomy_term.forums.forum_container
  6. - taxonomy.vocabulary.forums
  7. module:
  8. - text
  9. id: taxonomy_term.forums.default
  10. targetEntityType: taxonomy_term
  11. bundle: forums
  12. mode: default
  13. content:
  14. description:
  15. type: text_textfield
  16. weight: 0
  17. region: content
  18. settings: { }
  19. third_party_settings: { }
  20. name:
  21. type: string_textfield
  22. weight: -5
  23. region: content
  24. settings:
  25. size: 60
  26. placeholder: ''
  27. third_party_settings: { }
  28. status:
  29. type: boolean_checkbox
  30. weight: 100
  31. region: content
  32. settings:
  33. display_label: true
  34. third_party_settings: { }
  35. hidden:
  36. forum_container: true

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