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
- langcode: en
- status: true
- dependencies:
- config:
- - taxonomy.vocabulary.tags
- module:
- - path
- - text
- id: taxonomy_term.tags.default
- targetEntityType: taxonomy_term
- bundle: tags
- mode: default
- content:
- description:
- type: text_textarea
- weight: 0
- region: content
- settings:
- placeholder: ''
- rows: 5
- third_party_settings: { }
- name:
- type: string_textfield
- weight: -5
- region: content
- settings:
- size: 60
- placeholder: ''
- third_party_settings: { }
- path:
- type: path
- weight: 30
- region: content
- settings: { }
- third_party_settings: { }
- status:
- type: boolean_checkbox
- settings:
- display_label: false
- weight: 100
- region: content
- third_party_settings: { }
- hidden: { }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.