Skip to content

Commit 9ce9e19

Browse files
committed
Update field type reference ToC
1 parent efae125 commit 9ce9e19

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
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
@@ -48,7 +48,7 @@ The following table gives an overview of the supported field types that come wit
4848
| [Media](mediafield.md) | Validates and stores a media file. | No | Yes |
4949
| [Null](nullfield.md) | Used as fallback for missing field types and for testing purposes. | N/A | N/A |
5050
| [Page](pagefield.md) | Stores a Page with a layout consisting of multiple zones. | N/A | N/A |
51-
| [ProductSpecification](productspecificationfield.md) | TODO | | |
51+
| [ProductSpecification](productspecificationfield.md) | Stores product attributes and VAT | | |
5252
| [Relation](relationfield.md) | Validates and stores a relation to a content item. | Yes, with both [`Field`](fieldrelation_criterion.md) Criteria | Yes |
5353
| [RelationList](relationlistfield.md) | Validates and stores a list of relations to content items. | Yes, with [`FieldRelation` Criterion](fieldrelation_criterion.md) | Yes |
5454
| [RichText](richtextfield.md) | Validates and stores structured rich text in DocBook xml format, and exposes it in several formats. Available via [IbexaFieldTypeRichTextBundle](https://github.com/ibexa/fieldtype-richtext). | Yes[^1^](#1-note-on-legacy-search-engine) | Yes |

mkdocs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,14 +267,11 @@ nav:
267267
- Media field type: content_management/field_types/field_type_reference/mediafield.md
268268
- Null field type: content_management/field_types/field_type_reference/nullfield.md
269269
- Page field type: content_management/field_types/field_type_reference/pagefield.md
270+
- ProductSpecification field type: content_management/field_types/field_type_reference/productspecificationfield.md
270271
- Relation field type: content_management/field_types/field_type_reference/relationfield.md
271272
- RelationList field type: content_management/field_types/field_type_reference/relationlistfield.md
272273
- RichText field type: content_management/field_types/field_type_reference/richtextfield.md
273274
- Selection field type: content_management/field_types/field_type_reference/selectionfield.md
274-
- SesExternalData: content_management/field_types/field_type_reference/sesexternaldata.md
275-
- SesProfileData: content_management/field_types/field_type_reference/sesprofiledata.md
276-
- SesSelection: content_management/field_types/field_type_reference/sesselection.md
277-
- SpecificationsType: content_management/field_types/field_type_reference/specificationstype.md
278275
- TaxonomyEntry field type: content_management/field_types/field_type_reference/taxonomyentryfield.md
279276
- TaxonomyEntryAssignment field type: content_management/field_types/field_type_reference/taxonomyentryassignmentfield.md
280277
- TextBlock field type: content_management/field_types/field_type_reference/textblockfield.md

0 commit comments

Comments
 (0)