File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
docs/content_management/field_types/field_type_reference Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ The following table gives an overview of the supported field types that come wi
2525
2626| Field type | Description | Searchable in Legacy Storage engine | Searchable with Solr/Elasticsearch |
2727| ------------| -------------| -------------------------------------| ----------------------|
28+ | [ Address] ( address.md ) | Stores an address. | No | No |
2829| [ Author] ( authorfield.md ) | Stores a list of authors, each consisting of author name and author email. | No | Yes |
2930| [ BinaryFile] ( binaryfilefield.md ) | Stores a file.| Yes | Yes |
3031| [ Checkbox] ( checkboxfield.md ) | Stores a boolean value. | Yes | Yes |
@@ -55,8 +56,8 @@ The following table gives an overview of the supported field types that come wi
5556| [ SesProfiledata] ( sesprofiledata.md ) | Stores address data for a customer. | No | No |
5657| [ SesSelection] ( sesselection.md ) | Stores a single selection choice based on options from a YAML file. | Yes | Yes |
5758| [ SpecificationsType] ( specificationstype.md ) | Stores a structured list of specification data for products. | Yes | Yes |
58- | [ TaxonomyEntry] ( taxonomyentryfield.md ) | Makes content taggable by Taxonomy . | No | Yes |
59- | [ TaxonomyEntryAssignment] ( taxonomyentryassignmentfield.md ) | Controls and configures taxonomy . | No | Yes |
59+ | [ TaxonomyEntry] ( taxonomyentryfield.md ) | Controls and configures taxonomy . | No | Yes |
60+ | [ TaxonomyEntryAssignment] ( taxonomyentryassignmentfield.md ) | Makes content taggable by Taxonomy . | No | Yes |
6061| [ TextBlock] ( textblockfield.md ) | Validates and stores a larger block of text. | Yes[ ^ 1^ ] (#1 -note-on-legacy-search-engine) | Yes |
6162| [ TextLine] ( textlinefield.md ) | Validates and stores a single line of text. | Yes | Yes |
6263| [ Time] ( timefield.md ) | Stores time information. | Yes | Yes |
You can’t perform that action at this time.
0 commit comments