diff --git a/docs/content_management/field_types/field_type_reference/field_type_reference.md b/docs/content_management/field_types/field_type_reference/field_type_reference.md index 10e732b247..52c232141b 100644 --- a/docs/content_management/field_types/field_type_reference/field_type_reference.md +++ b/docs/content_management/field_types/field_type_reference/field_type_reference.md @@ -56,7 +56,7 @@ The following table gives an overview of the supported field types that come wi | [SesProfiledata](sesprofiledata.md) | Stores address data for a customer. | No | No | | [SesSelection](sesselection.md) | Stores a single selection choice based on options from a YAML file. | Yes | Yes | | [SpecificationsType](specificationstype.md) | Stores a structured list of specification data for products. | Yes | Yes | -| [TaxonomyEntry](taxonomyentryfield.md) | Controls and configures taxonomy. | No | Yes | +| [TaxonomyEntry](taxonomyentryfield.md) | Stores information about the Taxonomy tree. | No | Yes | | [TaxonomyEntryAssignment](taxonomyentryassignmentfield.md) | Makes content taggable by Taxonomy. | No | Yes | | [TextBlock](textblockfield.md) | Validates and stores a larger block of text. | Yes[^1^](#1-note-on-legacy-search-engine) | Yes | | [TextLine](textlinefield.md) | Validates and stores a single line of text. | Yes | Yes | diff --git a/docs/content_management/field_types/field_type_reference/taxonomyentryfield.md b/docs/content_management/field_types/field_type_reference/taxonomyentryfield.md index 911ae9cff5..444e97d0a9 100644 --- a/docs/content_management/field_types/field_type_reference/taxonomyentryfield.md +++ b/docs/content_management/field_types/field_type_reference/taxonomyentryfield.md @@ -1,7 +1,6 @@ # TaxonomyEntry field type -`TaxonomyEntry` is a general purpose field type that can store only one taxonomy entry (for example, tag or product category). -It's used as a parent for a tag or category. +TaxonomyEntry is a field type that stores information about the parent entry in the taxonomy tree, placing the taxonomy entry (tag or product category) in the taxonomy structure. | Name | Internal name | Expected input | |----------------|-----------------------|----------------|