Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
Original file line number Diff line number Diff line change
@@ -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 |
|----------------|-----------------------|----------------|
Expand Down