core.entity_form_display.taxonomy_term.tags.default.yml

core/modules/taxonomy/tests/fixtures/update/core.entity_form_display.taxonomy_term.tags.default.yml
1 string reference to 'core.entity_form_display.taxonomy_term.tags.default'
TaxonomyTermUpdatePathTest::testStatusCheckbox in core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php
Tests that the taxonomy_term entity form has the status checkbox.

File

core/modules/taxonomy/tests/fixtures/update/core.entity_form_display.taxonomy_term.tags.default.yml

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

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