Translation content ID.
Translation schema ID.
A unique identifier defined by the app developer to differentiate translation content for various entities within the site. For example, if an app developer is creating translation content for blog posts, the entityId
can be 'blog-posts-1'
.
Translation content locale.
List of fields for the translation content. This property uses a string to map to a ContentField
(Map<string, ContentField>
). The string serves as a key, which you'll need to access each field in the content and when referencing a translation schema.
A reference to the parent content. For example, if the content is a menu item, this property would contain the entityId
of the menu it belongs to.
The aggregated published status across all content fields.
Supported values:
UNPUBLISHED
: None of the fields have been sent for publication.PUBLISHED
: All of the fields have been sent for publication.PARTIALLY_PUBLISHED
: Some of the fields have been sent for publication.Contains the value of the preview field if the schema defines one.
Date and time the translation content was created.
Date and time the translation content was updated.