Skip to content

Commit 7d5a2be

Browse files
authored
Improved wording for TaxonomyEntry (#2727)
* Improved wording for TaxonomyEntry * Fix typo
1 parent b2101d2 commit 7d5a2be

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/content_management/field_types/field_type_reference/field_type_reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The following table gives an overview of the supported field types that come wi
5757
| [SesProfiledata](sesprofiledata.md) | Stores address data for a customer. | No | No |
5858
| [SesSelection](sesselection.md) | Stores a single selection choice based on options from a YAML file. | Yes | Yes |
5959
| [SpecificationsType](specificationstype.md) | Stores a structured list of specification data for products. | Yes | Yes |
60-
| [TaxonomyEntry](taxonomyentryfield.md) | Controls and configures taxonomy. | No | Yes |
60+
| [TaxonomyEntry](taxonomyentryfield.md) | Stores information about the Taxonomy tree. | No | Yes |
6161
| [TaxonomyEntryAssignment](taxonomyentryassignmentfield.md) | Makes content taggable by Taxonomy. | No | Yes |
6262
| [TextBlock](textblockfield.md) | Validates and stores a larger block of text. | Yes[^1^](#1-note-on-legacy-search-engine) | Yes |
6363
| [TextLine](textlinefield.md) | Validates and stores a single line of text. | Yes | Yes |

docs/content_management/field_types/field_type_reference/taxonomyentryfield.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# TaxonomyEntry field type
22

3-
`TaxonomyEntry` is a general purpose field type that can store only one taxonomy entry (for example, tag or product category).
4-
It's used as a parent for a tag or category.
3+
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.
54

65
| Name | Internal name | Expected input |
76
|----------------|-----------------------|----------------|

0 commit comments

Comments
 (0)