diff --git a/docs/api/rest_api_reference/input/examples/content/objects/POST/ContentCreate.xml.example b/docs/api/rest_api_reference/input/examples/content/objects/POST/ContentCreate.xml.example index a8bc3be5e2..08c966645e 100644 --- a/docs/api/rest_api_reference/input/examples/content/objects/POST/ContentCreate.xml.example +++ b/docs/api/rest_api_reference/input/examples/content/objects/POST/ContentCreate.xml.example @@ -3,7 +3,7 @@ eng-GB - + 0 false PATH @@ -22,15 +22,15 @@ intro eng-GB -

draft draft

]]>
-
+

draft draft

]]>
+ body eng-GB -

draft draft draft

]]>
-
+

draft draft draft

]]>
+
diff --git a/docs/api/rest_api_reference/input/ez-calendar.raml b/docs/api/rest_api_reference/input/ez-calendar.raml index 1b2caf4119..449ae87b73 100644 --- a/docs/api/rest_api_reference/input/ez-calendar.raml +++ b/docs/api/rest_api_reference/input/ez-calendar.raml @@ -1,5 +1,5 @@ displayName: Calendar -/calendar/event: +/event: get: displayName: Calendar list description: Calendar event list. diff --git a/docs/api/rest_api_reference/input/ez-commerce.raml b/docs/api/rest_api_reference/input/ez-commerce.raml index 68a3b7b8f2..7e5e05c283 100644 --- a/docs/api/rest_api_reference/input/ez-commerce.raml +++ b/docs/api/rest_api_reference/input/ez-commerce.raml @@ -199,41 +199,40 @@ displayName: eCommerce API type: Basket example: !include examples/commerce/basket/Basket.json.example - /{basketId}: - /line: - post: - displayName: Add products to stored basket - description: Adds products to the stored basket. - body: - application/vnd.ibexa.api.BasketLineData+json: - type: BasketLineData - example: !include examples/commerce/basket/current/lines/POST/BasketLineData.json.example - responses: - 200: - body: - application/vnd.ibexa.api.Basket+json: - type: Basket - example: !include examples/commerce/basket/Basket.json.example - 400: - body: - application/vnd.ibexa.api.ValidationResponse+json: - type: ValidationResponse - example: !include examples/commerce/basket/current/lines/POST/ValidationResponse.json.example + /line: + post: + displayName: Add products to stored basket + description: Adds products to the stored basket. + body: + application/vnd.ibexa.api.BasketLineData+json: + type: BasketLineData + example: !include examples/commerce/basket/current/lines/POST/BasketLineData.json.example + responses: + 200: + body: + application/vnd.ibexa.api.Basket+json: + type: Basket + example: !include examples/commerce/basket/Basket.json.example + 400: + body: + application/vnd.ibexa.api.ValidationResponse+json: + type: ValidationResponse + example: !include examples/commerce/basket/current/lines/POST/ValidationResponse.json.example - /line/{lineId}: - delete: - displayName: Delete a line from a stored basket - responses: - 200: - body: - application/vnd.ibexa.api.Basket+json: - type: Basket - example: !include examples/commerce/basket/Basket.json.example - 400: - body: - application/vnd.ibexa.api.ValidationResponse+json: - type: ValidationResponse - example: !include examples/commerce/basket/_id_/line/_line_id_/DELETE/ValidationResponse.json.example + /line/{lineId}: + delete: + displayName: Delete a line from a stored basket + responses: + 200: + body: + application/vnd.ibexa.api.Basket+json: + type: Basket + example: !include examples/commerce/basket/Basket.json.example + 400: + body: + application/vnd.ibexa.api.ValidationResponse+json: + type: ValidationResponse + example: !include examples/commerce/basket/_id_/line/_line_id_/DELETE/ValidationResponse.json.example /{basketName}: post: diff --git a/docs/api/rest_api_reference/input/ez-content-assets.raml b/docs/api/rest_api_reference/input/ez-content-assets.raml index 49275578a9..53b74853d4 100644 --- a/docs/api/rest_api_reference/input/ez-content-assets.raml +++ b/docs/api/rest_api_reference/input/ez-content-assets.raml @@ -1,5 +1,5 @@ displayName: content/assets/images -/assets/images/{assetId}/{assetSource}: +/images/{assetId}/{assetSource}: get: displayName: Fetch image asset value description: Fetches the image asset value object. Depending on the provider, the asset metadata object can contain different parameters. diff --git a/docs/api/rest_api_reference/input/ez-content-location.raml b/docs/api/rest_api_reference/input/ez-content-location.raml index a82daecf3b..93d7d02e89 100644 --- a/docs/api/rest_api_reference/input/ez-content-location.raml +++ b/docs/api/rest_api_reference/input/ez-content-location.raml @@ -84,105 +84,104 @@ get: description: Error - the user is not authorized to delete this subtree. 404: description: Error - the Location with the given ID does not exist. - /children: - get: - displayName: Get child Locations. - description: Loads all child Locations for the given parent Location. - queryParameters: - offset: - description: The offset of the result set. - type: integer - limit: - description: The number of Locations returned. - type: integer - headers: - Accept: - description: If set, the new Location list is returned in XML or JSON format. - example: | - application/vnd.ibexa.api.LocationList+xml - application/vnd.ibexa.api.LocationList+json - responses: - 200: - body: - application/vnd.ibexa.api.LocationList+xml: - type: LocationList - example: !include examples/content/locations/path/children/GET/LocationList.xml.example - 401: - description: Error - the user is not authorized to read this Content item. - 404: - description: Error - the Content item with the given ID does not exist. - /urlaliases: - get: - displayName: List URL aliases for Location - description: Returns the list of URL aliases for a Location. - queryParameters: - custom: - description: Indicates whether autogenerated (false) or manual URL aliases (true) should be returned (default true). - type: boolean - headers: - Accept: - description: If set, the URL alias list contains only references and is returned in XML or JSON format. - example: | - application/vnd.ibexa.api.UrlAliasRefList+xml - application/vnd.ibexa.api.UrlAliasRefList+json - responses: - 200: - description: OK - returns the list of URL aliases. - body: - application/vnd.ibexa.api.UrlAliasRefList+xml: - type: UrlAliasRefList - exammple: examples/content/locations/path/urlaliases/GET/UrlAliasRefList.xml.example - 400: - description: Error - The user has no permission to read URL aliases. - 401: - description: Error - The Location was not found. - /{locationId}: - patch: - displayName: Update Location - description: Updates the Location. This method can also be used to hide/reveal a Location via the hidden field in the LocationUpdate. PATCH or POST with header X-HTTP-Method-Override PATCH. + patch: + displayName: Update Location + description: Updates the Location. This method can also be used to hide/reveal a Location via the hidden field in the LocationUpdate. PATCH or POST with header X-HTTP-Method-Override PATCH. + headers: + Accept: + description: If set, the Location is returned in XML or JSON format. + example: | + application/vnd.ibexa.api.Location+xml + application/vnd.ibexa.api.Location+json + Content-Type: + description: The LocationUpdate schema encoded in XML or JSON format. + example: | + application/vnd.ibexa.api.LocationUpdate+xml + application/vnd.ibexa.api.LocationUpdate+json + If-Match: + description: ETag + body: + application/vnd.ibexa.api.LocationUpdate+xml: + type: LocationUpdateStruct + example: !include examples/content/locations/location_id/PATCH/LocationUpdate.xml.example + application/vnd.ibexa.api.LocationUpdate+json: + type: LocationUpdateStruct + example: !include examples/content/locations/location_id/PATCH/LocationUpdate.json.example + responses: + 200: + body: + application/vnd.ibexa.api.Location+xml: + type: Location + example: !include examples/content/locations/location_id/PATCH/Location.xml.example + application/vnd.ibexa.api.Location+json: + type: Location + example: !include examples/content/locations/location_id/PATCH/Location.json.example + 401: + description: Error - the user is not authorized to update this Location. + 404: + description: Error - the Location with the given ID does not exist. + swap: + displayName: Swap Location + description: Swaps the Location of a Content item with the given Location of another Content item. SWAP or POST with header X-HTTP-Method-Override SWAP. + headers: + Destination: + description: A parent Location resource to which the Location is moved e.g. '/api/ibexa/v2/content/locations/1/63'. + responses: + 204: + description: No Content. Swapped the Location of a Content item with the given Location of another Content item. + 401: + description: Error - the user is not authorized to swap this Location. + 404: + description: Error - the Location with the given ID does not exist. + /children: + get: + displayName: Get child Locations. + description: Loads all child Locations for the given parent Location. + queryParameters: + offset: + description: The offset of the result set. + type: integer + limit: + description: The number of Locations returned. + type: integer headers: Accept: - description: If set, the Location is returned in XML or JSON format. - example: | - application/vnd.ibexa.api.Location+xml - application/vnd.ibexa.api.Location+json - Content-Type: - description: The LocationUpdate schema encoded in XML or JSON format. + description: If set, the new Location list is returned in XML or JSON format. example: | - application/vnd.ibexa.api.LocationUpdate+xml - application/vnd.ibexa.api.LocationUpdate+json - If-Match: - description: ETag - body: - application/vnd.ibexa.api.LocationUpdate+xml: - type: LocationUpdateStruct - example: !include examples/content/locations/location_id/PATCH/LocationUpdate.xml.example - application/vnd.ibexa.api.LocationUpdate+json: - type: LocationUpdateStruct - example: !include examples/content/locations/location_id/PATCH/LocationUpdate.json.example + application/vnd.ibexa.api.LocationList+xml + application/vnd.ibexa.api.LocationList+json responses: 200: body: - application/vnd.ibexa.api.Location+xml: - type: Location - example: !include examples/content/locations/location_id/PATCH/Location.xml.example - application/vnd.ibexa.api.Location+json: - type: Location - example: !include examples/content/locations/location_id/PATCH/Location.json.example + application/vnd.ibexa.api.LocationList+xml: + type: LocationList + example: !include examples/content/locations/path/children/GET/LocationList.xml.example 401: - description: Error - the user is not authorized to update this Location. + description: Error - the user is not authorized to read this Content item. 404: - description: Error - the Location with the given ID does not exist. - swap: - displayName: Swap Location - description: Swaps the Location of a Content item with the given Location of another Content item. SWAP or POST with header X-HTTP-Method-Override SWAP. + description: Error - the Content item with the given ID does not exist. + /urlaliases: + get: + displayName: List URL aliases for Location + description: Returns the list of URL aliases for a Location. + queryParameters: + custom: + description: Indicates whether autogenerated (false) or manual URL aliases (true) should be returned (default true). + type: boolean headers: - Destination: - description: A parent Location resource to which the Location is moved e.g. '/api/ibexa/v2/content/locations/1/63'. + Accept: + description: If set, the URL alias list contains only references and is returned in XML or JSON format. + example: | + application/vnd.ibexa.api.UrlAliasRefList+xml + application/vnd.ibexa.api.UrlAliasRefList+json responses: - 204: - description: No Content. Swapped the Location of a Content item with the given Location of another Content item. + 200: + description: OK - returns the list of URL aliases. + body: + application/vnd.ibexa.api.UrlAliasRefList+xml: + type: UrlAliasRefList + exammple: examples/content/locations/path/urlaliases/GET/UrlAliasRefList.xml.example + 400: + description: Error - The user has no permission to read URL aliases. 401: - description: Error - the user is not authorized to swap this Location. - 404: - description: Error - the Location with the given ID does not exist. + description: Error - The Location was not found. diff --git a/docs/api/rest_api_reference/input/ez-content-types.raml b/docs/api/rest_api_reference/input/ez-content-types.raml index d752348b53..d9c222fc64 100644 --- a/docs/api/rest_api_reference/input/ez-content-types.raml +++ b/docs/api/rest_api_reference/input/ez-content-types.raml @@ -118,30 +118,31 @@ get: description: Error - There are object instances of this Content Type. 404: description: Error - The Content Type does not exist. - /{fieldDefinitionId}: - get: - displayName: Get Field definition - description: Returns the Field definition by the given ID. - headers: - Accept: - description: If set, the Field definition is returned in XML or JSON format. - example: | - application/vnd.ibexa.api.FieldDefinition+xml - application/vnd.ibexa.api.FieldDefinition+json - responses: - 200: - description: OK - returns the Field definition. - body: - application/vnd.ibexa.api.FieldDefinition+xml: - type: FieldDefinition - example: !include examples/content/types/content_type_id/field_definition_id/GET/FieldDefinition.xml.example - application/vnd.ibexa.api.FieldDefinition+json: - type: FieldDefinition - example: !include examples/content/types/content_type_id/field_definition_id/GET/FieldDefinition.json.example - 401: - description: Error - The user is not authorized to read the Content Type. - 404: - description: Error - The Content Type does not exist. + /fieldDefinitions: + /{fieldDefinitionId}: + get: + displayName: Get Field definition + description: Returns the Field definition by the given ID. + headers: + Accept: + description: If set, the Field definition is returned in XML or JSON format. + example: | + application/vnd.ibexa.api.FieldDefinition+xml + application/vnd.ibexa.api.FieldDefinition+json + responses: + 200: + description: OK - returns the Field definition. + body: + application/vnd.ibexa.api.FieldDefinition+xml: + type: FieldDefinition + example: !include examples/content/types/content_type_id/field_definition_id/GET/FieldDefinition.xml.example + application/vnd.ibexa.api.FieldDefinition+json: + type: FieldDefinition + example: !include examples/content/types/content_type_id/field_definition_id/GET/FieldDefinition.json.example + 401: + description: Error - The user is not authorized to read the Content Type. + 404: + description: Error - The Content Type does not exist. /draft: patch: displayName: Update Content Type draft diff --git a/docs/api/rest_api_reference/input/ez-content-views.raml b/docs/api/rest_api_reference/input/ez-content-views.raml index ccf01f520e..40c8963d7c 100644 --- a/docs/api/rest_api_reference/input/ez-content-views.raml +++ b/docs/api/rest_api_reference/input/ez-content-views.raml @@ -21,55 +21,3 @@ post: description: Moved permanently. 400: description: Error - the input does not match the input schema definition. -get: - displayName: List Views - description: Returns a list of View URIs. The list includes a public View and a private View of the authenticated user. - DEPRECATED - headers: - Accept: - description: The view link list in XML or JSON format. - example: | - application/vnd.ibexa.api.RefList+xml - application/vnd.ibexa.api.RefList+json - responses: - 200: - description: OK - list of View URIs. -/{identifier}: - get: - displayName: Get View - description: Returns the View - DEPRECATED. - headers: - Accept: - description: The View results in XML or JSON format. - example: | - application/vnd.ibexa.api.View+xml - application/vnd.ibexa.api.View+json - responses: - 200: - description: OK - returns the View. - 401: - description: Error - the View is not public and from another user. - delete: - displayName: Delete View - description: The given View is deleted - DEPRECATED. - responses: - 204: - description: No content - the given View is deleted. - 401: - description: Error - the user is not authorized to delete this View. - 404: - description: Error - the View does not exist. - /results: - get: - displayName: Get results of existing View - description: Returns result of the View - DEPRECATED. - headers: - Accept: - description: The View excluding results in XML or JSON format. - example: | - application/vnd.ibexa.api.ViewResult+xml - application/vnd.ibexa.api.ViewResult+json - responses: - 200: - description: OK - result of the View. - 401: - description: Error - the View is not public and from another user. diff --git a/docs/api/rest_api_reference/input/ez-objectstategroups.raml b/docs/api/rest_api_reference/input/ez-objectstategroups.raml index 87fde3f242..66ab680cfd 100644 --- a/docs/api/rest_api_reference/input/ez-objectstategroups.raml +++ b/docs/api/rest_api_reference/input/ez-objectstategroups.raml @@ -136,141 +136,141 @@ post: description: Error - The user is not authorized to delete an Object state group. 404: description: Error - The Object state group does not exist. -/objectstates: - get: - displayName: List Object states - description: Returns a list of all Object states of the given group. - headers: - Accept: - description: If set, the Object state list is returned in XML or JSON format. - example: | - application/vnd.ibexa.api.ObjectStateList+xml - application/vnd.ibexa.api.ObjectStateList+json - If-None-Match: - description: ETag - responses: - 200: - description: OK - returns a list of Object states. - body: - application/vnd.ibexa.api.ObjectStateList+xml: - type: ObjectStateList - example: !include examples/content/objectstategroups/object_state_group_id/objectstates/GET/ObjectStateList.xml.example - application/vnd.ibexa.api.ObjectStateList+json: - type: ObjectStateList - example: !include examples/content/objectstategroups/object_state_group_id/objectstates/GET/ObjectStateList.json.example - 401: - description: Error - The user has no permission to read Object states. - post: - displayName: Create Object state - description: Creates a new Object state. - headers: - Accept: - description: If set, the new Object state is returned in XML or JSON format. - example: - application/vnd.ibexa.api.ObjectState+xml - application/vnd.ibexa.api.ObjectState+json - Content-Type: - description: The Object state input schema encoded in XML or JSON format. - example: | - application/vnd.ibexa.api.ObjectStateCreate+json - application/vnd.ibexa.api.ObjectStateCreate+xml - body: - application/vnd.ibexa.api.ObjectStateCreate+xml: - type: ObjectStateCreate - example: !include examples/content/objectstategroups/object_state_group_id/objectstates/POST/ObjectStateCreate.xml.example - application/vnd.ibexa.api.ObjectStateCreate+json: - type: ObjectStateCreate - example: !include examples/content/objectstategroups/object_state_group_id/objectstates/POST/ObjectStateCreate.json.example - responses: - 201: - description: Object state created. - body: - application/vnd.ibexa.api.ObjectState+xml: - type: ObjectState - example: !include examples/content/objectstategroups/object_state_group_id/objectstates/POST/ObjectState.xml.example - application/vnd.ibexa.api.ObjectState+json: - type: ObjectState - example: !include examples/content/objectstategroups/object_state_group_id/objectstates/POST/ObjectState.json.example - 400: - description: Error - The input does not match the input schema definition. - 401: - description: Error - The user is not authorized to create an Object state. - 403: - description: Error - An Object state with the same identifier already exists in the given group. - /{objectStateId}: + /objectstates: get: - displayName: Get Object state - description: Returns the Object state. + displayName: List Object states + description: Returns a list of all Object states of the given group. headers: Accept: - description: If set, the Object State is returned in XML or JSON format. + description: If set, the Object state list is returned in XML or JSON format. example: | - application/vnd.ibexa.api.ObjectState+xml - application/vnd.ibexa.api.ObjectState+json + application/vnd.ibexa.api.ObjectStateList+xml + application/vnd.ibexa.api.ObjectStateList+json If-None-Match: description: ETag responses: 200: - description: OK - returns the Object state. + description: OK - returns a list of Object states. body: - application/vnd.ibexa.api.ObjectState+xml: - type: ObjectState - example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/GET/ObjectState.xml.example - application/vnd.ibexa.api.ObjectState+json: - type: ObjectState - example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/GET/ObjectState.json.example + application/vnd.ibexa.api.ObjectStateList+xml: + type: ObjectStateList + example: !include examples/content/objectstategroups/object_state_group_id/objectstates/GET/ObjectStateList.xml.example + application/vnd.ibexa.api.ObjectStateList+json: + type: ObjectStateList + example: !include examples/content/objectstategroups/object_state_group_id/objectstates/GET/ObjectStateList.json.example 401: - description: Error - The user is not authorized to read this Object state. - 404: - description: Error - The Object state does not exist. - patch: - displayName: Update Object state - description: Updates an Object state. PATCH or POST with header X-HTTP-Method-Override PATCH. + description: Error - The user has no permission to read Object states. + post: + displayName: Create Object state + description: Creates a new Object state. headers: Accept: - description: If set, the updated Object state is returned in XML or JSON format. - example: | + description: If set, the new Object state is returned in XML or JSON format. + example: application/vnd.ibexa.api.ObjectState+xml application/vnd.ibexa.api.ObjectState+json Content-Type: description: The Object state input schema encoded in XML or JSON format. example: | - application/vnd.ibexa.api.ObjectStateUpdate+json - application/vnd.ibexa.api.ObjectStateUpdate+xml - If-Match: - description: ETag + application/vnd.ibexa.api.ObjectStateCreate+json + application/vnd.ibexa.api.ObjectStateCreate+xml body: - application/vnd.ibexa.api.ObjectStateUpdate+xml: - type: ObjectStateUpdate - example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/PATCH/ObjectStateUpdate.xml.example - application/vnd.ibexa.api.ObjectStateUpdate+json: - type: ObjectStateUpdate - example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/PATCH/ObjectStateUpdate.json.example + application/vnd.ibexa.api.ObjectStateCreate+xml: + type: ObjectStateCreate + example: !include examples/content/objectstategroups/object_state_group_id/objectstates/POST/ObjectStateCreate.xml.example + application/vnd.ibexa.api.ObjectStateCreate+json: + type: ObjectStateCreate + example: !include examples/content/objectstategroups/object_state_group_id/objectstates/POST/ObjectStateCreate.json.example responses: - 200: - description: OK - Object State updated + 201: + description: Object state created. body: application/vnd.ibexa.api.ObjectState+xml: type: ObjectState - example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/PATCH/ObjectState.xml.example + example: !include examples/content/objectstategroups/object_state_group_id/objectstates/POST/ObjectState.xml.example application/vnd.ibexa.api.ObjectState+json: type: ObjectState - example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/PATCH/ObjectState.json.example + example: !include examples/content/objectstategroups/object_state_group_id/objectstates/POST/ObjectState.json.example 400: description: Error - The input does not match the input schema definition. 401: - description: Error - The user is not authorized to update the Object state. + description: Error - The user is not authorized to create an Object state. 403: - description: Error - An Object state with the provided identifier already exists in this group. - 412: - description: Error - The current ETag does not match the one provided in the If-Match header. - delete: - displayName: Delete Object state - description: Deletes provided Object state. - responses: - 204: - description: No Content - Object state deleted. - 401: - description: Error - The user is not authorized to delete an Object state. - 404: - description: Error - The Object state does not exist. + description: Error - An Object state with the same identifier already exists in the given group. + /{objectStateId}: + get: + displayName: Get Object state + description: Returns the Object state. + headers: + Accept: + description: If set, the Object State is returned in XML or JSON format. + example: | + application/vnd.ibexa.api.ObjectState+xml + application/vnd.ibexa.api.ObjectState+json + If-None-Match: + description: ETag + responses: + 200: + description: OK - returns the Object state. + body: + application/vnd.ibexa.api.ObjectState+xml: + type: ObjectState + example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/GET/ObjectState.xml.example + application/vnd.ibexa.api.ObjectState+json: + type: ObjectState + example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/GET/ObjectState.json.example + 401: + description: Error - The user is not authorized to read this Object state. + 404: + description: Error - The Object state does not exist. + patch: + displayName: Update Object state + description: Updates an Object state. PATCH or POST with header X-HTTP-Method-Override PATCH. + headers: + Accept: + description: If set, the updated Object state is returned in XML or JSON format. + example: | + application/vnd.ibexa.api.ObjectState+xml + application/vnd.ibexa.api.ObjectState+json + Content-Type: + description: The Object state input schema encoded in XML or JSON format. + example: | + application/vnd.ibexa.api.ObjectStateUpdate+json + application/vnd.ibexa.api.ObjectStateUpdate+xml + If-Match: + description: ETag + body: + application/vnd.ibexa.api.ObjectStateUpdate+xml: + type: ObjectStateUpdate + example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/PATCH/ObjectStateUpdate.xml.example + application/vnd.ibexa.api.ObjectStateUpdate+json: + type: ObjectStateUpdate + example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/PATCH/ObjectStateUpdate.json.example + responses: + 200: + description: OK - Object State updated + body: + application/vnd.ibexa.api.ObjectState+xml: + type: ObjectState + example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/PATCH/ObjectState.xml.example + application/vnd.ibexa.api.ObjectState+json: + type: ObjectState + example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/PATCH/ObjectState.json.example + 400: + description: Error - The input does not match the input schema definition. + 401: + description: Error - The user is not authorized to update the Object state. + 403: + description: Error - An Object state with the provided identifier already exists in this group. + 412: + description: Error - The current ETag does not match the one provided in the If-Match header. + delete: + displayName: Delete Object state + description: Deletes provided Object state. + responses: + 204: + description: No Content - Object state deleted. + 401: + description: Error - The user is not authorized to delete an Object state. + 404: + description: Error - The Object state does not exist. diff --git a/docs/api/rest_api_reference/input/ez-product-attributegroups.raml b/docs/api/rest_api_reference/input/ez-product-attributegroups.raml index 260959cd4d..15c6199144 100644 --- a/docs/api/rest_api_reference/input/ez-product-attributegroups.raml +++ b/docs/api/rest_api_reference/input/ez-product-attributegroups.raml @@ -49,7 +49,7 @@ post: 401: description: Error - the user is not authorized to create this attribute group. 403: - description: Error - an attribute group. + description: Error - an attribute group with the same identifier already exists. /{id}: get: displayName: Load attribute group @@ -102,7 +102,7 @@ post: 401: description: Error - the user is not authorized to create this attribute group. 403: - description: Error - an attribute group with the same login already exists. + description: Error - an attribute group with the same identifier already exists. 404: description: Error - the group with the given ID does not exist. delete: diff --git a/docs/api/rest_api_reference/input/ez-product-attributes.raml b/docs/api/rest_api_reference/input/ez-product-attributes.raml index eb29e37126..d4da07ec31 100644 --- a/docs/api/rest_api_reference/input/ez-product-attributes.raml +++ b/docs/api/rest_api_reference/input/ez-product-attributes.raml @@ -40,7 +40,7 @@ post: example: | application/vnd.ibexa.api.AttributeGet+json body: - application/vnd.ibexa.api.AttributeGet+json + application/vnd.ibexa.api.AttributeGet+json: type: AttributeList example: !include examples/product/catalog/attributes/id/GET/AttributeGet.json.example responses: @@ -90,7 +90,7 @@ post: description: Error - an attribute with the same name already exists. 404: description: Error - the attribute with the given ID does not exist. -/translation/{languageCode}: +/translation/{id}/{languageCode}: delete: displayName: Delete attribute translation description: The given translation is removed from the attribute. diff --git a/docs/api/rest_api_reference/input/ez-user-groups.raml b/docs/api/rest_api_reference/input/ez-user-groups.raml index 1ddc847258..598a9178c5 100644 --- a/docs/api/rest_api_reference/input/ez-user-groups.raml +++ b/docs/api/rest_api_reference/input/ez-user-groups.raml @@ -3,7 +3,7 @@ get: description: Loads User Groups for either an an ID or a remote ID or a Role. queryParameters: roleId: - description: Lists User Groups assigned to the given Role. + description: Lists User Groups assigned to the given Role (e.g. GET /user/users?roleId=/user/roles/1). id: description: Retrieves the User Groups for the given ID. remoteID: diff --git a/docs/api/rest_api_reference/input/ez-user-users.raml b/docs/api/rest_api_reference/input/ez-user-users.raml index 1a4e80cf50..8d3b9e6aac 100644 --- a/docs/api/rest_api_reference/input/ez-user-users.raml +++ b/docs/api/rest_api_reference/input/ez-user-users.raml @@ -35,13 +35,13 @@ head: description: Verifies if there are Users matching given filter. queryParameters: roleId: - description: Lists Users assigned to the given Role (e.g. GET /user/users?roleId=/user/roles/1). + description: Checks if there are Users directly assigned to the given Role. remoteId: - description: Retrieves the User for the given remote ID (e.g. GET /user/users?remoteId=55dd9713db75145f374bbd0b4f60ad29). + description: Checks if there is a User for the given remote ID (e.g. GET /user/users?remoteId=55dd9713db75145f374bbd0b4f60ad29). login: - description: Retrieves the User for the given login (e.g. GET /user/users?login=editor). + description: Checks if there is a User for the given login (e.g. GET /user/users?login=editor). email: - description: Lists Users with the given email (e.g. GET /user/users?email=editor@example.com). + description: Checks if there is a User with the given email (e.g. GET /user/users?email=editor@example.com). responses: 200: description: OK - verifies if there are Users matching the given filter. @@ -90,13 +90,13 @@ head: If-Match: description: Performs a PATCH only if the specified ETag is the current one. example: ETag - body: - application/vnd.ibexa.api.UserUpdate+xml: - type: UserUpdate - example: !include examples/user/users/user_id/PATCH/UserUpdate.xml.example - application/vnd.ibexa.api.UserUpdate+json: - type: UserUpdate - example: !include examples/user/users/user_id/PATCH/UserUpdate.json.example + body: + application/vnd.ibexa.api.UserUpdate+xml: + type: UserUpdate + example: !include examples/user/users/user_id/PATCH/UserUpdate.xml.example + application/vnd.ibexa.api.UserUpdate+json: + type: UserUpdate + example: !include examples/user/users/user_id/PATCH/UserUpdate.json.example responses: 200: description: OK - User updated. diff --git a/docs/api/rest_api_reference/rest_api_reference.html b/docs/api/rest_api_reference/rest_api_reference.html index e3aa7bcb46..5b07b7cb40 100644 --- a/docs/api/rest_api_reference/rest_api_reference.html +++ b/docs/api/rest_api_reference/rest_api_reference.html @@ -227,22 +227,22 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Root media-type="application/vnd.ibexa.api.Root+xml">
-    <content media-type="" href="/api/ibexa/v2/content/objects"/>
-    <contentByRemoteId media-type="" href="/api/ibexa/v2/content/objects{?remoteId}"/>
-    <contentTypes media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/types"/>
-    <contentTypeByIdentifier media-type="" href="/api/ibexa/v2/content/types{?identifier}"/>
-    <contentTypeGroups media-type="application/vnd.ibexa.api.ContentTypeGroupList+xml" href="/api/ibexa/v2/content/typegroups"/>
-    <contentTypeGroupByIdentifier media-type="" href="/api/ibexa/v2/content/typegroups{?identifier}"/>
-    <users media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users"/>
-    <roles media-type="application/vnd.ibexa.api.RoleList+xml" href="/api/ibexa/v2/user/roles"/>
-    <rootLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locat
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Root media-type="application/vnd.ibexa.api.Root+xml">
+    <content media-type="" href="/api/ibexa/v2/content/objects"/>
+    <contentByRemoteId media-type="" href="/api/ibexa/v2/content/objects{?remoteId}"/>
+    <contentTypes media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/types"/>
+    <contentTypeByIdentifier media-type="" href="/api/ibexa/v2/content/types{?identifier}"/>
+    <contentTypeGroups media-type="application/vnd.ibexa.api.ContentTypeGroupList+xml" href="/api/ibexa/v2/content/typegroups"/>
+    <contentTypeGroupByIdentifier media-type="" href="/api/ibexa/v2/content/typegroups{?identifier}"/>
+    <users media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users"/>
+    <roles media-type="application/vnd.ibexa.api.RoleList+xml" href="/api/ibexa/v2/user/roles"/>
+    <rootLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"/
                             
View more @@ -254,38 +254,39 @@
Types
file_copy

-
-                                {
-    "Root": {
-        "_media-type": "application/vnd.ibexa.api.Root+json",
-        "content": {
-            "_href": "/api/ibexa/v2/content/objects",
-            "_media-type": ""
-        },
-        "contentByRemoteId": {
-            "_href": "/api/ibexa/v2/content/objects{?remoteId}",
-            "_media-type": ""
-        },
-        "contentTypeByIdentifier": {
-            "_href": "/api/ibexa/v2/content/types{?identifier}",
-            "_media-type": ""
-        },
-        "contentTypeGroupByIdentifier": {
-            "_href": "/api/ibexa/v2/content/typegroups{?identifier}",
-            "_media-type": ""
-        },
-        "contentTypeGroups": {
-            "_href": "/api/ibexa/v2/content/typegroups",
-            "_media-type": "application/vnd.ibexa.api.ContentTypeGroupList+json"
-        },
-        "contentTypes": {
-            "_href": "/api/ibexa/v2/content/types",
-            "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json"
-        }
+                            
+                                {
+    "Root": {
+        "_media-type": "application/vnd.ibexa.api.Root+json",
+        "content": {
+            "_href": "/api/ibexa/v2/content/objects",
+            "_media-type": ""
+        },
+        "contentByRemoteId": {
+            "_href": "/api/ibexa/v2/content/objects{?remoteId}",
+            "_media-type": ""
+        },
+        "contentTypeByIdentifier": {
+            "_href": "/api/ibexa/v2/content/types{?identifier}",
+            "_media-type": ""
+        },
+        "contentTypeGroupByIdentifier": {
+            "_href": "/api/ibexa/v2/content/typegroups{?identifier}",
+            "_media-type": ""
+        },
+        "contentTypeGroups": {
+            "_href": "/api/ibexa/v2/content/typegroups",
+            "_media-type": "application/vnd.ibexa.api.ContentTypeGroupList+json"
+        },
+        "contentTypes": {
+            "_href": "/api/ibexa/v2/content/types",
+            "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json"
+        },
+        "createSession":
                             
View more @@ -353,36 +354,36 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Root media-type="application/vnd.ibexa.api.Root+xml">
-    <content media-type="" href="/api/ibexa/v2/content/objects"/>
-    <contentByRemoteId media-type="" href="/api/ibexa/v2/content/objects{?remoteId}"/>
-    <contentTypes media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/types"/>
-    <contentTypeByIdentifier media-type="" href="/api/ibexa/v2/content/types{?identifier}"/>
-    <contentTypeGroups media-type="application/vnd.ibexa.api.ContentTypeGroupList+xml" href="/api/ibexa/v2/content/typegroups"/>
-    <contentTypeGroupByIdentifier media-type="" href="/api/ibexa/v2/content/typegroups{?identifier}"/>
-    <users media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users"/>
-    <roles media-type="application/vnd.ibexa.api.RoleList+xml" href="/api/ibexa/v2/user/roles"/>
-    <rootLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"/>
-    <rootUserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5"/>
-    <rootMediaFolder media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/43"/>
-    <locationByRemoteId media-type="" href="/api/ibexa/v2/content/locations{?remoteId}"/>
-    <locationByPath media-type="" href="/api/ibexa/v2/content/locations{?locationPath}"/>
-    <trash media-type="application/vnd.ibexa.api.Trash+xml" href="/api/ibexa/v2/content/trash"/>
-    <sections media-type="application/vnd.ibexa.api.SectionList+xml" href="/api/ibexa/v2/content/sections"/>
-    <views media-type="application/vnd.ibexa.api.RefList+xml" href="/api/ibexa/v2/views"/>
-    <objectStateGroups media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups"/>
-    <objectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/{objectStateGroupId}/objectstates"/>
-    <globalUrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/urlaliases"/>
-    <urlWildcards media-type="application/vnd.ibexa.api.UrlWildcardList+xml" href="/api/ibexa/v2/content/urlwildcards"/>
-    <createSession media-type="application/vnd.ibexa.api.UserSession+xml" href="/api/ibexa/v2/user/sessions"/>
-    <refreshSession media-type="application/vnd.ibexa.api.UserSession+xml" href="/api/ibexa/v2/user/sessions/{sessionId}/refresh"/>
-</Root>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Root media-type="application/vnd.ibexa.api.Root+xml">
+    <content media-type="" href="/api/ibexa/v2/content/objects"/>
+    <contentByRemoteId media-type="" href="/api/ibexa/v2/content/objects{?remoteId}"/>
+    <contentTypes media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/types"/>
+    <contentTypeByIdentifier media-type="" href="/api/ibexa/v2/content/types{?identifier}"/>
+    <contentTypeGroups media-type="application/vnd.ibexa.api.ContentTypeGroupList+xml" href="/api/ibexa/v2/content/typegroups"/>
+    <contentTypeGroupByIdentifier media-type="" href="/api/ibexa/v2/content/typegroups{?identifier}"/>
+    <users media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users"/>
+    <roles media-type="application/vnd.ibexa.api.RoleList+xml" href="/api/ibexa/v2/user/roles"/>
+    <rootLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"/>
+    <rootUserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5"/>
+    <rootMediaFolder media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/43"/>
+    <locationByRemoteId media-type="" href="/api/ibexa/v2/content/locations{?remoteId}"/>
+    <locationByPath media-type="" href="/api/ibexa/v2/content/locations{?locationPath}"/>
+    <trash media-type="application/vnd.ibexa.api.Trash+xml" href="/api/ibexa/v2/content/trash"/>
+    <sections media-type="application/vnd.ibexa.api.SectionList+xml" href="/api/ibexa/v2/content/sections"/>
+    <views media-type="application/vnd.ibexa.api.RefList+xml" href="/api/ibexa/v2/views"/>
+    <objectStateGroups media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups"/>
+    <objectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/{objectStateGroupId}/objectstates"/>
+    <globalUrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/urlaliases"/>
+    <urlWildcards media-type="application/vnd.ibexa.api.UrlWildcardList+xml" href="/api/ibexa/v2/content/urlwildcards"/>
+    <createSession media-type="application/vnd.ibexa.api.UserSession+xml" href="/api/ibexa/v2/user/sessions"/>
+    <refreshSession media-type="application/vnd.ibexa.api.UserSession+xml" href="/api/ibexa/v2/user/sessions/{sessionId}/refresh"/>
+</Root>
 
                                             
@@ -395,104 +396,104 @@
Types
file_copy

-
-                                                {
-    "Root": {
-        "_media-type": "application/vnd.ibexa.api.Root+json",
-        "content": {
-            "_href": "/api/ibexa/v2/content/objects",
-            "_media-type": ""
-        },
-        "contentByRemoteId": {
-            "_href": "/api/ibexa/v2/content/objects{?remoteId}",
-            "_media-type": ""
-        },
-        "contentTypeByIdentifier": {
-            "_href": "/api/ibexa/v2/content/types{?identifier}",
-            "_media-type": ""
-        },
-        "contentTypeGroupByIdentifier": {
-            "_href": "/api/ibexa/v2/content/typegroups{?identifier}",
-            "_media-type": ""
-        },
-        "contentTypeGroups": {
-            "_href": "/api/ibexa/v2/content/typegroups",
-            "_media-type": "application/vnd.ibexa.api.ContentTypeGroupList+json"
-        },
-        "contentTypes": {
-            "_href": "/api/ibexa/v2/content/types",
-            "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json"
-        },
-        "createSession": {
-            "_href": "/api/ibexa/v2/user/sessions",
-            "_media-type": "application/vnd.ibexa.api.UserSession+json"
-        },
-        "globalUrlAliases": {
-            "_href": "/api/ibexa/v2/content/urlaliases",
-            "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json"
-        },
-        "locationByPath": {
-            "_href": "/api/ibexa/v2/content/locations{?locationPath}",
-            "_media-type": ""
-        },
-        "locationByRemoteId": {
-            "_href": "/api/ibexa/v2/content/locations{?remoteId}",
-            "_media-type": ""
-        },
-        "objectStateGroups": {
-            "_href": "/api/ibexa/v2/content/objectstategroups",
-            "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json"
-        },
-        "objectStates": {
-            "_href": "/api/ibexa/v2/content/objectstategroups/{objectStateGroupId}/objectstates",
-            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json"
-        },
-        "roles": {
-            "_href": "/api/ibexa/v2/user/roles",
-            "_media-type": "application/vnd.ibexa.api.RoleList+json"
-        },
-        "rootLocation": {
-            "_href": "/api/ibexa/v2/content/locations/1/2",
-            "_media-type": "application/vnd.ibexa.api.Location+json"
-        },
-        "rootMediaFolder": {
-            "_href": "/api/ibexa/v2/content/locations/1/43",
-            "_media-type": "application/vnd.ibexa.api.Location+json"
-        },
-        "rootUserGroup": {
-            "_href": "/api/ibexa/v2/user/groups/1/5",
-            "_media-type": "application/vnd.ibexa.api.UserGroup+json"
-        },
-        "sections": {
-            "_href": "/api/ibexa/v2/content/sections",
-            "_media-type": "application/vnd.ibexa.api.SectionList+json"
-        },
-        "trash": {
-            "_href": "/api/ibexa/v2/content/trash",
-            "_media-type": "application/vnd.ibexa.api.Trash+json"
-        },
-        "urlWildcards": {
-            "_href": "/api/ibexa/v2/content/urlwildcards",
-            "_media-type": "application/vnd.ibexa.api.UrlWildcardList+json"
-        },
-        "users": {
-            "_href": "/api/ibexa/v2/user/users",
-            "_media-type": "application/vnd.ibexa.api.UserRefList+json"
-        },
-        "views": {
-            "_href": "/api/ibexa/v2/views",
-            "_media-type": "application/vnd.ibexa.api.RefList+json"
-        },
-        "refreshSession": {
-            "_media-type": "application\/vnd.ibexa.api.UserSession+json",
-            "_href": "\/api\/ezp\/v2\/user\/sessions\/{sessionId}\/refresh"
-        }
-    }
-}
+                                            
+                                                {
+    "Root": {
+        "_media-type": "application/vnd.ibexa.api.Root+json",
+        "content": {
+            "_href": "/api/ibexa/v2/content/objects",
+            "_media-type": ""
+        },
+        "contentByRemoteId": {
+            "_href": "/api/ibexa/v2/content/objects{?remoteId}",
+            "_media-type": ""
+        },
+        "contentTypeByIdentifier": {
+            "_href": "/api/ibexa/v2/content/types{?identifier}",
+            "_media-type": ""
+        },
+        "contentTypeGroupByIdentifier": {
+            "_href": "/api/ibexa/v2/content/typegroups{?identifier}",
+            "_media-type": ""
+        },
+        "contentTypeGroups": {
+            "_href": "/api/ibexa/v2/content/typegroups",
+            "_media-type": "application/vnd.ibexa.api.ContentTypeGroupList+json"
+        },
+        "contentTypes": {
+            "_href": "/api/ibexa/v2/content/types",
+            "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json"
+        },
+        "createSession": {
+            "_href": "/api/ibexa/v2/user/sessions",
+            "_media-type": "application/vnd.ibexa.api.UserSession+json"
+        },
+        "globalUrlAliases": {
+            "_href": "/api/ibexa/v2/content/urlaliases",
+            "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json"
+        },
+        "locationByPath": {
+            "_href": "/api/ibexa/v2/content/locations{?locationPath}",
+            "_media-type": ""
+        },
+        "locationByRemoteId": {
+            "_href": "/api/ibexa/v2/content/locations{?remoteId}",
+            "_media-type": ""
+        },
+        "objectStateGroups": {
+            "_href": "/api/ibexa/v2/content/objectstategroups",
+            "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json"
+        },
+        "objectStates": {
+            "_href": "/api/ibexa/v2/content/objectstategroups/{objectStateGroupId}/objectstates",
+            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json"
+        },
+        "roles": {
+            "_href": "/api/ibexa/v2/user/roles",
+            "_media-type": "application/vnd.ibexa.api.RoleList+json"
+        },
+        "rootLocation": {
+            "_href": "/api/ibexa/v2/content/locations/1/2",
+            "_media-type": "application/vnd.ibexa.api.Location+json"
+        },
+        "rootMediaFolder": {
+            "_href": "/api/ibexa/v2/content/locations/1/43",
+            "_media-type": "application/vnd.ibexa.api.Location+json"
+        },
+        "rootUserGroup": {
+            "_href": "/api/ibexa/v2/user/groups/1/5",
+            "_media-type": "application/vnd.ibexa.api.UserGroup+json"
+        },
+        "sections": {
+            "_href": "/api/ibexa/v2/content/sections",
+            "_media-type": "application/vnd.ibexa.api.SectionList+json"
+        },
+        "trash": {
+            "_href": "/api/ibexa/v2/content/trash",
+            "_media-type": "application/vnd.ibexa.api.Trash+json"
+        },
+        "urlWildcards": {
+            "_href": "/api/ibexa/v2/content/urlwildcards",
+            "_media-type": "application/vnd.ibexa.api.UrlWildcardList+json"
+        },
+        "users": {
+            "_href": "/api/ibexa/v2/user/users",
+            "_media-type": "application/vnd.ibexa.api.UserRefList+json"
+        },
+        "views": {
+            "_href": "/api/ibexa/v2/views",
+            "_media-type": "application/vnd.ibexa.api.RefList+json"
+        },
+        "refreshSession": {
+            "_media-type": "application\/vnd.ibexa.api.UserSession+json",
+            "_href": "\/api\/ezp\/v2\/user\/sessions\/{sessionId}\/refresh"
+        }
+    }
+}
 
                                             
@@ -741,27 +742,28 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<BookmarkList media-type="application/vnd.ibexa.api.BookmarkList+xml">
-    <count>3</count>
-    <Bookmark media-type="application/vnd.ibexa.api.Bookmark+xml" _href="/api/ibexa/v2/bookmark/65">
-        <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65">
-            <id>65</id>
-            <priority>0</priority>
-            <hidden>false</hidden>
-            <invisible>false</invisible>
-            <explicitlyHidden>false</explicitlyHidden>
-            <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57"/>
-            <pathString>/1/2/57/65/</pathString>
-            <depth>3</depth>
-            <childCount>0</childCount>
-            <remoteId>aa538e305aea472eb221ce23d1cc4b50</remoteId>
-            <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/57/65/childr
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<BookmarkList media-type="application/vnd.ibexa.api.BookmarkList+xml">
+    <count>3</count>
+    <Bookmark media-type="application/vnd.ibexa.api.Bookmark+xml" _href="/api/ibexa/v2/bookmark/65">
+        <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65">
+            <id>65</id>
+            <priority>0</priority>
+            <hidden>false</hidden>
+            <invisible>false</invisible>
+            <explicitlyHidden>false</explicitlyHidden>
+            <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57"/>
+            <pathString>/1/2/57/65/</pathString>
+            <depth>3</depth>
+            <childCount>0</childCount>
+            <remoteId>aa538e305aea472eb221ce23d1cc4b50</remoteId>
+            <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/57/65/children"/>
+         
                             
View more @@ -773,34 +775,35 @@
Types
file_copy

-
-                                {
-    "BookmarkList": {
-        "_media-type": "application/vnd.ibexa.api.BookmarkList+json",
-        "count": 3,
-        "items": [
-            {
-                "_media-type": "application/vnd.ibexa.api.Bookmark+json",
-                "__href": "/api/ibexa/v2/bookmark/65",
-                "Location": {
-                    "_media-type": "application/vnd.ibexa.api.Location+json",
-                    "_href": "/api/ibexa/v2/content/locations/1/2/57/65",
-                    "id": 65,
-                    "priority": 0,
-                    "hidden": false,
-                    "invisible": false,
-                    "explicitlyHidden": false,
-                    "ParentLocation": {
-                        "_media-type": "application/vnd.ibexa.api.Location+json",
-                        "_href": "/api/ibexa/v2/content/locations/1/2/57"
-                    },
-                    "pathString": "/1/2/57/65/",
-                    "depth": 3,
-                    "childCount
+                            
+                                {
+    "BookmarkList": {
+        "_media-type": "application/vnd.ibexa.api.BookmarkList+json",
+        "count": 3,
+        "items": [
+            {
+                "_media-type": "application/vnd.ibexa.api.Bookmark+json",
+                "__href": "/api/ibexa/v2/bookmark/65",
+                "Location": {
+                    "_media-type": "application/vnd.ibexa.api.Location+json",
+                    "_href": "/api/ibexa/v2/content/locations/1/2/57/65",
+                    "id": 65,
+                    "priority": 0,
+                    "hidden": false,
+                    "invisible": false,
+                    "explicitlyHidden": false,
+                    "ParentLocation": {
+                        "_media-type": "application/vnd.ibexa.api.Location+json",
+                        "_href": "/api/ibexa/v2/content/locations/1/2/57"
+                    },
+                    "pathString": "/1/2/57/65/",
+                    "depth": 3,
+                    "childCount": 0,
+                
                             
View more @@ -868,132 +871,132 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<BookmarkList media-type="application/vnd.ibexa.api.BookmarkList+xml">
-    <count>3</count>
-    <Bookmark media-type="application/vnd.ibexa.api.Bookmark+xml" _href="/api/ibexa/v2/bookmark/65">
-        <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65">
-            <id>65</id>
-            <priority>0</priority>
-            <hidden>false</hidden>
-            <invisible>false</invisible>
-            <explicitlyHidden>false</explicitlyHidden>
-            <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57"/>
-            <pathString>/1/2/57/65/</pathString>
-            <depth>3</depth>
-            <childCount>0</childCount>
-            <remoteId>aa538e305aea472eb221ce23d1cc4b50</remoteId>
-            <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/57/65/children"/>
-            <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/63"/>
-            <sortField>PATH</sortField>
-            <sortOrder>ASC</sortOrder>
-            <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/57/65/urlaliases"/>
-            <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/63">
-                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/63" remoteId="211e99934c8fef5900e4813b96ec5c87" id="63">
-                    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
-                    <Name>Art3</Name>
-                    <TranslatedName>Art3</TranslatedName>
-                    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/63/versions"/>
-                    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/63/currentversion"/>
-                    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
-                    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations"/>
-                    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-                    <lastModificationDate>2021-06-28T11:34:17+00:00</lastModificationDate>
-                    <publishedDate>2021-06-28T11:34:17+00:00</publishedDate>
-                    <mainLanguageCode>eng-GB</mainLanguageCode>
-                    <currentVersionNo>1</currentVersionNo>
-                    <alwaysAvailable>false</alwaysAvailable>
-                    <isHidden>false</isHidden>
-                    <status>PUBLISHED</status>
-                    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/63/objectstates"/>
-                </Content>
-            </ContentInfo>
-        </Location>
-    </Bookmark>
-    <Bookmark media-type="application/vnd.ibexa.api.Bookmark+xml" _href="/api/ibexa/v2/bookmark/68">
-        <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58/68">
-            <id>68</id>
-            <priority>0</priority>
-            <hidden>false</hidden>
-            <invisible>false</invisible>
-            <explicitlyHidden>false</explicitlyHidden>
-            <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58"/>
-            <pathString>/1/2/58/68/</pathString>
-            <depth>3</depth>
-            <childCount>0</childCount>
-            <remoteId>b8cc4627dbc3ca693c85b6b06a8f7492</remoteId>
-            <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/58/68/children"/>
-            <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/67"/>
-            <sortField>PUBLISHED</sortField>
-            <sortOrder>DESC</sortOrder>
-            <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/58/68/urlaliases"/>
-            <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67">
-                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67" remoteId="180adb876af5755d65c1a362fcd619c8" id="67">
-                    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/45"/>
-                    <Name>Tip1</Name>
-                    <TranslatedName>Tip1</TranslatedName>
-                    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/67/versions"/>
-                    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/currentversion"/>
-                    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
-                    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/67/locations"/>
-                    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-                    <lastModificationDate>2021-06-28T11:36:21+00:00</lastModificationDate>
-                    <publishedDate>2021-06-28T11:36:21+00:00</publishedDate>
-                    <mainLanguageCode>eng-GB</mainLanguageCode>
-                    <currentVersionNo>1</currentVersionNo>
-                    <alwaysAvailable>true</alwaysAvailable>
-                    <isHidden>false</isHidden>
-                    <status>PUBLISHED</status>
-                    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/67/objectstates"/>
-                </Content>
-            </ContentInfo>
-        </Location>
-    </Bookmark>
-    <Bookmark media-type="application/vnd.ibexa.api.Bookmark+xml" _href="/api/ibexa/v2/bookmark/59">
-        <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/59">
-            <id>59</id>
-            <priority>0</priority>
-            <hidden>false</hidden>
-            <invisible>false</invisible>
-            <explicitlyHidden>false</explicitlyHidden>
-            <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"/>
-            <pathString>/1/2/59/</pathString>
-            <depth>2</depth>
-            <childCount>3</childCount>
-            <remoteId>fd949fc2eed1fff847d73021ff1a6ea9</remoteId>
-            <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/59/children"/>
-            <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/58"/>
-            <sortField>PATH</sortField>
-            <sortOrder>ASC</sortOrder>
-            <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/59/urlaliases"/>
-            <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/58">
-                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/58" remoteId="00b513aae54036a16e00fb3365c4b5f3" id="58">
-                    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
-                    <Name>Dog Breed Catalog</Name>
-                    <TranslatedName>Dog Breed Catalog</TranslatedName>
-                    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/58/versions"/>
-                    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/58/currentversion"/>
-                    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
-                    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/58/locations"/>
-                    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-                    <lastModificationDate>2021-06-28T11:23:10+00:00</lastModificationDate>
-                    <publishedDate>2021-06-28T11:23:10+00:00</publishedDate>
-                    <mainLanguageCode>eng-GB</mainLanguageCode>
-                    <currentVersionNo>1</currentVersionNo>
-                    <alwaysAvailable>true</alwaysAvailable>
-                    <isHidden>false</isHidden>
-                    <status>PUBLISHED</status>
-                    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/58/objectstates"/>
-                </Content>
-            </ContentInfo>
-        </Location>
-    </Bookmark>
-</BookmarkList>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<BookmarkList media-type="application/vnd.ibexa.api.BookmarkList+xml">
+    <count>3</count>
+    <Bookmark media-type="application/vnd.ibexa.api.Bookmark+xml" _href="/api/ibexa/v2/bookmark/65">
+        <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65">
+            <id>65</id>
+            <priority>0</priority>
+            <hidden>false</hidden>
+            <invisible>false</invisible>
+            <explicitlyHidden>false</explicitlyHidden>
+            <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57"/>
+            <pathString>/1/2/57/65/</pathString>
+            <depth>3</depth>
+            <childCount>0</childCount>
+            <remoteId>aa538e305aea472eb221ce23d1cc4b50</remoteId>
+            <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/57/65/children"/>
+            <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/63"/>
+            <sortField>PATH</sortField>
+            <sortOrder>ASC</sortOrder>
+            <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/57/65/urlaliases"/>
+            <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/63">
+                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/63" remoteId="211e99934c8fef5900e4813b96ec5c87" id="63">
+                    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
+                    <Name>Art3</Name>
+                    <TranslatedName>Art3</TranslatedName>
+                    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/63/versions"/>
+                    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/63/currentversion"/>
+                    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
+                    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations"/>
+                    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+                    <lastModificationDate>2021-06-28T11:34:17+00:00</lastModificationDate>
+                    <publishedDate>2021-06-28T11:34:17+00:00</publishedDate>
+                    <mainLanguageCode>eng-GB</mainLanguageCode>
+                    <currentVersionNo>1</currentVersionNo>
+                    <alwaysAvailable>false</alwaysAvailable>
+                    <isHidden>false</isHidden>
+                    <status>PUBLISHED</status>
+                    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/63/objectstates"/>
+                </Content>
+            </ContentInfo>
+        </Location>
+    </Bookmark>
+    <Bookmark media-type="application/vnd.ibexa.api.Bookmark+xml" _href="/api/ibexa/v2/bookmark/68">
+        <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58/68">
+            <id>68</id>
+            <priority>0</priority>
+            <hidden>false</hidden>
+            <invisible>false</invisible>
+            <explicitlyHidden>false</explicitlyHidden>
+            <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58"/>
+            <pathString>/1/2/58/68/</pathString>
+            <depth>3</depth>
+            <childCount>0</childCount>
+            <remoteId>b8cc4627dbc3ca693c85b6b06a8f7492</remoteId>
+            <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/58/68/children"/>
+            <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/67"/>
+            <sortField>PUBLISHED</sortField>
+            <sortOrder>DESC</sortOrder>
+            <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/58/68/urlaliases"/>
+            <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67">
+                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67" remoteId="180adb876af5755d65c1a362fcd619c8" id="67">
+                    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/45"/>
+                    <Name>Tip1</Name>
+                    <TranslatedName>Tip1</TranslatedName>
+                    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/67/versions"/>
+                    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/currentversion"/>
+                    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
+                    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/67/locations"/>
+                    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+                    <lastModificationDate>2021-06-28T11:36:21+00:00</lastModificationDate>
+                    <publishedDate>2021-06-28T11:36:21+00:00</publishedDate>
+                    <mainLanguageCode>eng-GB</mainLanguageCode>
+                    <currentVersionNo>1</currentVersionNo>
+                    <alwaysAvailable>true</alwaysAvailable>
+                    <isHidden>false</isHidden>
+                    <status>PUBLISHED</status>
+                    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/67/objectstates"/>
+                </Content>
+            </ContentInfo>
+        </Location>
+    </Bookmark>
+    <Bookmark media-type="application/vnd.ibexa.api.Bookmark+xml" _href="/api/ibexa/v2/bookmark/59">
+        <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/59">
+            <id>59</id>
+            <priority>0</priority>
+            <hidden>false</hidden>
+            <invisible>false</invisible>
+            <explicitlyHidden>false</explicitlyHidden>
+            <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"/>
+            <pathString>/1/2/59/</pathString>
+            <depth>2</depth>
+            <childCount>3</childCount>
+            <remoteId>fd949fc2eed1fff847d73021ff1a6ea9</remoteId>
+            <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/59/children"/>
+            <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/58"/>
+            <sortField>PATH</sortField>
+            <sortOrder>ASC</sortOrder>
+            <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/59/urlaliases"/>
+            <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/58">
+                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/58" remoteId="00b513aae54036a16e00fb3365c4b5f3" id="58">
+                    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
+                    <Name>Dog Breed Catalog</Name>
+                    <TranslatedName>Dog Breed Catalog</TranslatedName>
+                    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/58/versions"/>
+                    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/58/currentversion"/>
+                    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
+                    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/58/locations"/>
+                    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+                    <lastModificationDate>2021-06-28T11:23:10+00:00</lastModificationDate>
+                    <publishedDate>2021-06-28T11:23:10+00:00</publishedDate>
+                    <mainLanguageCode>eng-GB</mainLanguageCode>
+                    <currentVersionNo>1</currentVersionNo>
+                    <alwaysAvailable>true</alwaysAvailable>
+                    <isHidden>false</isHidden>
+                    <status>PUBLISHED</status>
+                    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/58/objectstates"/>
+                </Content>
+            </ContentInfo>
+        </Location>
+    </Bookmark>
+</BookmarkList>
 
                                             
@@ -1006,265 +1009,265 @@
Types
file_copy

-
-                                                {
-    "BookmarkList": {
-        "_media-type": "application/vnd.ibexa.api.BookmarkList+json",
-        "count": 3,
-        "items": [
-            {
-                "_media-type": "application/vnd.ibexa.api.Bookmark+json",
-                "__href": "/api/ibexa/v2/bookmark/65",
-                "Location": {
-                    "_media-type": "application/vnd.ibexa.api.Location+json",
-                    "_href": "/api/ibexa/v2/content/locations/1/2/57/65",
-                    "id": 65,
-                    "priority": 0,
-                    "hidden": false,
-                    "invisible": false,
-                    "explicitlyHidden": false,
-                    "ParentLocation": {
-                        "_media-type": "application/vnd.ibexa.api.Location+json",
-                        "_href": "/api/ibexa/v2/content/locations/1/2/57"
-                    },
-                    "pathString": "/1/2/57/65/",
-                    "depth": 3,
-                    "childCount": 0,
-                    "remoteId": "aa538e305aea472eb221ce23d1cc4b50",
-                    "Children": {
-                        "_media-type": "application/vnd.ibexa.api.LocationList+json",
-                        "_href": "/api/ibexa/v2/content/locations/1/2/57/65/children"
-                    },
-                    "Content": {
-                        "_media-type": "application/vnd.ibexa.api.Content+json",
-                        "_href": "/api/ibexa/v2/content/objects/63"
-                    },
-                    "sortField": "PATH",
-                    "sortOrder": "ASC",
-                    "UrlAliases": {
-                        "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
-                        "_href": "/api/ibexa/v2/content/locations/1/2/57/65/urlaliases"
-                    },
-                    "ContentInfo": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/63",
-                        "Content": {
-                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                            "_href": "/api/ibexa/v2/content/objects/63",
-                            "_remoteId": "211e99934c8fef5900e4813b96ec5c87",
-                            "_id": 63,
-                            "ContentType": {
-                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
-                                "_href": "/api/ibexa/v2/content/types/2"
-                            },
-                            "Name": "Art3",
-                            "TranslatedName": "Art3",
-                            "Versions": {
-                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
-                                "_href": "/api/ibexa/v2/content/objects/63/versions"
-                            },
-                            "CurrentVersion": {
-                                "_media-type": "application/vnd.ibexa.api.Version+json",
-                                "_href": "/api/ibexa/v2/content/objects/63/currentversion"
-                            },
-                            "Section": {
-                                "_media-type": "application/vnd.ibexa.api.Section+json",
-                                "_href": "/api/ibexa/v2/content/sections/1"
-                            },
-                            "Locations": {
-                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
-                                "_href": "/api/ibexa/v2/content/objects/63/locations"
-                            },
-                            "Owner": {
-                                "_media-type": "application/vnd.ibexa.api.User+json",
-                                "_href": "/api/ibexa/v2/user/users/14"
-                            },
-                            "lastModificationDate": "2021-06-28T11:34:17+00:00",
-                            "publishedDate": "2021-06-28T11:34:17+00:00",
-                            "mainLanguageCode": "eng-GB",
-                            "currentVersionNo": 1,
-                            "alwaysAvailable": false,
-                            "isHidden": false,
-                            "status": "PUBLISHED",
-                            "ObjectStates": {
-                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
-                                "_href": "/api/ibexa/v2/content/objects/63/objectstates"
-                            }
-                        }
-                    }
-                }
-            },
-            {
-                "_media-type": "application/vnd.ibexa.api.Bookmark+json",
-                "__href": "/api/ibexa/v2/bookmark/68",
-                "Location": {
-                    "_media-type": "application/vnd.ibexa.api.Location+json",
-                    "_href": "/api/ibexa/v2/content/locations/1/2/58/68",
-                    "id": 68,
-                    "priority": 0,
-                    "hidden": false,
-                    "invisible": false,
-                    "explicitlyHidden": false,
-                    "ParentLocation": {
-                        "_media-type": "application/vnd.ibexa.api.Location+json",
-                        "_href": "/api/ibexa/v2/content/locations/1/2/58"
-                    },
-                    "pathString": "/1/2/58/68/",
-                    "depth": 3,
-                    "childCount": 0,
-                    "remoteId": "b8cc4627dbc3ca693c85b6b06a8f7492",
-                    "Children": {
-                        "_media-type": "application/vnd.ibexa.api.LocationList+json",
-                        "_href": "/api/ibexa/v2/content/locations/1/2/58/68/children"
-                    },
-                    "Content": {
-                        "_media-type": "application/vnd.ibexa.api.Content+json",
-                        "_href": "/api/ibexa/v2/content/objects/67"
-                    },
-                    "sortField": "PUBLISHED",
-                    "sortOrder": "DESC",
-                    "UrlAliases": {
-                        "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
-                        "_href": "/api/ibexa/v2/content/locations/1/2/58/68/urlaliases"
-                    },
-                    "ContentInfo": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/67",
-                        "Content": {
-                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                            "_href": "/api/ibexa/v2/content/objects/67",
-                            "_remoteId": "180adb876af5755d65c1a362fcd619c8",
-                            "_id": 67,
-                            "ContentType": {
-                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
-                                "_href": "/api/ibexa/v2/content/types/45"
-                            },
-                            "Name": "Tip1",
-                            "TranslatedName": "Tip1",
-                            "Versions": {
-                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
-                                "_href": "/api/ibexa/v2/content/objects/67/versions"
-                            },
-                            "CurrentVersion": {
-                                "_media-type": "application/vnd.ibexa.api.Version+json",
-                                "_href": "/api/ibexa/v2/content/objects/67/currentversion"
-                            },
-                            "Section": {
-                                "_media-type": "application/vnd.ibexa.api.Section+json",
-                                "_href": "/api/ibexa/v2/content/sections/1"
-                            },
-                            "Locations": {
-                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
-                                "_href": "/api/ibexa/v2/content/objects/67/locations"
-                            },
-                            "Owner": {
-                                "_media-type": "application/vnd.ibexa.api.User+json",
-                                "_href": "/api/ibexa/v2/user/users/14"
-                            },
-                            "lastModificationDate": "2021-06-28T11:36:21+00:00",
-                            "publishedDate": "2021-06-28T11:36:21+00:00",
-                            "mainLanguageCode": "eng-GB",
-                            "currentVersionNo": 1,
-                            "alwaysAvailable": true,
-                            "isHidden": false,
-                            "status": "PUBLISHED",
-                            "ObjectStates": {
-                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
-                                "_href": "/api/ibexa/v2/content/objects/67/objectstates"
-                            }
-                        }
-                    }
-                }
-            },
-            {
-                "_media-type": "application/vnd.ibexa.api.Bookmark+json",
-                "__href": "/api/ibexa/v2/bookmark/59",
-                "Location": {
-                    "_media-type": "application/vnd.ibexa.api.Location+json",
-                    "_href": "/api/ibexa/v2/content/locations/1/2/59",
-                    "id": 59,
-                    "priority": 0,
-                    "hidden": false,
-                    "invisible": false,
-                    "explicitlyHidden": false,
-                    "ParentLocation": {
-                        "_media-type": "application/vnd.ibexa.api.Location+json",
-                        "_href": "/api/ibexa/v2/content/locations/1/2"
-                    },
-                    "pathString": "/1/2/59/",
-                    "depth": 2,
-                    "childCount": 3,
-                    "remoteId": "fd949fc2eed1fff847d73021ff1a6ea9",
-                    "Children": {
-                        "_media-type": "application/vnd.ibexa.api.LocationList+json",
-                        "_href": "/api/ibexa/v2/content/locations/1/2/59/children"
-                    },
-                    "Content": {
-                        "_media-type": "application/vnd.ibexa.api.Content+json",
-                        "_href": "/api/ibexa/v2/content/objects/58"
-                    },
-                    "sortField": "PATH",
-                    "sortOrder": "ASC",
-                    "UrlAliases": {
-                        "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
-                        "_href": "/api/ibexa/v2/content/locations/1/2/59/urlaliases"
-                    },
-                    "ContentInfo": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/58",
-                        "Content": {
-                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                            "_href": "/api/ibexa/v2/content/objects/58",
-                            "_remoteId": "00b513aae54036a16e00fb3365c4b5f3",
-                            "_id": 58,
-                            "ContentType": {
-                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
-                                "_href": "/api/ibexa/v2/content/types/1"
-                            },
-                            "Name": "Dog Breed Catalog",
-                            "TranslatedName": "Dog Breed Catalog",
-                            "Versions": {
-                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
-                                "_href": "/api/ibexa/v2/content/objects/58/versions"
-                            },
-                            "CurrentVersion": {
-                                "_media-type": "application/vnd.ibexa.api.Version+json",
-                                "_href": "/api/ibexa/v2/content/objects/58/currentversion"
-                            },
-                            "Section": {
-                                "_media-type": "application/vnd.ibexa.api.Section+json",
-                                "_href": "/api/ibexa/v2/content/sections/1"
-                            },
-                            "Locations": {
-                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
-                                "_href": "/api/ibexa/v2/content/objects/58/locations"
-                            },
-                            "Owner": {
-                                "_media-type": "application/vnd.ibexa.api.User+json",
-                                "_href": "/api/ibexa/v2/user/users/14"
-                            },
-                            "lastModificationDate": "2021-06-28T11:23:10+00:00",
-                            "publishedDate": "2021-06-28T11:23:10+00:00",
-                            "mainLanguageCode": "eng-GB",
-                            "currentVersionNo": 1,
-                            "alwaysAvailable": true,
-                            "isHidden": false,
-                            "status": "PUBLISHED",
-                            "ObjectStates": {
-                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
-                                "_href": "/api/ibexa/v2/content/objects/58/objectstates"
-                            }
-                        }
-                    }
-                }
-            }
-        ]
-    }
-}
+                                            
+                                                {
+    "BookmarkList": {
+        "_media-type": "application/vnd.ibexa.api.BookmarkList+json",
+        "count": 3,
+        "items": [
+            {
+                "_media-type": "application/vnd.ibexa.api.Bookmark+json",
+                "__href": "/api/ibexa/v2/bookmark/65",
+                "Location": {
+                    "_media-type": "application/vnd.ibexa.api.Location+json",
+                    "_href": "/api/ibexa/v2/content/locations/1/2/57/65",
+                    "id": 65,
+                    "priority": 0,
+                    "hidden": false,
+                    "invisible": false,
+                    "explicitlyHidden": false,
+                    "ParentLocation": {
+                        "_media-type": "application/vnd.ibexa.api.Location+json",
+                        "_href": "/api/ibexa/v2/content/locations/1/2/57"
+                    },
+                    "pathString": "/1/2/57/65/",
+                    "depth": 3,
+                    "childCount": 0,
+                    "remoteId": "aa538e305aea472eb221ce23d1cc4b50",
+                    "Children": {
+                        "_media-type": "application/vnd.ibexa.api.LocationList+json",
+                        "_href": "/api/ibexa/v2/content/locations/1/2/57/65/children"
+                    },
+                    "Content": {
+                        "_media-type": "application/vnd.ibexa.api.Content+json",
+                        "_href": "/api/ibexa/v2/content/objects/63"
+                    },
+                    "sortField": "PATH",
+                    "sortOrder": "ASC",
+                    "UrlAliases": {
+                        "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
+                        "_href": "/api/ibexa/v2/content/locations/1/2/57/65/urlaliases"
+                    },
+                    "ContentInfo": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/63",
+                        "Content": {
+                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                            "_href": "/api/ibexa/v2/content/objects/63",
+                            "_remoteId": "211e99934c8fef5900e4813b96ec5c87",
+                            "_id": 63,
+                            "ContentType": {
+                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
+                                "_href": "/api/ibexa/v2/content/types/2"
+                            },
+                            "Name": "Art3",
+                            "TranslatedName": "Art3",
+                            "Versions": {
+                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
+                                "_href": "/api/ibexa/v2/content/objects/63/versions"
+                            },
+                            "CurrentVersion": {
+                                "_media-type": "application/vnd.ibexa.api.Version+json",
+                                "_href": "/api/ibexa/v2/content/objects/63/currentversion"
+                            },
+                            "Section": {
+                                "_media-type": "application/vnd.ibexa.api.Section+json",
+                                "_href": "/api/ibexa/v2/content/sections/1"
+                            },
+                            "Locations": {
+                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
+                                "_href": "/api/ibexa/v2/content/objects/63/locations"
+                            },
+                            "Owner": {
+                                "_media-type": "application/vnd.ibexa.api.User+json",
+                                "_href": "/api/ibexa/v2/user/users/14"
+                            },
+                            "lastModificationDate": "2021-06-28T11:34:17+00:00",
+                            "publishedDate": "2021-06-28T11:34:17+00:00",
+                            "mainLanguageCode": "eng-GB",
+                            "currentVersionNo": 1,
+                            "alwaysAvailable": false,
+                            "isHidden": false,
+                            "status": "PUBLISHED",
+                            "ObjectStates": {
+                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
+                                "_href": "/api/ibexa/v2/content/objects/63/objectstates"
+                            }
+                        }
+                    }
+                }
+            },
+            {
+                "_media-type": "application/vnd.ibexa.api.Bookmark+json",
+                "__href": "/api/ibexa/v2/bookmark/68",
+                "Location": {
+                    "_media-type": "application/vnd.ibexa.api.Location+json",
+                    "_href": "/api/ibexa/v2/content/locations/1/2/58/68",
+                    "id": 68,
+                    "priority": 0,
+                    "hidden": false,
+                    "invisible": false,
+                    "explicitlyHidden": false,
+                    "ParentLocation": {
+                        "_media-type": "application/vnd.ibexa.api.Location+json",
+                        "_href": "/api/ibexa/v2/content/locations/1/2/58"
+                    },
+                    "pathString": "/1/2/58/68/",
+                    "depth": 3,
+                    "childCount": 0,
+                    "remoteId": "b8cc4627dbc3ca693c85b6b06a8f7492",
+                    "Children": {
+                        "_media-type": "application/vnd.ibexa.api.LocationList+json",
+                        "_href": "/api/ibexa/v2/content/locations/1/2/58/68/children"
+                    },
+                    "Content": {
+                        "_media-type": "application/vnd.ibexa.api.Content+json",
+                        "_href": "/api/ibexa/v2/content/objects/67"
+                    },
+                    "sortField": "PUBLISHED",
+                    "sortOrder": "DESC",
+                    "UrlAliases": {
+                        "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
+                        "_href": "/api/ibexa/v2/content/locations/1/2/58/68/urlaliases"
+                    },
+                    "ContentInfo": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/67",
+                        "Content": {
+                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                            "_href": "/api/ibexa/v2/content/objects/67",
+                            "_remoteId": "180adb876af5755d65c1a362fcd619c8",
+                            "_id": 67,
+                            "ContentType": {
+                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
+                                "_href": "/api/ibexa/v2/content/types/45"
+                            },
+                            "Name": "Tip1",
+                            "TranslatedName": "Tip1",
+                            "Versions": {
+                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
+                                "_href": "/api/ibexa/v2/content/objects/67/versions"
+                            },
+                            "CurrentVersion": {
+                                "_media-type": "application/vnd.ibexa.api.Version+json",
+                                "_href": "/api/ibexa/v2/content/objects/67/currentversion"
+                            },
+                            "Section": {
+                                "_media-type": "application/vnd.ibexa.api.Section+json",
+                                "_href": "/api/ibexa/v2/content/sections/1"
+                            },
+                            "Locations": {
+                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
+                                "_href": "/api/ibexa/v2/content/objects/67/locations"
+                            },
+                            "Owner": {
+                                "_media-type": "application/vnd.ibexa.api.User+json",
+                                "_href": "/api/ibexa/v2/user/users/14"
+                            },
+                            "lastModificationDate": "2021-06-28T11:36:21+00:00",
+                            "publishedDate": "2021-06-28T11:36:21+00:00",
+                            "mainLanguageCode": "eng-GB",
+                            "currentVersionNo": 1,
+                            "alwaysAvailable": true,
+                            "isHidden": false,
+                            "status": "PUBLISHED",
+                            "ObjectStates": {
+                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
+                                "_href": "/api/ibexa/v2/content/objects/67/objectstates"
+                            }
+                        }
+                    }
+                }
+            },
+            {
+                "_media-type": "application/vnd.ibexa.api.Bookmark+json",
+                "__href": "/api/ibexa/v2/bookmark/59",
+                "Location": {
+                    "_media-type": "application/vnd.ibexa.api.Location+json",
+                    "_href": "/api/ibexa/v2/content/locations/1/2/59",
+                    "id": 59,
+                    "priority": 0,
+                    "hidden": false,
+                    "invisible": false,
+                    "explicitlyHidden": false,
+                    "ParentLocation": {
+                        "_media-type": "application/vnd.ibexa.api.Location+json",
+                        "_href": "/api/ibexa/v2/content/locations/1/2"
+                    },
+                    "pathString": "/1/2/59/",
+                    "depth": 2,
+                    "childCount": 3,
+                    "remoteId": "fd949fc2eed1fff847d73021ff1a6ea9",
+                    "Children": {
+                        "_media-type": "application/vnd.ibexa.api.LocationList+json",
+                        "_href": "/api/ibexa/v2/content/locations/1/2/59/children"
+                    },
+                    "Content": {
+                        "_media-type": "application/vnd.ibexa.api.Content+json",
+                        "_href": "/api/ibexa/v2/content/objects/58"
+                    },
+                    "sortField": "PATH",
+                    "sortOrder": "ASC",
+                    "UrlAliases": {
+                        "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
+                        "_href": "/api/ibexa/v2/content/locations/1/2/59/urlaliases"
+                    },
+                    "ContentInfo": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/58",
+                        "Content": {
+                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                            "_href": "/api/ibexa/v2/content/objects/58",
+                            "_remoteId": "00b513aae54036a16e00fb3365c4b5f3",
+                            "_id": 58,
+                            "ContentType": {
+                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
+                                "_href": "/api/ibexa/v2/content/types/1"
+                            },
+                            "Name": "Dog Breed Catalog",
+                            "TranslatedName": "Dog Breed Catalog",
+                            "Versions": {
+                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
+                                "_href": "/api/ibexa/v2/content/objects/58/versions"
+                            },
+                            "CurrentVersion": {
+                                "_media-type": "application/vnd.ibexa.api.Version+json",
+                                "_href": "/api/ibexa/v2/content/objects/58/currentversion"
+                            },
+                            "Section": {
+                                "_media-type": "application/vnd.ibexa.api.Section+json",
+                                "_href": "/api/ibexa/v2/content/sections/1"
+                            },
+                            "Locations": {
+                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
+                                "_href": "/api/ibexa/v2/content/objects/58/locations"
+                            },
+                            "Owner": {
+                                "_media-type": "application/vnd.ibexa.api.User+json",
+                                "_href": "/api/ibexa/v2/user/users/14"
+                            },
+                            "lastModificationDate": "2021-06-28T11:23:10+00:00",
+                            "publishedDate": "2021-06-28T11:23:10+00:00",
+                            "mainLanguageCode": "eng-GB",
+                            "currentVersionNo": 1,
+                            "alwaysAvailable": true,
+                            "isHidden": false,
+                            "status": "PUBLISHED",
+                            "ObjectStates": {
+                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
+                                "_href": "/api/ibexa/v2/content/objects/58/objectstates"
+                            }
+                        }
+                    }
+                }
+            }
+        ]
+    }
+}
 
                                             
@@ -1778,36 +1781,36 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<ContentCreate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <ContentType href="/api/ibexa/v2/content/types/2"/>
-  <mainLanguageCode>eng-GB</mainLanguageCode>
-  <LocationCreate>
-    <ParentLocation href="/api/ibexa/v2/content/locations/1/2" />
-    <priority>0</priority>
-    <hidden>false</hidden>
-    <sortField>PATH</sortField>
-    <sortOrder>ASC</sortOrder>
-  </LocationCreate>
-  <Section href="/api/ibexa/v2/content/sections/1"/>
-  <alwaysAvailable>true</alwaysAvailable>
-  <remoteId></remoteId>
-  <fields>
-    <field>
-      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-      <languageCode>eng-GB</languageCode>
-      <fieldValue>draft article</fieldValue>
-    </field>
-    <field>
-      <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
-      <languageCode>eng-GB</languageCode>
-      <fieldValue>
-    <value key="xml"><![CDATA[<section xmlns="http://ez.no/namespaces/ezpublish5/xhtml5/edit"><p
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<ContentCreate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <ContentType href="/api/ibexa/v2/content/types/2"/>
+  <mainLanguageCode>eng-GB</mainLanguageCode>
+  <LocationCreate>
+    <ParentLocation href="/api/ibexa/v2/content/locations/1/2"/>
+    <priority>0</priority>
+    <hidden>false</hidden>
+    <sortField>PATH</sortField>
+    <sortOrder>ASC</sortOrder>
+  </LocationCreate>
+  <Section href="/api/ibexa/v2/content/sections/1"/>
+  <alwaysAvailable>true</alwaysAvailable>
+  <remoteId></remoteId>
+  <fields>
+    <field>
+      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+      <languageCode>eng-GB</languageCode>
+      <fieldValue>draft article</fieldValue>
+    </field>
+    <field>
+      <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
+      <languageCode>eng-GB</languageCode>
+      <fieldValue>
+        <value key="xml"><![CDATA[<section xmlns="http://ibexa.co/namespaces/ezpublish5/xhtml5/edit"><p>draft draft</p></
                             
View more @@ -1819,45 +1822,47 @@
Types
file_copy

-
-                                {
-  "ContentCreate": {
-    "ContentType": {
-      "_href": "/api/ibexa/v2/content/types/2"
-      },
-    "mainLanguageCode": "eng-GB",
-    "LocationCreate": {
-      "ParentLocation": {
-        "_href": "/api/ibexa/v2/content/locations/1/2"
-       },
-      "priority": "0",
-      "hidden": "false",
-      "sortField": "PATH",
-      "sortOrder": "ASC"
-    },
-    "Section": {
-      "_href": "/api/ibexa/v2/content/sections/1"
-    },
-    "alwaysAvailable": "true",
-    "fields": {
-      "field": [
-        {
-          "fieldDefinitionIdentifier": "title",
-          "languageCode": "eng-GB",
-          "fieldTypeIdentifier": "ezstring",
-          "fieldValue": "draft article"
-        },
-        {
-          "fieldDefinitionIdentifier": "intro",
-          "languageCode": "eng-GB",
-          "fieldTypeIdentifier": "ezrichtext",
-          "fieldValue": 
-           {
-                "xml": "<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft
+                            
+                                {
+  "ContentCreate": {
+    "ContentType": {
+      "_href": "/api/ibexa/v2/content/types/2"
+      },
+    "mainLanguageCode": "eng-GB",
+    "LocationCreate": {
+      "ParentLocation": {
+        "_href": "/api/ibexa/v2/content/locations/1/2"
+       },
+      "priority": "0",
+      "hidden": "false",
+      "sortField": "PATH",
+      "sortOrder": "ASC"
+    },
+    "Section": {
+      "_href": "/api/ibexa/v2/content/sections/1"
+    },
+    "alwaysAvailable": "true",
+    "fields": {
+      "field": [
+        {
+          "fieldDefinitionIdentifier": "title",
+          "languageCode": "eng-GB",
+          "fieldTypeIdentifier": "ezstring",
+          "fieldValue": "draft article"
+        },
+        {
+          "fieldDefinitionIdentifier": "intro",
+          "languageCode": "eng-GB",
+          "fieldTypeIdentifier": "ezrichtext",
+          "fieldValue": 
+           {
+                "xml": "<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft</p></section>"
+            }
+   
                             
View more @@ -1922,47 +1927,47 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<ContentCreate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <ContentType href="/api/ibexa/v2/content/types/2"/>
-  <mainLanguageCode>eng-GB</mainLanguageCode>
-  <LocationCreate>
-    <ParentLocation href="/api/ibexa/v2/content/locations/1/2" />
-    <priority>0</priority>
-    <hidden>false</hidden>
-    <sortField>PATH</sortField>
-    <sortOrder>ASC</sortOrder>
-  </LocationCreate>
-  <Section href="/api/ibexa/v2/content/sections/1"/>
-  <alwaysAvailable>true</alwaysAvailable>
-  <remoteId></remoteId>
-  <fields>
-    <field>
-      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-      <languageCode>eng-GB</languageCode>
-      <fieldValue>draft article</fieldValue>
-    </field>
-    <field>
-      <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
-      <languageCode>eng-GB</languageCode>
-      <fieldValue>
-    <value key="xml"><![CDATA[<section xmlns="http://ez.no/namespaces/ezpublish5/xhtml5/edit"><p>draft draft</p></section>]]></value>
-   </fieldValue>
-    </field>
-    <field>
-      <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
-      <languageCode>eng-GB</languageCode>
-      <fieldValue>
-    <value key="xml"><![CDATA[<section xmlns="http://ez.no/namespaces/ezpublish5/xhtml5/edit"><p>draft draft draft </p></section>]]></value>
-   </fieldValue>
-    </field>
-  </fields>
-</ContentCreate>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<ContentCreate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <ContentType href="/api/ibexa/v2/content/types/2"/>
+  <mainLanguageCode>eng-GB</mainLanguageCode>
+  <LocationCreate>
+    <ParentLocation href="/api/ibexa/v2/content/locations/1/2"/>
+    <priority>0</priority>
+    <hidden>false</hidden>
+    <sortField>PATH</sortField>
+    <sortOrder>ASC</sortOrder>
+  </LocationCreate>
+  <Section href="/api/ibexa/v2/content/sections/1"/>
+  <alwaysAvailable>true</alwaysAvailable>
+  <remoteId></remoteId>
+  <fields>
+    <field>
+      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+      <languageCode>eng-GB</languageCode>
+      <fieldValue>draft article</fieldValue>
+    </field>
+    <field>
+      <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
+      <languageCode>eng-GB</languageCode>
+      <fieldValue>
+        <value key="xml"><![CDATA[<section xmlns="http://ibexa.co/namespaces/ezpublish5/xhtml5/edit"><p>draft draft</p></section>]]></value>
+      </fieldValue>
+    </field>
+    <field>
+      <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
+      <languageCode>eng-GB</languageCode>
+      <fieldValue>
+        <value key="xml"><![CDATA[<section xmlns="http://ibexa.co/namespaces/ezpublish5/xhtml5/edit"><p>draft draft draft</p></section>]]></value>
+      </fieldValue>
+    </field>
+  </fields>
+</ContentCreate>
 
                                             
@@ -1975,59 +1980,59 @@
Types
file_copy

-
-                                                {
-  "ContentCreate": {
-    "ContentType": {
-      "_href": "/api/ibexa/v2/content/types/2"
-      },
-    "mainLanguageCode": "eng-GB",
-    "LocationCreate": {
-      "ParentLocation": {
-        "_href": "/api/ibexa/v2/content/locations/1/2"
-       },
-      "priority": "0",
-      "hidden": "false",
-      "sortField": "PATH",
-      "sortOrder": "ASC"
-    },
-    "Section": {
-      "_href": "/api/ibexa/v2/content/sections/1"
-    },
-    "alwaysAvailable": "true",
-    "fields": {
-      "field": [
-        {
-          "fieldDefinitionIdentifier": "title",
-          "languageCode": "eng-GB",
-          "fieldTypeIdentifier": "ezstring",
-          "fieldValue": "draft article"
-        },
-        {
-          "fieldDefinitionIdentifier": "intro",
-          "languageCode": "eng-GB",
-          "fieldTypeIdentifier": "ezrichtext",
-          "fieldValue": 
-           {
-                "xml": "<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft</p></section>"
-            }
-        },
-        {
-          "fieldDefinitionIdentifier": "body",
-          "languageCode": "eng-GB",
-          "fieldTypeIdentifier": "ezrichtext",
-          "fieldValue": {
-                "xml": "<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft draft </p></section>"
-            }
-        }
-      ]
-    }
-  }
-}
+                                            
+                                                {
+  "ContentCreate": {
+    "ContentType": {
+      "_href": "/api/ibexa/v2/content/types/2"
+      },
+    "mainLanguageCode": "eng-GB",
+    "LocationCreate": {
+      "ParentLocation": {
+        "_href": "/api/ibexa/v2/content/locations/1/2"
+       },
+      "priority": "0",
+      "hidden": "false",
+      "sortField": "PATH",
+      "sortOrder": "ASC"
+    },
+    "Section": {
+      "_href": "/api/ibexa/v2/content/sections/1"
+    },
+    "alwaysAvailable": "true",
+    "fields": {
+      "field": [
+        {
+          "fieldDefinitionIdentifier": "title",
+          "languageCode": "eng-GB",
+          "fieldTypeIdentifier": "ezstring",
+          "fieldValue": "draft article"
+        },
+        {
+          "fieldDefinitionIdentifier": "intro",
+          "languageCode": "eng-GB",
+          "fieldTypeIdentifier": "ezrichtext",
+          "fieldValue": 
+           {
+                "xml": "<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft</p></section>"
+            }
+        },
+        {
+          "fieldDefinitionIdentifier": "body",
+          "languageCode": "eng-GB",
+          "fieldTypeIdentifier": "ezrichtext",
+          "fieldValue": {
+                "xml": "<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft draft </p></section>"
+            }
+        }
+      ]
+    }
+  }
+}
 
                                             
@@ -2081,24 +2086,24 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
-    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
-    <Name>draft article</Name>
-    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/83/versions"/>
-    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/currentversion">
-        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/versions/1">
-            <VersionInfo>
-                <id>547</id>
-                <versionNo>1</versionNo>
-                <status>DRAFT</status>
-                <modificationDate>2019-02-19T15:55:37+01:00</modificationDate>
-                <Creator media-type="application/vnd.ibexa.api.User+xml" 
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
+    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
+    <Name>draft article</Name>
+    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/83/versions"/>
+    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/currentversion">
+        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/versions/1">
+            <VersionInfo>
+                <id>547</id>
+                <versionNo>1</versionNo>
+                <status>DRAFT</status>
+                <modificationDate>2019-02-19T15:55:37+01:00</modificationDate>
+                <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/i
                             
View more @@ -2107,31 +2112,32 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
-    <VersionInfo>
-        <id>1114</id>
-        <versionNo>5</versionNo>
-        <status>PUBLISHED</status>
-        <modificationDate>2019-03-16T11:19:51+01:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2019-03-16T11:18:45+01:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB,fre-FR,ger-DE,nor-NO</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-            <Language>
-                <languageCode>fre-FR</languageCode>
-            </Language>
-            <Language>
-                <languageCode>ger-DE</lan
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
+    <VersionInfo>
+        <id>1114</id>
+        <versionNo>5</versionNo>
+        <status>PUBLISHED</status>
+        <modificationDate>2019-03-16T11:19:51+01:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2019-03-16T11:18:45+01:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB,fre-FR,ger-DE,nor-NO</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+            <Language>
+                <languageCode>fre-FR</languageCode>
+            </Language>
+            <Language>
+                <languageCode>ger-DE</languageCode>
+        
                             
View more @@ -2143,34 +2149,35 @@
Types
file_copy

-
-                                {
-    "Content": {
-        "_media-type": "application/vnd.ibexa.api.Content+json",
-        "_href": "/api/ibexa/v2/content/objects/57",
-        "_remoteId": "055e5ed41cba5e8ec81d8846a4d1c673",
-        "_id": 57,
-        "ContentType": {
-            "_media-type": "application/vnd.ibexa.api.ContentType+json",
-            "_href": "/api/ibexa/v2/content/types/2"
-        },
-        "Name": "draft article",
-        "TranslatedName": "draft article",
-        "Versions": {
-            "_media-type": "application/vnd.ibexa.api.VersionList+json",
-            "_href": "/api/ibexa/v2/content/objects/57/versions"
-        },
-        "CurrentVersion": {
-            "_media-type": "application/vnd.ibexa.api.Version+json",
-            "_href": "/api/ibexa/v2/content/objects/57/currentversion",
-            "Version": {
-                "_media-type": "application/vnd.ibexa.api.Version+json",
-                "_href": "/api/ibexa/v2/content/objects/57/versions/1",
-                "
+                            
+                                {
+    "Content": {
+        "_media-type": "application/vnd.ibexa.api.Content+json",
+        "_href": "/api/ibexa/v2/content/objects/57",
+        "_remoteId": "055e5ed41cba5e8ec81d8846a4d1c673",
+        "_id": 57,
+        "ContentType": {
+            "_media-type": "application/vnd.ibexa.api.ContentType+json",
+            "_href": "/api/ibexa/v2/content/types/2"
+        },
+        "Name": "draft article",
+        "TranslatedName": "draft article",
+        "Versions": {
+            "_media-type": "application/vnd.ibexa.api.VersionList+json",
+            "_href": "/api/ibexa/v2/content/objects/57/versions"
+        },
+        "CurrentVersion": {
+            "_media-type": "application/vnd.ibexa.api.Version+json",
+            "_href": "/api/ibexa/v2/content/objects/57/currentversion",
+            "Version": {
+                "_media-type": "application/vnd.ibexa.api.Version+json",
+                "_href": "/api/ibexa/v2/content/objects/57/versions/1",
+                "VersionInfo": {
+      
                             
View more @@ -2238,115 +2245,115 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
-    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
-    <Name>draft article</Name>
-    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/83/versions"/>
-    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/currentversion">
-        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/versions/1">
-            <VersionInfo>
-                <id>547</id>
-                <versionNo>1</versionNo>
-                <status>DRAFT</status>
-                <modificationDate>2019-02-19T15:55:37+01:00</modificationDate>
-                <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-                <creationDate>2019-02-19T15:55:37+01:00</creationDate>
-                <initialLanguageCode>eng-GB</initialLanguageCode>
-                <languageCodes>eng-GB</languageCodes>
-                <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-                    <Language>
-                        <languageCode>eng-GB</languageCode>
-                    </Language>
-                </VersionTranslationInfo>
-                <names>
-                    <value languageCode="eng-GB">draft article</value>
-                </names>
-                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/83"/>
-            </VersionInfo>
-            <Fields>
-                <field>
-                    <id>446</id>
-                    <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-                    <fieldValue>draft article</fieldValue>
-                </field>
-                <field>
-                    <id>447</id>
-                    <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-                    <fieldValue/>
-                </field>
-                <field>
-                    <id>448</id>
-                    <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
-                    <fieldValue/>
-                </field>
-                <field>
-                    <id>449</id>
-                    <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-                    <fieldValue>
-                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;draft draft&lt;/para&gt;&lt;/section&gt;
-</value>
-                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;draft draft&lt;/p&gt;&lt;/section&gt;
-</value>
-                    </fieldValue>
-                </field>
-                <field>
-                    <id>450</id>
-                    <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-                    <fieldValue>
-                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;draft draft draft &lt;/para&gt;&lt;/section&gt;
-</value>
-                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;draft draft draft &lt;/p&gt;&lt;/section&gt;
-</value>
-                    </fieldValue>
-                </field>
-                <field>
-                    <id>451</id>
-                    <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-                    <fieldValue>false</fieldValue>
-                </field>
-                <field>
-                    <id>452</id>
-                    <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezobjectrelation</fieldTypeIdentifier>
-                    <fieldValue>
-                        <value key="destinationContentId"/>
-                    </fieldValue>
-                </field>
-            </Fields>
-            <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/83/versions/1/relations"/>
-        </Version>
-    </CurrentVersion>
-    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
-    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/83/locations"/>
-    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-    <mainLanguageCode>eng-GB</mainLanguageCode>
-    <currentVersionNo>1</currentVersionNo>
-    <alwaysAvailable>true</alwaysAvailable>
-    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/83/objectstates"/>
-</Content>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
+    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
+    <Name>draft article</Name>
+    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/83/versions"/>
+    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/currentversion">
+        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/versions/1">
+            <VersionInfo>
+                <id>547</id>
+                <versionNo>1</versionNo>
+                <status>DRAFT</status>
+                <modificationDate>2019-02-19T15:55:37+01:00</modificationDate>
+                <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+                <creationDate>2019-02-19T15:55:37+01:00</creationDate>
+                <initialLanguageCode>eng-GB</initialLanguageCode>
+                <languageCodes>eng-GB</languageCodes>
+                <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+                    <Language>
+                        <languageCode>eng-GB</languageCode>
+                    </Language>
+                </VersionTranslationInfo>
+                <names>
+                    <value languageCode="eng-GB">draft article</value>
+                </names>
+                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/83"/>
+            </VersionInfo>
+            <Fields>
+                <field>
+                    <id>446</id>
+                    <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+                    <fieldValue>draft article</fieldValue>
+                </field>
+                <field>
+                    <id>447</id>
+                    <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+                    <fieldValue/>
+                </field>
+                <field>
+                    <id>448</id>
+                    <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
+                    <fieldValue/>
+                </field>
+                <field>
+                    <id>449</id>
+                    <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+                    <fieldValue>
+                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;draft draft&lt;/para&gt;&lt;/section&gt;
+</value>
+                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;draft draft&lt;/p&gt;&lt;/section&gt;
+</value>
+                    </fieldValue>
+                </field>
+                <field>
+                    <id>450</id>
+                    <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+                    <fieldValue>
+                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;draft draft draft &lt;/para&gt;&lt;/section&gt;
+</value>
+                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;draft draft draft &lt;/p&gt;&lt;/section&gt;
+</value>
+                    </fieldValue>
+                </field>
+                <field>
+                    <id>451</id>
+                    <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+                    <fieldValue>false</fieldValue>
+                </field>
+                <field>
+                    <id>452</id>
+                    <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezobjectrelation</fieldTypeIdentifier>
+                    <fieldValue>
+                        <value key="destinationContentId"/>
+                    </fieldValue>
+                </field>
+            </Fields>
+            <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/83/versions/1/relations"/>
+        </Version>
+    </CurrentVersion>
+    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
+    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/83/locations"/>
+    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+    <mainLanguageCode>eng-GB</mainLanguageCode>
+    <currentVersionNo>1</currentVersionNo>
+    <alwaysAvailable>true</alwaysAvailable>
+    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/83/objectstates"/>
+</Content>
 
                                             
@@ -2355,1224 +2362,1224 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
-    <VersionInfo>
-        <id>1114</id>
-        <versionNo>5</versionNo>
-        <status>PUBLISHED</status>
-        <modificationDate>2019-03-16T11:19:51+01:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2019-03-16T11:18:45+01:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB,fre-FR,ger-DE,nor-NO</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-            <Language>
-                <languageCode>fre-FR</languageCode>
-            </Language>
-            <Language>
-                <languageCode>ger-DE</languageCode>
-            </Language>
-            <Language>
-                <languageCode>nor-NO</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Spanish seafood paella</value>
-            <value languageCode="fre-FR">Paella de fruits de mer espagnols</value>
-            <value languageCode="ger-DE">Spanische Meeresfrüchte Paella</value>
-            <value languageCode="nor-NO">Spansk sjømat paella</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
-    </VersionInfo>
-    <Fields>
-        <field>
-            <id>1041</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Spanish seafood paella</fieldValue>
-        </field>
-        <field>
-            <id>1056</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Paella de fruits de mer espagnols</fieldValue>
-        </field>
-        <field>
-            <id>1071</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Spanische Meeresfrüchte Paella</fieldValue>
-        </field>
-        <field>
-            <id>1086</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Spansk sjømat paella</fieldValue>
-        </field>
-        <field>
-            <id>1042</id>
-            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;A real taste of Britain’s most acknowledged culinary export of a take-away food and early example of food fusion. A popular lunch meal that is conquering the world.&lt;/para&gt;&lt;para&gt; &lt;/para&gt;&lt;ezembed xlink:href=&quot;ezcontent://196&quot; view=&quot;embed&quot; ezxhtml:class=&quot;ez-embed-type-image&quot;&gt;&lt;ezconfig&gt;&lt;ezvalue key=&quot;size&quot;&gt;medium&lt;/ezvalue&gt;&lt;/ezconfig&gt;&lt;/ezembed&gt;&lt;ezembed xlink:href=&quot;ezcontent://70&quot; view=&quot;embed&quot;/&gt;&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;A real taste of Britain’s most acknowledged culinary export of a take-away food and early example of food fusion. A popular lunch meal that is conquering the world.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;div data-ezelement=&quot;ezembed&quot; data-href=&quot;ezcontent://196&quot; data-ezview=&quot;embed&quot; class=&quot;ez-embed-type-image&quot;&gt;&lt;span data-ezelement=&quot;ezconfig&quot;&gt;&lt;span data-ezelement=&quot;ezvalue&quot; data-ezvalue-key=&quot;size&quot;&gt;medium&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div data-ezelement=&quot;ezembed&quot; data-href=&quot;ezcontent://70&quot; data-ezview=&quot;embed&quot;/&gt;&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1057</id>
-            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
-  &lt;para&gt; Un vrai avant-go&amp;#xFB;t de l'exportation culinaire la plus reconnue en Grande-Bretagne d'un plat &amp;#xE0; emporter et de
-    l'exemple pr&amp;#xE9;coce de la fusion des aliments. Un repas de midi populaire qui conquiert le monde.
-  &lt;/para&gt;
-&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
-  &lt;p&gt; Un vrai avant-goût de l'exportation culinaire la plus reconnue en Grande-Bretagne d'un plat à emporter et de
-    l'exemple précoce de la fusion des aliments. Un repas de midi populaire qui conquiert le monde.
-  &lt;/p&gt;
-&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1072</id>
-            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
-  &lt;para&gt; Ein echter Geschmack von Gro&amp;#xDF;britanniens anerkanntem kulinarischen Export von Speisen zum Mitnehmen und einem
-    fr&amp;#xFC;hen Beispiel der Fusion von Lebensmitteln. Ein beliebtes Mittagessen, das die Welt erobert.
-  &lt;/para&gt;
-&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
-  &lt;p&gt; Ein echter Geschmack von Großbritanniens anerkanntem kulinarischen Export von Speisen zum Mitnehmen und einem
-    frühen Beispiel der Fusion von Lebensmitteln. Ein beliebtes Mittagessen, das die Welt erobert.
-  &lt;/p&gt;
-&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1087</id>
-            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
-  &lt;para&gt; En ekte smak av Storbritannias mest anerkjente kulinariske eksport av en take-away mat og tidlig eksempel p&amp;#xE5;
-    matfusjon. Et popul&amp;#xE6;rt lunsjm&amp;#xE5;ltid som erobre verden.
-  &lt;/para&gt;
-&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
-  &lt;p&gt; En ekte smak av Storbritannias mest anerkjente kulinariske eksport av en take-away mat og tidlig eksempel på
-    matfusjon. Et populært lunsjmåltid som erobre verden.
-  &lt;/p&gt;
-&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1043</id>
-            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt;Make a seafood broth:&lt;/para&gt; &lt;para&gt;For the Canadian lobster - In a medium pot, bring 8 cups of water to boil. Add one bay leaf, chopped onion and salt and pepper according to the weight of the Canadian lobster. Boiling time will be based on weight.&lt;/para&gt; &lt;para&gt;Remove cooked Canadian lobster, strain broth and let sit off.&lt;/para&gt; &lt;para&gt;For the mussels - Warm the butter or olive oil over medium-high heat in the pot (if using butter, let it melt completely). Add the minced onion and garlic. Sauté until the onions are translucent and the garlic is fragrant, 1 to 2 minutes. Pour the water (2 cups) and half cup of white wine, bring it to boil. Pour all of the mussels into the pot. Remove the opened mussels and discard any mussels that haven’t opened. Strain the broth and let sit off.&lt;/para&gt; &lt;para&gt;Mix both broths and let them sit off.&lt;/para&gt; &lt;para&gt;Saute the seafood:&lt;/para&gt; &lt;para&gt;In a 16-inch paella pan, heat the oil just until it is hot. Sauté the shrimp, scallops, and calamari (if using) until just cooked through, about 2 minutes.&lt;/para&gt; &lt;para&gt;Make the sofrito:&lt;/para&gt; &lt;para&gt;Reduce the heat to medium and sauté the garlic. Add the tomato and pimenton and cook, stirring often, until the mixture has darkened to a deep burgundy and is thick like a compote, 5 to 10 min.&lt;/para&gt; &lt;para&gt;Add the rice and cook:&lt;/para&gt; &lt;para&gt;Bring the broth back to a simmer. Add the rice to the pan, and cook for 1 to 2 min. Raise the heat to medium-high. Pour in 7 cups of the seafood broth (reserve the rest) and stir or shake the pan to evenly distribute the rice. From this point on, do not stir the rice. Once broth is boiling, count 4 minutes.&lt;/para&gt; &lt;para&gt;After the 4 minutes, reduce the heat to medium-low and count 10 minutes.&lt;/para&gt; &lt;para&gt;Continue to simmer more gently, rotating the pan as necessary. Arrange the shrimp and Canadian lobster in the pan.&lt;/para&gt; &lt;para&gt;Create the socarrat:&lt;/para&gt; &lt;para&gt;Increase the heat to medium-high and, rotating the pan, cook for about 2 min., until the bottom layer of rice starts to caramelize, creating the socarrat. The rice will crackle, but if it starts to smell burned, remove the pan from the heat immediately.&lt;/para&gt; &lt;para&gt;Let the paella rest:&lt;/para&gt; &lt;para&gt;Remove the pan from the heat and let the paella rest for 5 min. to even the cooking and let the flavors meld.&lt;/para&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt;Make a seafood broth:&lt;/p&gt; &lt;p&gt;For the Canadian lobster - In a medium pot, bring 8 cups of water to boil. Add one bay leaf, chopped onion and salt and pepper according to the weight of the Canadian lobster. Boiling time will be based on weight.&lt;/p&gt; &lt;p&gt;Remove cooked Canadian lobster, strain broth and let sit off.&lt;/p&gt; &lt;p&gt;For the mussels - Warm the butter or olive oil over medium-high heat in the pot (if using butter, let it melt completely). Add the minced onion and garlic. Sauté until the onions are translucent and the garlic is fragrant, 1 to 2 minutes. Pour the water (2 cups) and half cup of white wine, bring it to boil. Pour all of the mussels into the pot. Remove the opened mussels and discard any mussels that haven’t opened. Strain the broth and let sit off.&lt;/p&gt; &lt;p&gt;Mix both broths and let them sit off.&lt;/p&gt; &lt;p&gt;Saute the seafood:&lt;/p&gt; &lt;p&gt;In a 16-inch paella pan, heat the oil just until it is hot. Sauté the shrimp, scallops, and calamari (if using) until just cooked through, about 2 minutes.&lt;/p&gt; &lt;p&gt;Make the sofrito:&lt;/p&gt; &lt;p&gt;Reduce the heat to medium and sauté the garlic. Add the tomato and pimenton and cook, stirring often, until the mixture has darkened to a deep burgundy and is thick like a compote, 5 to 10 min.&lt;/p&gt; &lt;p&gt;Add the rice and cook:&lt;/p&gt; &lt;p&gt;Bring the broth back to a simmer. Add the rice to the pan, and cook for 1 to 2 min. Raise the heat to medium-high. Pour in 7 cups of the seafood broth (reserve the rest) and stir or shake the pan to evenly distribute the rice. From this point on, do not stir the rice. Once broth is boiling, count 4 minutes.&lt;/p&gt; &lt;p&gt;After the 4 minutes, reduce the heat to medium-low and count 10 minutes.&lt;/p&gt; &lt;p&gt;Continue to simmer more gently, rotating the pan as necessary. Arrange the shrimp and Canadian lobster in the pan.&lt;/p&gt; &lt;p&gt;Create the socarrat:&lt;/p&gt; &lt;p&gt;Increase the heat to medium-high and, rotating the pan, cook for about 2 min., until the bottom layer of rice starts to caramelize, creating the socarrat. The rice will crackle, but if it starts to smell burned, remove the pan from the heat immediately.&lt;/p&gt; &lt;p&gt;Let the paella rest:&lt;/p&gt; &lt;p&gt;Remove the pan from the heat and let the paella rest for 5 min. to even the cooking and let the flavors meld.&lt;/p&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1058</id>
-            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Faire un bouillon de fruits de mer:&lt;/para&gt; &lt;para&gt; Pour le homard canadien - Dans une casserole moyenne, porter &amp;#xE0; &amp;#xE9;bullition 8 tasses d'eau. Ajouter une feuille de laurier, de l'oignon hach&amp;#xE9;, du sel et du poivre selon le poids du homard canadien. Le temps d'&amp;#xE9;bullition sera bas&amp;#xE9; sur le poids. &lt;/para&gt; &lt;para&gt; Retirer le homard canadien cuit, filtrer le bouillon et laisser reposer.&lt;/para&gt; &lt;para&gt; Pour les moules - Chauffer le beurre ou l'huile d'olive &amp;#xE0; feu moyen-vif dans le pot (si vous utilisez du beurre, laissez-le fondre compl&amp;#xE8;tement). Ajouter l'oignon &amp;#xE9;minc&amp;#xE9; et l'ail. Faire sauter jusqu'&amp;#xE0; ce que les oignons soient translucides et que l'ail soit parfum&amp;#xE9;, 1 &amp;#xE0; 2 minutes. Verser l'eau (2 tasses) et la moiti&amp;#xE9; de la tasse de vin blanc, porter &amp;#xE0; &amp;#xE9;bullition. Verser toutes les moules dans le pot. Retirez les moules ouvertes et jetez les moules qui ne se sont pas ouvertes. Passer le bouillon et laisser reposer. &lt;/para&gt; &lt;para&gt; M&amp;#xE9;langer les deux bouillons et les laisser reposer.&lt;/para&gt; &lt;para&gt; Saute les fruits de mer:&lt;/para&gt; &lt;para&gt; Dans une po&amp;#xEA;le &amp;#xE0; paella de 16 pouces, chauffer l'huile jusqu'&amp;#xE0; ce qu'elle soit chaude. Faire sauter les crevettes, les p&amp;#xE9;toncles et les calamars (si vous utilisez) jusqu'&amp;#xE0; ce qu'ils soient bien cuits, environ 2 minutes. &lt;/para&gt; &lt;para&gt; Faites le sofrito:&lt;/para&gt; &lt;para&gt; R&amp;#xE9;duire le feu &amp;#xE0; moyen et faire revenir l'ail. Ajouter la tomate et le pimenton et cuire, en remuant souvent, jusqu'&amp;#xE0; ce que le m&amp;#xE9;lange noircisse et soit &amp;#xE9;pais comme une compote, de 5 &amp;#xE0; 10 min. &lt;/para&gt; &lt;para&gt; Ajouter le riz et cuire:&lt;/para&gt; &lt;para&gt; Ramener le bouillon &amp;#xE0; &amp;#xE9;bullition. Ajouter le riz dans la po&amp;#xEA;le et cuire de 1 &amp;#xE0; 2 minutes. Augmenter le feu &amp;#xE0; moyen-&amp;#xE9;lev&amp;#xE9;. Verser 7 tasses de bouillon de fruits de mer (r&amp;#xE9;server le reste) et m&amp;#xE9;langer ou agiter la po&amp;#xEA;le pour r&amp;#xE9;partir uniform&amp;#xE9;ment le riz. &amp;#xC0; partir de ce moment, ne pas remuer le riz. Une fois que le bouillon est en &amp;#xE9;bullition, comptez 4 minutes. &lt;/para&gt; &lt;para&gt; Apr&amp;#xE8;s les 4 minutes, r&amp;#xE9;duire le feu &amp;#xE0; moyen-doux et compter 10 minutes.&lt;/para&gt; &lt;para&gt; Continuez &amp;#xE0; mijoter plus doucement, en tournant la casserole au besoin. Disposer les crevettes et le homard canadien dans la po&amp;#xEA;le. &lt;/para&gt; &lt;para&gt; Cr&amp;#xE9;er le socarrat:&lt;/para&gt; &lt;para&gt; Augmenter le feu &amp;#xE0; moyen-vif et, en faisant tourner la casserole, cuire environ 2 minutes, jusqu'&amp;#xE0; ce que la couche de riz commence &amp;#xE0; caram&amp;#xE9;liser, cr&amp;#xE9;ant le socarrat. Le riz cr&amp;#xE9;pite, mais s'il commence &amp;#xE0; sentir br&amp;#xFB;l&amp;#xE9;, retirez imm&amp;#xE9;diatement la casserole du feu. &lt;/para&gt; &lt;para&gt; Laissez la paella se reposer:&lt;/para&gt; &lt;para&gt; Retirer la casserole du feu et laisser reposer la paella pendant 5 minutes. &amp;#xE9;galiser la cuisson et laisser m&amp;#xE9;langer les saveurs. &lt;/para&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Faire un bouillon de fruits de mer:&lt;/p&gt; &lt;p&gt; Pour le homard canadien - Dans une casserole moyenne, porter à ébullition 8 tasses d'eau. Ajouter une feuille de laurier, de l'oignon haché, du sel et du poivre selon le poids du homard canadien. Le temps d'ébullition sera basé sur le poids. &lt;/p&gt; &lt;p&gt; Retirer le homard canadien cuit, filtrer le bouillon et laisser reposer.&lt;/p&gt; &lt;p&gt; Pour les moules - Chauffer le beurre ou l'huile d'olive à feu moyen-vif dans le pot (si vous utilisez du beurre, laissez-le fondre complètement). Ajouter l'oignon émincé et l'ail. Faire sauter jusqu'à ce que les oignons soient translucides et que l'ail soit parfumé, 1 à 2 minutes. Verser l'eau (2 tasses) et la moitié de la tasse de vin blanc, porter à ébullition. Verser toutes les moules dans le pot. Retirez les moules ouvertes et jetez les moules qui ne se sont pas ouvertes. Passer le bouillon et laisser reposer. &lt;/p&gt; &lt;p&gt; Mélanger les deux bouillons et les laisser reposer.&lt;/p&gt; &lt;p&gt; Saute les fruits de mer:&lt;/p&gt; &lt;p&gt; Dans une poêle à paella de 16 pouces, chauffer l'huile jusqu'à ce qu'elle soit chaude. Faire sauter les crevettes, les pétoncles et les calamars (si vous utilisez) jusqu'à ce qu'ils soient bien cuits, environ 2 minutes. &lt;/p&gt; &lt;p&gt; Faites le sofrito:&lt;/p&gt; &lt;p&gt; Réduire le feu à moyen et faire revenir l'ail. Ajouter la tomate et le pimenton et cuire, en remuant souvent, jusqu'à ce que le mélange noircisse et soit épais comme une compote, de 5 à 10 min. &lt;/p&gt; &lt;p&gt; Ajouter le riz et cuire:&lt;/p&gt; &lt;p&gt; Ramener le bouillon à ébullition. Ajouter le riz dans la poêle et cuire de 1 à 2 minutes. Augmenter le feu à moyen-élevé. Verser 7 tasses de bouillon de fruits de mer (réserver le reste) et mélanger ou agiter la poêle pour répartir uniformément le riz. À partir de ce moment, ne pas remuer le riz. Une fois que le bouillon est en ébullition, comptez 4 minutes. &lt;/p&gt; &lt;p&gt; Après les 4 minutes, réduire le feu à moyen-doux et compter 10 minutes.&lt;/p&gt; &lt;p&gt; Continuez à mijoter plus doucement, en tournant la casserole au besoin. Disposer les crevettes et le homard canadien dans la poêle. &lt;/p&gt; &lt;p&gt; Créer le socarrat:&lt;/p&gt; &lt;p&gt; Augmenter le feu à moyen-vif et, en faisant tourner la casserole, cuire environ 2 minutes, jusqu'à ce que la couche de riz commence à caraméliser, créant le socarrat. Le riz crépite, mais s'il commence à sentir brûlé, retirez immédiatement la casserole du feu. &lt;/p&gt; &lt;p&gt; Laissez la paella se reposer:&lt;/p&gt; &lt;p&gt; Retirer la casserole du feu et laisser reposer la paella pendant 5 minutes. égaliser la cuisson et laisser mélanger les saveurs. &lt;/p&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1073</id>
-            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Machen Sie eine Meeresfr&amp;#xFC;chte-Br&amp;#xFC;he:&lt;/para&gt; &lt;para&gt; F&amp;#xFC;r den kanadischen Hummer - In einem mittleren Topf 8 Tassen Wasser zum Kochen bringen. F&amp;#xFC;gen Sie ein Lorbeerblatt, gehackte Zwiebel und Salz und Pfeffer entsprechend dem Gewicht des kanadischen Hummers hinzu. Die Kochzeit basiert auf dem Gewicht. &lt;/para&gt; &lt;para&gt; Den gekochten kanadischen Hummer entfernen, die Br&amp;#xFC;he entkernen und abtropfen lassen.&lt;/para&gt; &lt;para&gt; F&amp;#xFC;r die Muscheln - Erw&amp;#xE4;rmen Sie die Butter oder das Oliven&amp;#xF6;l bei mittlerer Hitze im Topf (wenn Sie Butter verwenden, lassen Sie sie vollst&amp;#xE4;ndig schmelzen). F&amp;#xFC;gen Sie die gehackte Zwiebel und den Knoblauch hinzu. Die Zwiebeln glasig machen und 1 bis 2 Minuten d&amp;#xFC;nsten. Gie&amp;#xDF;en Sie das Wasser (2 Tassen) und eine halbe Tasse Wei&amp;#xDF;wein, bringen Sie es zum Kochen. Gie&amp;#xDF;en Sie alle Muscheln in den Topf. Entfernen Sie die ge&amp;#xF6;ffneten Muscheln und entsorgen Sie Muscheln, die nicht ge&amp;#xF6;ffnet haben. Die Br&amp;#xFC;he abseihen und absetzen lassen. &lt;/para&gt; &lt;para&gt; Mischen Sie beide Br&amp;#xFC;hen und lassen Sie sie sitzen.&lt;/para&gt; &lt;para&gt; Braten Sie die Meeresfr&amp;#xFC;chte:&lt;/para&gt; &lt;para&gt; In einer 16-Zoll-Paellapfanne das &amp;#xD6;l erhitzen, bis es hei&amp;#xDF; ist. Die Garnelen, die Jakobsmuscheln und die Calamari (falls verwendet) bissfest durchgaren, ca. 2 Minuten. &lt;/para&gt; &lt;para&gt; Mach das sofrito:&lt;/para&gt; &lt;para&gt; Reduziere die Hitze auf mittlere Stufe und sautiere den Knoblauch. F&amp;#xFC;gen Sie die Tomate und das Piment hinzu und kochen Sie, h&amp;#xE4;ufig r&amp;#xFC;hrend, bis die Mischung zu einem tiefen Burgunder verdunkelt wird und dick wie ein Kompott ist, 5 bis 10 min. &lt;/para&gt; &lt;para&gt; F&amp;#xFC;gen Sie den Reis hinzu und kochen Sie:&lt;/para&gt; &lt;para&gt; Bringen Sie die Br&amp;#xFC;he wieder zum Kochen. Den Reis in die Pfanne geben und 1 bis 2 Minuten kochen lassen. Erh&amp;#xF6;hen Sie die Hitze auf mittlere bis hohe. Pour 7 Tassen der Meeresfr&amp;#xFC;chtesuppe (behalten Sie den Rest) und r&amp;#xFC;hren Sie oder sch&amp;#xFC;tteln Sie die Wanne, um den Reis gleichm&amp;#xE4;&amp;#xDF;ig zu verteilen. Von diesem Punkt an den Reis nicht umr&amp;#xFC;hren. Sobald die Br&amp;#xFC;he kocht, z&amp;#xE4;hlen Sie 4 Minuten. &lt;/para&gt; &lt;para&gt; Nach den 4 Minuten die Hitze auf mittel-niedrig reduzieren und 10 Minuten z&amp;#xE4;hlen.&lt;/para&gt; &lt;para&gt; Weiter vorsichtig k&amp;#xF6;cheln lassen und die Pfanne nach Bedarf drehen. Ordnen Sie die Garnelen und den kanadischen Hummer in der Pfanne an. &lt;/para&gt; &lt;para&gt; Erstelle den Socarrat:&lt;/para&gt; &lt;para&gt; Erh&amp;#xF6;hen Sie die Hitze auf mittlere bis hohe und drehen Sie die Pfanne, f&amp;#xFC;r etwa 2 Minuten kochen, bis die untere Schicht Reis zu karamellisieren beginnt, so dass die Socarrat. Der Reis wird knistern, aber wenn er anf&amp;#xE4;ngt zu brennen, entfernen Sie die Pfanne sofort von der Hitze. &lt;/para&gt; &lt;para&gt; Lass die Paella ruhen:&lt;/para&gt; &lt;para&gt; Die Pfanne von der Hitze nehmen und die Paella f&amp;#xFC;r 5 Minuten ruhen lassen. um sogar das Kochen und die Aromen verschmelzen zu lassen. &lt;/para&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Machen Sie eine Meeresfrüchte-Brühe:&lt;/p&gt; &lt;p&gt; Für den kanadischen Hummer - In einem mittleren Topf 8 Tassen Wasser zum Kochen bringen. Fügen Sie ein Lorbeerblatt, gehackte Zwiebel und Salz und Pfeffer entsprechend dem Gewicht des kanadischen Hummers hinzu. Die Kochzeit basiert auf dem Gewicht. &lt;/p&gt; &lt;p&gt; Den gekochten kanadischen Hummer entfernen, die Brühe entkernen und abtropfen lassen.&lt;/p&gt; &lt;p&gt; Für die Muscheln - Erwärmen Sie die Butter oder das Olivenöl bei mittlerer Hitze im Topf (wenn Sie Butter verwenden, lassen Sie sie vollständig schmelzen). Fügen Sie die gehackte Zwiebel und den Knoblauch hinzu. Die Zwiebeln glasig machen und 1 bis 2 Minuten dünsten. Gießen Sie das Wasser (2 Tassen) und eine halbe Tasse Weißwein, bringen Sie es zum Kochen. Gießen Sie alle Muscheln in den Topf. Entfernen Sie die geöffneten Muscheln und entsorgen Sie Muscheln, die nicht geöffnet haben. Die Brühe abseihen und absetzen lassen. &lt;/p&gt; &lt;p&gt; Mischen Sie beide Brühen und lassen Sie sie sitzen.&lt;/p&gt; &lt;p&gt; Braten Sie die Meeresfrüchte:&lt;/p&gt; &lt;p&gt; In einer 16-Zoll-Paellapfanne das Öl erhitzen, bis es heiß ist. Die Garnelen, die Jakobsmuscheln und die Calamari (falls verwendet) bissfest durchgaren, ca. 2 Minuten. &lt;/p&gt; &lt;p&gt; Mach das sofrito:&lt;/p&gt; &lt;p&gt; Reduziere die Hitze auf mittlere Stufe und sautiere den Knoblauch. Fügen Sie die Tomate und das Piment hinzu und kochen Sie, häufig rührend, bis die Mischung zu einem tiefen Burgunder verdunkelt wird und dick wie ein Kompott ist, 5 bis 10 min. &lt;/p&gt; &lt;p&gt; Fügen Sie den Reis hinzu und kochen Sie:&lt;/p&gt; &lt;p&gt; Bringen Sie die Brühe wieder zum Kochen. Den Reis in die Pfanne geben und 1 bis 2 Minuten kochen lassen. Erhöhen Sie die Hitze auf mittlere bis hohe. Pour 7 Tassen der Meeresfrüchtesuppe (behalten Sie den Rest) und rühren Sie oder schütteln Sie die Wanne, um den Reis gleichmäßig zu verteilen. Von diesem Punkt an den Reis nicht umrühren. Sobald die Brühe kocht, zählen Sie 4 Minuten. &lt;/p&gt; &lt;p&gt; Nach den 4 Minuten die Hitze auf mittel-niedrig reduzieren und 10 Minuten zählen.&lt;/p&gt; &lt;p&gt; Weiter vorsichtig köcheln lassen und die Pfanne nach Bedarf drehen. Ordnen Sie die Garnelen und den kanadischen Hummer in der Pfanne an. &lt;/p&gt; &lt;p&gt; Erstelle den Socarrat:&lt;/p&gt; &lt;p&gt; Erhöhen Sie die Hitze auf mittlere bis hohe und drehen Sie die Pfanne, für etwa 2 Minuten kochen, bis die untere Schicht Reis zu karamellisieren beginnt, so dass die Socarrat. Der Reis wird knistern, aber wenn er anfängt zu brennen, entfernen Sie die Pfanne sofort von der Hitze. &lt;/p&gt; &lt;p&gt; Lass die Paella ruhen:&lt;/p&gt; &lt;p&gt; Die Pfanne von der Hitze nehmen und die Paella für 5 Minuten ruhen lassen. um sogar das Kochen und die Aromen verschmelzen zu lassen. &lt;/p&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1088</id>
-            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Lag en sj&amp;#xF8;mat kj&amp;#xF8;ttkraft:&lt;/para&gt; &lt;para&gt; For den kanadiske hummeren - I en middels potte, ta med 8 kopper vann &amp;#xE5; koke. Legg ett l&amp;#xF8;vblad, hakket l&amp;#xF8;k og salt og pepper i henhold til den kanadiske hummerens vekt. Koketiden vil v&amp;#xE6;re basert p&amp;#xE5; vekt. &lt;/para&gt; &lt;para&gt; Fjern kokt kanadisk hummer, stamme kj&amp;#xF8;ttkraft og la sitte av.&lt;/para&gt; &lt;para&gt; For bl&amp;#xE5;skjellene - Varm sm&amp;#xF8;r eller olivenolje over middels h&amp;#xF8;y varme i potten (hvis du bruker sm&amp;#xF8;r, la den smelte helt). Tilsett hakket l&amp;#xF8;k og hvitl&amp;#xF8;k. Saut&amp;#xE9;r til l&amp;#xF8;kene er gjennomskinnelige og hvitl&amp;#xF8;k er duftende, 1 til 2 minutter. Hell vannet (2 kopper) og en halv kopp hvitvin, bring den til &amp;#xE5; koke. Hell alle muslingene i potten. Fjern de &amp;#xE5;pnede bl&amp;#xE5;skjellene og kast bort eventuelle bl&amp;#xE5;skjell som ikke har &amp;#xE5;pnet. Stam kj&amp;#xF8;ttkraft og la sitte av. &lt;/para&gt; &lt;para&gt; Bland begge kj&amp;#xF8;ttkraftene og la dem sitte av.&lt;/para&gt; &lt;para&gt; Saute sj&amp;#xF8;mat:&lt;/para&gt; &lt;para&gt; I en 16-tommers paella-panne, varme opp oljen til den er varm. Saute reker, kamskjell og calamari (hvis du bruker) til bare kokt gjennom, ca 2 minutter. &lt;/para&gt; &lt;para&gt; Gj&amp;#xF8;r sofrito:&lt;/para&gt; &lt;para&gt; Reduser varmen til middels og saut&amp;#xE9; hvitl&amp;#xF8;k. Tilsett tomat og pimenton og kok, r&amp;#xF8;r ofte, til blandingen er m&amp;#xF8;rknet til en dyp bourgogne og tykk som en kompott, 5 til 10 minutter. &lt;/para&gt; &lt;para&gt; Tilsett ris og kok:&lt;/para&gt; &lt;para&gt; Ta med buljongen tilbake til en simmer. Legg risen p&amp;#xE5; pannen, og lag den i 1 til 2 minutter. &amp;#xD8;k varmen til middels h&amp;#xF8;y. Hell i 7 kopper av sj&amp;#xF8;mat kj&amp;#xF8;ttkraft (reserve resten) og r&amp;#xF8;r eller rist pannen for jevnt fordelt risen. Fra dette punktet m&amp;#xE5; du ikke r&amp;#xF8;re risen. N&amp;#xE5;r kj&amp;#xF8;ttkraft koker, teller 4 minutter. &lt;/para&gt; &lt;para&gt; Etter 4 minutter, reduser varmen til middels lav og teller 10 minutter.&lt;/para&gt; &lt;para&gt; Fortsett &amp;#xE5; simre mer forsiktig, roter pannen etter behov. Ordne reker og kanadisk hummer i pannen.&lt;/para&gt; &lt;para&gt; Opprett socarrat:&lt;/para&gt; &lt;para&gt; &amp;#xD8;k varmen til middels h&amp;#xF8;y og roter pannen, kok i ca 2 minutter, til bunnlaget av ris begynner &amp;#xE5; karamellisere, og skape socarraten. Risen vil knekke, men hvis det begynner &amp;#xE5; lukte brent, ta av pannen fra varmen umiddelbart. &lt;/para&gt; &lt;para&gt; La paellaen hvile:&lt;/para&gt; &lt;para&gt; Ta av pannen fra varmen og la paella hvile i 5 min. til og med matlagingen og la smakene meldes.&lt;/para&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Lag en sjømat kjøttkraft:&lt;/p&gt; &lt;p&gt; For den kanadiske hummeren - I en middels potte, ta med 8 kopper vann å koke. Legg ett løvblad, hakket løk og salt og pepper i henhold til den kanadiske hummerens vekt. Koketiden vil være basert på vekt. &lt;/p&gt; &lt;p&gt; Fjern kokt kanadisk hummer, stamme kjøttkraft og la sitte av.&lt;/p&gt; &lt;p&gt; For blåskjellene - Varm smør eller olivenolje over middels høy varme i potten (hvis du bruker smør, la den smelte helt). Tilsett hakket løk og hvitløk. Sautér til løkene er gjennomskinnelige og hvitløk er duftende, 1 til 2 minutter. Hell vannet (2 kopper) og en halv kopp hvitvin, bring den til å koke. Hell alle muslingene i potten. Fjern de åpnede blåskjellene og kast bort eventuelle blåskjell som ikke har åpnet. Stam kjøttkraft og la sitte av. &lt;/p&gt; &lt;p&gt; Bland begge kjøttkraftene og la dem sitte av.&lt;/p&gt; &lt;p&gt; Saute sjømat:&lt;/p&gt; &lt;p&gt; I en 16-tommers paella-panne, varme opp oljen til den er varm. Saute reker, kamskjell og calamari (hvis du bruker) til bare kokt gjennom, ca 2 minutter. &lt;/p&gt; &lt;p&gt; Gjør sofrito:&lt;/p&gt; &lt;p&gt; Reduser varmen til middels og sauté hvitløk. Tilsett tomat og pimenton og kok, rør ofte, til blandingen er mørknet til en dyp bourgogne og tykk som en kompott, 5 til 10 minutter. &lt;/p&gt; &lt;p&gt; Tilsett ris og kok:&lt;/p&gt; &lt;p&gt; Ta med buljongen tilbake til en simmer. Legg risen på pannen, og lag den i 1 til 2 minutter. Øk varmen til middels høy. Hell i 7 kopper av sjømat kjøttkraft (reserve resten) og rør eller rist pannen for jevnt fordelt risen. Fra dette punktet må du ikke røre risen. Når kjøttkraft koker, teller 4 minutter. &lt;/p&gt; &lt;p&gt; Etter 4 minutter, reduser varmen til middels lav og teller 10 minutter.&lt;/p&gt; &lt;p&gt; Fortsett å simre mer forsiktig, roter pannen etter behov. Ordne reker og kanadisk hummer i pannen.&lt;/p&gt; &lt;p&gt; Opprett socarrat:&lt;/p&gt; &lt;p&gt; Øk varmen til middels høy og roter pannen, kok i ca 2 minutter, til bunnlaget av ris begynner å karamellisere, og skape socarraten. Risen vil knekke, men hvis det begynner å lukte brent, ta av pannen fra varmen umiddelbart. &lt;/p&gt; &lt;p&gt; La paellaen hvile:&lt;/p&gt; &lt;p&gt; Ta av pannen fra varmen og la paella hvile i 5 min. til og med matlagingen og la smakene meldes.&lt;/p&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1044</id>
-            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt;  &lt;listitem&gt;&lt;para&gt;6 oz. large shrimp&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 Canadian lobster (around 1.7 pounds)&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 pound of mussels, scrubbed&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;Pinch saffron threads&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;Kosher salt&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1/4 cup extra-virgin olive oil&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;6 oz. dry scallops, patted dry&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;4 oz. calamari, cut in rings (optional), patted dry&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;6 garlic cloves, peeled&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 tomato, halved and grated on a box grater (discard the skin)&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1/2 teaspoon pimenton&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;3 1/2 cups of arborio rice&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;7 cups seafood broth (from the Canadian lobster and mussels)&lt;/para&gt;&lt;/listitem&gt;  &lt;/itemizedlist&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt;6 oz. large shrimp&lt;/li&gt;   &lt;li&gt;1 Canadian lobster (around 1.7 pounds)&lt;/li&gt;   &lt;li&gt;1 pound of mussels, scrubbed&lt;/li&gt;   &lt;li&gt;Pinch saffron threads&lt;/li&gt;   &lt;li&gt;Kosher salt&lt;/li&gt;   &lt;li&gt;1/4 cup extra-virgin olive oil&lt;/li&gt;   &lt;li&gt;6 oz. dry scallops, patted dry&lt;/li&gt;   &lt;li&gt;4 oz. calamari, cut in rings (optional), patted dry&lt;/li&gt;   &lt;li&gt;6 garlic cloves, peeled&lt;/li&gt;   &lt;li&gt;1 tomato, halved and grated on a box grater (discard the skin)&lt;/li&gt;   &lt;li&gt;1/2 teaspoon pimenton&lt;/li&gt;   &lt;li&gt;3 1/2 cups of arborio rice&lt;/li&gt;   &lt;li&gt;7 cups seafood broth (from the Canadian lobster and mussels)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1059</id>
-            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 onces. grosses crevettes&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 homard canadien (environ 1,7 lb)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 livre de moules, nettoy&amp;#xE9;e&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Pincer les fils de safran&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Sel kasher&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 tasse d'huile d'olive extra-vierge&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 onces. p&amp;#xE9;toncles secs, patt&amp;#xE9;s secs&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 125 grammes. calamars, coup&amp;#xE9;s en rondelles (facultatif), ass&amp;#xE9;ch&amp;#xE9;s&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 gousses d'ail &amp;#xE9;pluch&amp;#xE9;es&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 tomate, coup&amp;#xE9;e en deux et r&amp;#xE2;p&amp;#xE9;e sur une r&amp;#xE2;pe &amp;#xE0; bo&amp;#xEE;te (jeter la peau)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 cuill&amp;#xE8;re &amp;#xE0; caf&amp;#xE9; de pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 tasses de riz arborio&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 tasses de bouillon de fruits de mer (du homard canadien et des moules)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 onces. grosses crevettes&lt;/li&gt;   &lt;li&gt; 1 homard canadien (environ 1,7 lb)&lt;/li&gt;   &lt;li&gt; 1 livre de moules, nettoyée&lt;/li&gt;   &lt;li&gt; Pincer les fils de safran&lt;/li&gt;   &lt;li&gt; Sel kasher&lt;/li&gt;   &lt;li&gt; 1/4 tasse d'huile d'olive extra-vierge&lt;/li&gt;   &lt;li&gt; 6 onces. pétoncles secs, pattés secs&lt;/li&gt;   &lt;li&gt; 125 grammes. calamars, coupés en rondelles (facultatif), asséchés&lt;/li&gt;   &lt;li&gt; 6 gousses d'ail épluchées&lt;/li&gt;   &lt;li&gt; 1 tomate, coupée en deux et râpée sur une râpe à boîte (jeter la peau)&lt;/li&gt;   &lt;li&gt; 1/2 cuillère à café de pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 tasses de riz arborio&lt;/li&gt;   &lt;li&gt; 7 tasses de bouillon de fruits de mer (du homard canadien et des moules)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1074</id>
-            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 Unzen. gro&amp;#xDF;e Garnelen&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 kanadischer Hummer (ca. 1,7 Pfund)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 Pfund Muscheln, geschrubbt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Safranf&amp;#xE4;den falten&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Koscheres Salz&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 Tasse extra-natives Oliven&amp;#xF6;l&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 Unzen. trockene Jakobsmuscheln, trocken getupft&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 4 Unzen. Calamari, in Ringe geschnitten (optional), trocken getupft&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 Knoblauchzehen, gesch&amp;#xE4;lt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 Tomate, halbiert und gerieben auf einer Kastenreibe (die Haut wegwerfen)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 Teel&amp;#xF6;ffel Pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 Tassen Arborio Reis&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 Tassen Meeresfr&amp;#xFC;chte Br&amp;#xFC;he (vom kanadischen Hummer und Muscheln)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 Unzen. große Garnelen&lt;/li&gt;   &lt;li&gt; 1 kanadischer Hummer (ca. 1,7 Pfund)&lt;/li&gt;   &lt;li&gt; 1 Pfund Muscheln, geschrubbt&lt;/li&gt;   &lt;li&gt; Safranfäden falten&lt;/li&gt;   &lt;li&gt; Koscheres Salz&lt;/li&gt;   &lt;li&gt; 1/4 Tasse extra-natives Olivenöl&lt;/li&gt;   &lt;li&gt; 6 Unzen. trockene Jakobsmuscheln, trocken getupft&lt;/li&gt;   &lt;li&gt; 4 Unzen. Calamari, in Ringe geschnitten (optional), trocken getupft&lt;/li&gt;   &lt;li&gt; 6 Knoblauchzehen, geschält&lt;/li&gt;   &lt;li&gt; 1 Tomate, halbiert und gerieben auf einer Kastenreibe (die Haut wegwerfen)&lt;/li&gt;   &lt;li&gt; 1/2 Teelöffel Pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 Tassen Arborio Reis&lt;/li&gt;   &lt;li&gt; 7 Tassen Meeresfrüchte Brühe (vom kanadischen Hummer und Muscheln)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1089</id>
-            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 oz. store reker&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 kanadisk hummer (rundt 1,7 pund)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 pund bl&amp;#xE5;skjell, skrubbet&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Klem saffron tr&amp;#xE5;der&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Kosher salt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 kopp ekstra jomfruolje&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 oz. t&amp;#xF8;rr kamskjell, klappert&amp;#xF8;rr&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 4 oz. calamari, kuttet i ringer (valgfritt), t&amp;#xF8;rketatt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 hvitl&amp;#xF8;kskl&amp;#xE6;r, skr&amp;#xE6;llet&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 tomat, halvert og revet p&amp;#xE5; en boksrist (kast huden)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 ts pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 kopper arborio ris&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 kopper sj&amp;#xF8;mat kj&amp;#xF8;ttkraft (fra canadisk hummer og bl&amp;#xE5;skjell)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 oz. store reker&lt;/li&gt;   &lt;li&gt; 1 kanadisk hummer (rundt 1,7 pund)&lt;/li&gt;   &lt;li&gt; 1 pund blåskjell, skrubbet&lt;/li&gt;   &lt;li&gt; Klem saffron tråder&lt;/li&gt;   &lt;li&gt; Kosher salt&lt;/li&gt;   &lt;li&gt; 1/4 kopp ekstra jomfruolje&lt;/li&gt;   &lt;li&gt; 6 oz. tørr kamskjell, klappertørr&lt;/li&gt;   &lt;li&gt; 4 oz. calamari, kuttet i ringer (valgfritt), tørketatt&lt;/li&gt;   &lt;li&gt; 6 hvitløksklær, skrællet&lt;/li&gt;   &lt;li&gt; 1 tomat, halvert og revet på en boksrist (kast huden)&lt;/li&gt;   &lt;li&gt; 1/2 ts pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 kopper arborio ris&lt;/li&gt;   &lt;li&gt; 7 kopper sjømat kjøttkraft (fra canadisk hummer og blåskjell)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1045</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="id">5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
-                <value key="path">/5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
-                <value key="alternativeText"></value>
-                <value key="fileName">cheesecake_figs.jpg</value>
-                <value key="fileSize">44846</value>
-                <value key="imageId">67-1045-5</value>
-                <value key="uri">/var/site/storage/images/5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
-                <value key="inputUri"/>
-                <value key="width">686</value>
-                <value key="height">686</value>
-                <value key="variations">
-                    <value key="article_full_width">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/article_full_width</value>
-                    </value>
-                    <value key="card_view">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/card_view</value>
-                    </value>
-                    <value key="embed-header">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/embed-header</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/gallery</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/medium</value>
-                    </value>
-                    <value key="place">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/place</value>
-                    </value>
-                    <value key="product_card">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/product_card</value>
-                    </value>
-                    <value key="product_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/product_large</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/reference</value>
-                    </value>
-                    <value key="search_result_item">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/search_result_item</value>
-                    </value>
-                    <value key="search_result_item_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/search_result_item_large</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/small</value>
-                    </value>
-                    <value key="social_network_image">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/social_network_image</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1060</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="id">0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
-                <value key="path">/0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
-                <value key="alternativeText"></value>
-                <value key="fileName">cheesecake_figs.jpg</value>
-                <value key="fileSize">44846</value>
-                <value key="imageId">67-1060-5</value>
-                <value key="uri">/var/site/storage/images/0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
-                <value key="inputUri"/>
-                <value key="width">686</value>
-                <value key="height">686</value>
-                <value key="variations">
-                    <value key="article_full_width">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/article_full_width</value>
-                    </value>
-                    <value key="card_view">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/card_view</value>
-                    </value>
-                    <value key="embed-header">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/embed-header</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/gallery</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/medium</value>
-                    </value>
-                    <value key="place">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/place</value>
-                    </value>
-                    <value key="product_card">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/product_card</value>
-                    </value>
-                    <value key="product_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/product_large</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/reference</value>
-                    </value>
-                    <value key="search_result_item">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/search_result_item</value>
-                    </value>
-                    <value key="search_result_item_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/search_result_item_large</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/small</value>
-                    </value>
-                    <value key="social_network_image">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/social_network_image</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1075</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="id">5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
-                <value key="path">/5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
-                <value key="alternativeText"></value>
-                <value key="fileName">cheesecake_figs.jpg</value>
-                <value key="fileSize">44846</value>
-                <value key="imageId">67-1075-5</value>
-                <value key="uri">/var/site/storage/images/5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
-                <value key="inputUri"/>
-                <value key="width">686</value>
-                <value key="height">686</value>
-                <value key="variations">
-                    <value key="article_full_width">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/article_full_width</value>
-                    </value>
-                    <value key="card_view">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/card_view</value>
-                    </value>
-                    <value key="embed-header">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/embed-header</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/gallery</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/medium</value>
-                    </value>
-                    <value key="place">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/place</value>
-                    </value>
-                    <value key="product_card">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/product_card</value>
-                    </value>
-                    <value key="product_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/product_large</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/reference</value>
-                    </value>
-                    <value key="search_result_item">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/search_result_item</value>
-                    </value>
-                    <value key="search_result_item_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/search_result_item_large</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/small</value>
-                    </value>
-                    <value key="social_network_image">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/social_network_image</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1090</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="id">0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
-                <value key="path">/0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
-                <value key="alternativeText"></value>
-                <value key="fileName">cheesecake_figs.jpg</value>
-                <value key="fileSize">44846</value>
-                <value key="imageId">67-1090-5</value>
-                <value key="uri">/var/site/storage/images/0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
-                <value key="inputUri"/>
-                <value key="width">686</value>
-                <value key="height">686</value>
-                <value key="variations">
-                    <value key="article_full_width">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/article_full_width</value>
-                    </value>
-                    <value key="card_view">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/card_view</value>
-                    </value>
-                    <value key="embed-header">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/embed-header</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/gallery</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/medium</value>
-                    </value>
-                    <value key="place">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/place</value>
-                    </value>
-                    <value key="product_card">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/product_card</value>
-                    </value>
-                    <value key="product_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/product_large</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/reference</value>
-                    </value>
-                    <value key="search_result_item">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/search_result_item</value>
-                    </value>
-                    <value key="search_result_item_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/search_result_item_large</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/small</value>
-                    </value>
-                    <value key="social_network_image">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/social_network_image</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1046</id>
-            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
-            <fieldValue>30.000000</fieldValue>
-        </field>
-        <field>
-            <id>1061</id>
-            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
-            <fieldValue>30.000000</fieldValue>
-        </field>
-        <field>
-            <id>1076</id>
-            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
-            <fieldValue>30.000000</fieldValue>
-        </field>
-        <field>
-            <id>1091</id>
-            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
-            <fieldValue>30.000000</fieldValue>
-        </field>
-        <field>
-            <id>1047</id>
-            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
-            <fieldValue>8</fieldValue>
-        </field>
-        <field>
-            <id>1062</id>
-            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
-            <fieldValue>8</fieldValue>
-        </field>
-        <field>
-            <id>1077</id>
-            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
-            <fieldValue>8</fieldValue>
-        </field>
-        <field>
-            <id>1092</id>
-            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
-            <fieldValue>8</fieldValue>
-        </field>
-        <field>
-            <id>1048</id>
-            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
-            <fieldValue>
-                <value>0</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1063</id>
-            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
-            <fieldValue>
-                <value>0</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1078</id>
-            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
-            <fieldValue>
-                <value>0</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1093</id>
-            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
-            <fieldValue>
-                <value>0</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1049</id>
-            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1064</id>
-            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1079</id>
-            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1094</id>
-            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1050</id>
-            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1065</id>
-            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1080</id>
-            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1095</id>
-            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1051</id>
-            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1066</id>
-            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1081</id>
-            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1096</id>
-            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1052</id>
-            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1067</id>
-            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1082</id>
-            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1097</id>
-            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1053</id>
-            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1068</id>
-            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1083</id>
-            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1098</id>
-            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1054</id>
-            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">394</value>
-                    <value key="parent_id">360</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Spanish</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/360/394/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">413</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Entrée</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/413/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">425</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Rice</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/425/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">428</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Seafood</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/428/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">430</value>
-                    <value key="parent_id">428</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Shrimp</value>
-                    </value>
-                    <value key="depth">4</value>
-                    <value key="path_string">/359/402/428/430/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1069</id>
-            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">394</value>
-                    <value key="parent_id">360</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Spanish</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/360/394/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">413</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Entrée</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/413/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">425</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Rice</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/425/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">428</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Seafood</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/428/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">430</value>
-                    <value key="parent_id">428</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Shrimp</value>
-                    </value>
-                    <value key="depth">4</value>
-                    <value key="path_string">/359/402/428/430/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1084</id>
-            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">394</value>
-                    <value key="parent_id">360</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Spanish</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/360/394/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">413</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Entrée</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/413/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">425</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Rice</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/425/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">428</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Seafood</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/428/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">430</value>
-                    <value key="parent_id">428</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Shrimp</value>
-                    </value>
-                    <value key="depth">4</value>
-                    <value key="path_string">/359/402/428/430/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1099</id>
-            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">394</value>
-                    <value key="parent_id">360</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Spanish</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/360/394/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">413</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Entrée</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/413/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">425</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Rice</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/425/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">428</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Seafood</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/428/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">430</value>
-                    <value key="parent_id">428</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Shrimp</value>
-                    </value>
-                    <value key="depth">4</value>
-                    <value key="path_string">/359/402/428/430/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1055</id>
-            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="canonical">
-                    <value key="meta_name">canonical</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="description">
-                    <value key="meta_name">description</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="keywords">
-                    <value key="meta_name">keywords</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="og:description">
-                    <value key="meta_name">og:description</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="og:image">
-                    <value key="meta_name">og:image</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="og:title">
-                    <value key="meta_name">og:title</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="title">
-                    <value key="meta_name">title</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="twitter:description">
-                    <value key="meta_name">twitter:description</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="twitter:image">
-                    <value key="meta_name">twitter:image</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="twitter:title">
-                    <value key="meta_name">twitter:title</value>
-                    <value key="meta_content"></value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1070</id>
-            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
-            <fieldValue/>
-        </field>
-        <field>
-            <id>1085</id>
-            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
-            <fieldValue/>
-        </field>
-        <field>
-            <id>1100</id>
-            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
-            <fieldValue/>
-        </field>
-    </Fields>
-    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations">
-        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations/1316">
-            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
-            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/196"/>
-            <RelationType>EMBED</RelationType>
-        </Relation>
-        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations/1317">
-            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
-            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/70"/>
-            <RelationType>EMBED</RelationType>
-        </Relation>
-    </Relations>
-</Version>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
+    <VersionInfo>
+        <id>1114</id>
+        <versionNo>5</versionNo>
+        <status>PUBLISHED</status>
+        <modificationDate>2019-03-16T11:19:51+01:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2019-03-16T11:18:45+01:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB,fre-FR,ger-DE,nor-NO</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+            <Language>
+                <languageCode>fre-FR</languageCode>
+            </Language>
+            <Language>
+                <languageCode>ger-DE</languageCode>
+            </Language>
+            <Language>
+                <languageCode>nor-NO</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Spanish seafood paella</value>
+            <value languageCode="fre-FR">Paella de fruits de mer espagnols</value>
+            <value languageCode="ger-DE">Spanische Meeresfrüchte Paella</value>
+            <value languageCode="nor-NO">Spansk sjømat paella</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
+    </VersionInfo>
+    <Fields>
+        <field>
+            <id>1041</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Spanish seafood paella</fieldValue>
+        </field>
+        <field>
+            <id>1056</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Paella de fruits de mer espagnols</fieldValue>
+        </field>
+        <field>
+            <id>1071</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Spanische Meeresfrüchte Paella</fieldValue>
+        </field>
+        <field>
+            <id>1086</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Spansk sjømat paella</fieldValue>
+        </field>
+        <field>
+            <id>1042</id>
+            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;A real taste of Britain’s most acknowledged culinary export of a take-away food and early example of food fusion. A popular lunch meal that is conquering the world.&lt;/para&gt;&lt;para&gt; &lt;/para&gt;&lt;ezembed xlink:href=&quot;ezcontent://196&quot; view=&quot;embed&quot; ezxhtml:class=&quot;ez-embed-type-image&quot;&gt;&lt;ezconfig&gt;&lt;ezvalue key=&quot;size&quot;&gt;medium&lt;/ezvalue&gt;&lt;/ezconfig&gt;&lt;/ezembed&gt;&lt;ezembed xlink:href=&quot;ezcontent://70&quot; view=&quot;embed&quot;/&gt;&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;A real taste of Britain’s most acknowledged culinary export of a take-away food and early example of food fusion. A popular lunch meal that is conquering the world.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;div data-ezelement=&quot;ezembed&quot; data-href=&quot;ezcontent://196&quot; data-ezview=&quot;embed&quot; class=&quot;ez-embed-type-image&quot;&gt;&lt;span data-ezelement=&quot;ezconfig&quot;&gt;&lt;span data-ezelement=&quot;ezvalue&quot; data-ezvalue-key=&quot;size&quot;&gt;medium&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div data-ezelement=&quot;ezembed&quot; data-href=&quot;ezcontent://70&quot; data-ezview=&quot;embed&quot;/&gt;&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1057</id>
+            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
+  &lt;para&gt; Un vrai avant-go&amp;#xFB;t de l'exportation culinaire la plus reconnue en Grande-Bretagne d'un plat &amp;#xE0; emporter et de
+    l'exemple pr&amp;#xE9;coce de la fusion des aliments. Un repas de midi populaire qui conquiert le monde.
+  &lt;/para&gt;
+&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
+  &lt;p&gt; Un vrai avant-goût de l'exportation culinaire la plus reconnue en Grande-Bretagne d'un plat à emporter et de
+    l'exemple précoce de la fusion des aliments. Un repas de midi populaire qui conquiert le monde.
+  &lt;/p&gt;
+&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1072</id>
+            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
+  &lt;para&gt; Ein echter Geschmack von Gro&amp;#xDF;britanniens anerkanntem kulinarischen Export von Speisen zum Mitnehmen und einem
+    fr&amp;#xFC;hen Beispiel der Fusion von Lebensmitteln. Ein beliebtes Mittagessen, das die Welt erobert.
+  &lt;/para&gt;
+&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
+  &lt;p&gt; Ein echter Geschmack von Großbritanniens anerkanntem kulinarischen Export von Speisen zum Mitnehmen und einem
+    frühen Beispiel der Fusion von Lebensmitteln. Ein beliebtes Mittagessen, das die Welt erobert.
+  &lt;/p&gt;
+&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1087</id>
+            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
+  &lt;para&gt; En ekte smak av Storbritannias mest anerkjente kulinariske eksport av en take-away mat og tidlig eksempel p&amp;#xE5;
+    matfusjon. Et popul&amp;#xE6;rt lunsjm&amp;#xE5;ltid som erobre verden.
+  &lt;/para&gt;
+&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
+  &lt;p&gt; En ekte smak av Storbritannias mest anerkjente kulinariske eksport av en take-away mat og tidlig eksempel på
+    matfusjon. Et populært lunsjmåltid som erobre verden.
+  &lt;/p&gt;
+&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1043</id>
+            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt;Make a seafood broth:&lt;/para&gt; &lt;para&gt;For the Canadian lobster - In a medium pot, bring 8 cups of water to boil. Add one bay leaf, chopped onion and salt and pepper according to the weight of the Canadian lobster. Boiling time will be based on weight.&lt;/para&gt; &lt;para&gt;Remove cooked Canadian lobster, strain broth and let sit off.&lt;/para&gt; &lt;para&gt;For the mussels - Warm the butter or olive oil over medium-high heat in the pot (if using butter, let it melt completely). Add the minced onion and garlic. Sauté until the onions are translucent and the garlic is fragrant, 1 to 2 minutes. Pour the water (2 cups) and half cup of white wine, bring it to boil. Pour all of the mussels into the pot. Remove the opened mussels and discard any mussels that haven’t opened. Strain the broth and let sit off.&lt;/para&gt; &lt;para&gt;Mix both broths and let them sit off.&lt;/para&gt; &lt;para&gt;Saute the seafood:&lt;/para&gt; &lt;para&gt;In a 16-inch paella pan, heat the oil just until it is hot. Sauté the shrimp, scallops, and calamari (if using) until just cooked through, about 2 minutes.&lt;/para&gt; &lt;para&gt;Make the sofrito:&lt;/para&gt; &lt;para&gt;Reduce the heat to medium and sauté the garlic. Add the tomato and pimenton and cook, stirring often, until the mixture has darkened to a deep burgundy and is thick like a compote, 5 to 10 min.&lt;/para&gt; &lt;para&gt;Add the rice and cook:&lt;/para&gt; &lt;para&gt;Bring the broth back to a simmer. Add the rice to the pan, and cook for 1 to 2 min. Raise the heat to medium-high. Pour in 7 cups of the seafood broth (reserve the rest) and stir or shake the pan to evenly distribute the rice. From this point on, do not stir the rice. Once broth is boiling, count 4 minutes.&lt;/para&gt; &lt;para&gt;After the 4 minutes, reduce the heat to medium-low and count 10 minutes.&lt;/para&gt; &lt;para&gt;Continue to simmer more gently, rotating the pan as necessary. Arrange the shrimp and Canadian lobster in the pan.&lt;/para&gt; &lt;para&gt;Create the socarrat:&lt;/para&gt; &lt;para&gt;Increase the heat to medium-high and, rotating the pan, cook for about 2 min., until the bottom layer of rice starts to caramelize, creating the socarrat. The rice will crackle, but if it starts to smell burned, remove the pan from the heat immediately.&lt;/para&gt; &lt;para&gt;Let the paella rest:&lt;/para&gt; &lt;para&gt;Remove the pan from the heat and let the paella rest for 5 min. to even the cooking and let the flavors meld.&lt;/para&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt;Make a seafood broth:&lt;/p&gt; &lt;p&gt;For the Canadian lobster - In a medium pot, bring 8 cups of water to boil. Add one bay leaf, chopped onion and salt and pepper according to the weight of the Canadian lobster. Boiling time will be based on weight.&lt;/p&gt; &lt;p&gt;Remove cooked Canadian lobster, strain broth and let sit off.&lt;/p&gt; &lt;p&gt;For the mussels - Warm the butter or olive oil over medium-high heat in the pot (if using butter, let it melt completely). Add the minced onion and garlic. Sauté until the onions are translucent and the garlic is fragrant, 1 to 2 minutes. Pour the water (2 cups) and half cup of white wine, bring it to boil. Pour all of the mussels into the pot. Remove the opened mussels and discard any mussels that haven’t opened. Strain the broth and let sit off.&lt;/p&gt; &lt;p&gt;Mix both broths and let them sit off.&lt;/p&gt; &lt;p&gt;Saute the seafood:&lt;/p&gt; &lt;p&gt;In a 16-inch paella pan, heat the oil just until it is hot. Sauté the shrimp, scallops, and calamari (if using) until just cooked through, about 2 minutes.&lt;/p&gt; &lt;p&gt;Make the sofrito:&lt;/p&gt; &lt;p&gt;Reduce the heat to medium and sauté the garlic. Add the tomato and pimenton and cook, stirring often, until the mixture has darkened to a deep burgundy and is thick like a compote, 5 to 10 min.&lt;/p&gt; &lt;p&gt;Add the rice and cook:&lt;/p&gt; &lt;p&gt;Bring the broth back to a simmer. Add the rice to the pan, and cook for 1 to 2 min. Raise the heat to medium-high. Pour in 7 cups of the seafood broth (reserve the rest) and stir or shake the pan to evenly distribute the rice. From this point on, do not stir the rice. Once broth is boiling, count 4 minutes.&lt;/p&gt; &lt;p&gt;After the 4 minutes, reduce the heat to medium-low and count 10 minutes.&lt;/p&gt; &lt;p&gt;Continue to simmer more gently, rotating the pan as necessary. Arrange the shrimp and Canadian lobster in the pan.&lt;/p&gt; &lt;p&gt;Create the socarrat:&lt;/p&gt; &lt;p&gt;Increase the heat to medium-high and, rotating the pan, cook for about 2 min., until the bottom layer of rice starts to caramelize, creating the socarrat. The rice will crackle, but if it starts to smell burned, remove the pan from the heat immediately.&lt;/p&gt; &lt;p&gt;Let the paella rest:&lt;/p&gt; &lt;p&gt;Remove the pan from the heat and let the paella rest for 5 min. to even the cooking and let the flavors meld.&lt;/p&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1058</id>
+            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Faire un bouillon de fruits de mer:&lt;/para&gt; &lt;para&gt; Pour le homard canadien - Dans une casserole moyenne, porter &amp;#xE0; &amp;#xE9;bullition 8 tasses d'eau. Ajouter une feuille de laurier, de l'oignon hach&amp;#xE9;, du sel et du poivre selon le poids du homard canadien. Le temps d'&amp;#xE9;bullition sera bas&amp;#xE9; sur le poids. &lt;/para&gt; &lt;para&gt; Retirer le homard canadien cuit, filtrer le bouillon et laisser reposer.&lt;/para&gt; &lt;para&gt; Pour les moules - Chauffer le beurre ou l'huile d'olive &amp;#xE0; feu moyen-vif dans le pot (si vous utilisez du beurre, laissez-le fondre compl&amp;#xE8;tement). Ajouter l'oignon &amp;#xE9;minc&amp;#xE9; et l'ail. Faire sauter jusqu'&amp;#xE0; ce que les oignons soient translucides et que l'ail soit parfum&amp;#xE9;, 1 &amp;#xE0; 2 minutes. Verser l'eau (2 tasses) et la moiti&amp;#xE9; de la tasse de vin blanc, porter &amp;#xE0; &amp;#xE9;bullition. Verser toutes les moules dans le pot. Retirez les moules ouvertes et jetez les moules qui ne se sont pas ouvertes. Passer le bouillon et laisser reposer. &lt;/para&gt; &lt;para&gt; M&amp;#xE9;langer les deux bouillons et les laisser reposer.&lt;/para&gt; &lt;para&gt; Saute les fruits de mer:&lt;/para&gt; &lt;para&gt; Dans une po&amp;#xEA;le &amp;#xE0; paella de 16 pouces, chauffer l'huile jusqu'&amp;#xE0; ce qu'elle soit chaude. Faire sauter les crevettes, les p&amp;#xE9;toncles et les calamars (si vous utilisez) jusqu'&amp;#xE0; ce qu'ils soient bien cuits, environ 2 minutes. &lt;/para&gt; &lt;para&gt; Faites le sofrito:&lt;/para&gt; &lt;para&gt; R&amp;#xE9;duire le feu &amp;#xE0; moyen et faire revenir l'ail. Ajouter la tomate et le pimenton et cuire, en remuant souvent, jusqu'&amp;#xE0; ce que le m&amp;#xE9;lange noircisse et soit &amp;#xE9;pais comme une compote, de 5 &amp;#xE0; 10 min. &lt;/para&gt; &lt;para&gt; Ajouter le riz et cuire:&lt;/para&gt; &lt;para&gt; Ramener le bouillon &amp;#xE0; &amp;#xE9;bullition. Ajouter le riz dans la po&amp;#xEA;le et cuire de 1 &amp;#xE0; 2 minutes. Augmenter le feu &amp;#xE0; moyen-&amp;#xE9;lev&amp;#xE9;. Verser 7 tasses de bouillon de fruits de mer (r&amp;#xE9;server le reste) et m&amp;#xE9;langer ou agiter la po&amp;#xEA;le pour r&amp;#xE9;partir uniform&amp;#xE9;ment le riz. &amp;#xC0; partir de ce moment, ne pas remuer le riz. Une fois que le bouillon est en &amp;#xE9;bullition, comptez 4 minutes. &lt;/para&gt; &lt;para&gt; Apr&amp;#xE8;s les 4 minutes, r&amp;#xE9;duire le feu &amp;#xE0; moyen-doux et compter 10 minutes.&lt;/para&gt; &lt;para&gt; Continuez &amp;#xE0; mijoter plus doucement, en tournant la casserole au besoin. Disposer les crevettes et le homard canadien dans la po&amp;#xEA;le. &lt;/para&gt; &lt;para&gt; Cr&amp;#xE9;er le socarrat:&lt;/para&gt; &lt;para&gt; Augmenter le feu &amp;#xE0; moyen-vif et, en faisant tourner la casserole, cuire environ 2 minutes, jusqu'&amp;#xE0; ce que la couche de riz commence &amp;#xE0; caram&amp;#xE9;liser, cr&amp;#xE9;ant le socarrat. Le riz cr&amp;#xE9;pite, mais s'il commence &amp;#xE0; sentir br&amp;#xFB;l&amp;#xE9;, retirez imm&amp;#xE9;diatement la casserole du feu. &lt;/para&gt; &lt;para&gt; Laissez la paella se reposer:&lt;/para&gt; &lt;para&gt; Retirer la casserole du feu et laisser reposer la paella pendant 5 minutes. &amp;#xE9;galiser la cuisson et laisser m&amp;#xE9;langer les saveurs. &lt;/para&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Faire un bouillon de fruits de mer:&lt;/p&gt; &lt;p&gt; Pour le homard canadien - Dans une casserole moyenne, porter à ébullition 8 tasses d'eau. Ajouter une feuille de laurier, de l'oignon haché, du sel et du poivre selon le poids du homard canadien. Le temps d'ébullition sera basé sur le poids. &lt;/p&gt; &lt;p&gt; Retirer le homard canadien cuit, filtrer le bouillon et laisser reposer.&lt;/p&gt; &lt;p&gt; Pour les moules - Chauffer le beurre ou l'huile d'olive à feu moyen-vif dans le pot (si vous utilisez du beurre, laissez-le fondre complètement). Ajouter l'oignon émincé et l'ail. Faire sauter jusqu'à ce que les oignons soient translucides et que l'ail soit parfumé, 1 à 2 minutes. Verser l'eau (2 tasses) et la moitié de la tasse de vin blanc, porter à ébullition. Verser toutes les moules dans le pot. Retirez les moules ouvertes et jetez les moules qui ne se sont pas ouvertes. Passer le bouillon et laisser reposer. &lt;/p&gt; &lt;p&gt; Mélanger les deux bouillons et les laisser reposer.&lt;/p&gt; &lt;p&gt; Saute les fruits de mer:&lt;/p&gt; &lt;p&gt; Dans une poêle à paella de 16 pouces, chauffer l'huile jusqu'à ce qu'elle soit chaude. Faire sauter les crevettes, les pétoncles et les calamars (si vous utilisez) jusqu'à ce qu'ils soient bien cuits, environ 2 minutes. &lt;/p&gt; &lt;p&gt; Faites le sofrito:&lt;/p&gt; &lt;p&gt; Réduire le feu à moyen et faire revenir l'ail. Ajouter la tomate et le pimenton et cuire, en remuant souvent, jusqu'à ce que le mélange noircisse et soit épais comme une compote, de 5 à 10 min. &lt;/p&gt; &lt;p&gt; Ajouter le riz et cuire:&lt;/p&gt; &lt;p&gt; Ramener le bouillon à ébullition. Ajouter le riz dans la poêle et cuire de 1 à 2 minutes. Augmenter le feu à moyen-élevé. Verser 7 tasses de bouillon de fruits de mer (réserver le reste) et mélanger ou agiter la poêle pour répartir uniformément le riz. À partir de ce moment, ne pas remuer le riz. Une fois que le bouillon est en ébullition, comptez 4 minutes. &lt;/p&gt; &lt;p&gt; Après les 4 minutes, réduire le feu à moyen-doux et compter 10 minutes.&lt;/p&gt; &lt;p&gt; Continuez à mijoter plus doucement, en tournant la casserole au besoin. Disposer les crevettes et le homard canadien dans la poêle. &lt;/p&gt; &lt;p&gt; Créer le socarrat:&lt;/p&gt; &lt;p&gt; Augmenter le feu à moyen-vif et, en faisant tourner la casserole, cuire environ 2 minutes, jusqu'à ce que la couche de riz commence à caraméliser, créant le socarrat. Le riz crépite, mais s'il commence à sentir brûlé, retirez immédiatement la casserole du feu. &lt;/p&gt; &lt;p&gt; Laissez la paella se reposer:&lt;/p&gt; &lt;p&gt; Retirer la casserole du feu et laisser reposer la paella pendant 5 minutes. égaliser la cuisson et laisser mélanger les saveurs. &lt;/p&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1073</id>
+            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Machen Sie eine Meeresfr&amp;#xFC;chte-Br&amp;#xFC;he:&lt;/para&gt; &lt;para&gt; F&amp;#xFC;r den kanadischen Hummer - In einem mittleren Topf 8 Tassen Wasser zum Kochen bringen. F&amp;#xFC;gen Sie ein Lorbeerblatt, gehackte Zwiebel und Salz und Pfeffer entsprechend dem Gewicht des kanadischen Hummers hinzu. Die Kochzeit basiert auf dem Gewicht. &lt;/para&gt; &lt;para&gt; Den gekochten kanadischen Hummer entfernen, die Br&amp;#xFC;he entkernen und abtropfen lassen.&lt;/para&gt; &lt;para&gt; F&amp;#xFC;r die Muscheln - Erw&amp;#xE4;rmen Sie die Butter oder das Oliven&amp;#xF6;l bei mittlerer Hitze im Topf (wenn Sie Butter verwenden, lassen Sie sie vollst&amp;#xE4;ndig schmelzen). F&amp;#xFC;gen Sie die gehackte Zwiebel und den Knoblauch hinzu. Die Zwiebeln glasig machen und 1 bis 2 Minuten d&amp;#xFC;nsten. Gie&amp;#xDF;en Sie das Wasser (2 Tassen) und eine halbe Tasse Wei&amp;#xDF;wein, bringen Sie es zum Kochen. Gie&amp;#xDF;en Sie alle Muscheln in den Topf. Entfernen Sie die ge&amp;#xF6;ffneten Muscheln und entsorgen Sie Muscheln, die nicht ge&amp;#xF6;ffnet haben. Die Br&amp;#xFC;he abseihen und absetzen lassen. &lt;/para&gt; &lt;para&gt; Mischen Sie beide Br&amp;#xFC;hen und lassen Sie sie sitzen.&lt;/para&gt; &lt;para&gt; Braten Sie die Meeresfr&amp;#xFC;chte:&lt;/para&gt; &lt;para&gt; In einer 16-Zoll-Paellapfanne das &amp;#xD6;l erhitzen, bis es hei&amp;#xDF; ist. Die Garnelen, die Jakobsmuscheln und die Calamari (falls verwendet) bissfest durchgaren, ca. 2 Minuten. &lt;/para&gt; &lt;para&gt; Mach das sofrito:&lt;/para&gt; &lt;para&gt; Reduziere die Hitze auf mittlere Stufe und sautiere den Knoblauch. F&amp;#xFC;gen Sie die Tomate und das Piment hinzu und kochen Sie, h&amp;#xE4;ufig r&amp;#xFC;hrend, bis die Mischung zu einem tiefen Burgunder verdunkelt wird und dick wie ein Kompott ist, 5 bis 10 min. &lt;/para&gt; &lt;para&gt; F&amp;#xFC;gen Sie den Reis hinzu und kochen Sie:&lt;/para&gt; &lt;para&gt; Bringen Sie die Br&amp;#xFC;he wieder zum Kochen. Den Reis in die Pfanne geben und 1 bis 2 Minuten kochen lassen. Erh&amp;#xF6;hen Sie die Hitze auf mittlere bis hohe. Pour 7 Tassen der Meeresfr&amp;#xFC;chtesuppe (behalten Sie den Rest) und r&amp;#xFC;hren Sie oder sch&amp;#xFC;tteln Sie die Wanne, um den Reis gleichm&amp;#xE4;&amp;#xDF;ig zu verteilen. Von diesem Punkt an den Reis nicht umr&amp;#xFC;hren. Sobald die Br&amp;#xFC;he kocht, z&amp;#xE4;hlen Sie 4 Minuten. &lt;/para&gt; &lt;para&gt; Nach den 4 Minuten die Hitze auf mittel-niedrig reduzieren und 10 Minuten z&amp;#xE4;hlen.&lt;/para&gt; &lt;para&gt; Weiter vorsichtig k&amp;#xF6;cheln lassen und die Pfanne nach Bedarf drehen. Ordnen Sie die Garnelen und den kanadischen Hummer in der Pfanne an. &lt;/para&gt; &lt;para&gt; Erstelle den Socarrat:&lt;/para&gt; &lt;para&gt; Erh&amp;#xF6;hen Sie die Hitze auf mittlere bis hohe und drehen Sie die Pfanne, f&amp;#xFC;r etwa 2 Minuten kochen, bis die untere Schicht Reis zu karamellisieren beginnt, so dass die Socarrat. Der Reis wird knistern, aber wenn er anf&amp;#xE4;ngt zu brennen, entfernen Sie die Pfanne sofort von der Hitze. &lt;/para&gt; &lt;para&gt; Lass die Paella ruhen:&lt;/para&gt; &lt;para&gt; Die Pfanne von der Hitze nehmen und die Paella f&amp;#xFC;r 5 Minuten ruhen lassen. um sogar das Kochen und die Aromen verschmelzen zu lassen. &lt;/para&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Machen Sie eine Meeresfrüchte-Brühe:&lt;/p&gt; &lt;p&gt; Für den kanadischen Hummer - In einem mittleren Topf 8 Tassen Wasser zum Kochen bringen. Fügen Sie ein Lorbeerblatt, gehackte Zwiebel und Salz und Pfeffer entsprechend dem Gewicht des kanadischen Hummers hinzu. Die Kochzeit basiert auf dem Gewicht. &lt;/p&gt; &lt;p&gt; Den gekochten kanadischen Hummer entfernen, die Brühe entkernen und abtropfen lassen.&lt;/p&gt; &lt;p&gt; Für die Muscheln - Erwärmen Sie die Butter oder das Olivenöl bei mittlerer Hitze im Topf (wenn Sie Butter verwenden, lassen Sie sie vollständig schmelzen). Fügen Sie die gehackte Zwiebel und den Knoblauch hinzu. Die Zwiebeln glasig machen und 1 bis 2 Minuten dünsten. Gießen Sie das Wasser (2 Tassen) und eine halbe Tasse Weißwein, bringen Sie es zum Kochen. Gießen Sie alle Muscheln in den Topf. Entfernen Sie die geöffneten Muscheln und entsorgen Sie Muscheln, die nicht geöffnet haben. Die Brühe abseihen und absetzen lassen. &lt;/p&gt; &lt;p&gt; Mischen Sie beide Brühen und lassen Sie sie sitzen.&lt;/p&gt; &lt;p&gt; Braten Sie die Meeresfrüchte:&lt;/p&gt; &lt;p&gt; In einer 16-Zoll-Paellapfanne das Öl erhitzen, bis es heiß ist. Die Garnelen, die Jakobsmuscheln und die Calamari (falls verwendet) bissfest durchgaren, ca. 2 Minuten. &lt;/p&gt; &lt;p&gt; Mach das sofrito:&lt;/p&gt; &lt;p&gt; Reduziere die Hitze auf mittlere Stufe und sautiere den Knoblauch. Fügen Sie die Tomate und das Piment hinzu und kochen Sie, häufig rührend, bis die Mischung zu einem tiefen Burgunder verdunkelt wird und dick wie ein Kompott ist, 5 bis 10 min. &lt;/p&gt; &lt;p&gt; Fügen Sie den Reis hinzu und kochen Sie:&lt;/p&gt; &lt;p&gt; Bringen Sie die Brühe wieder zum Kochen. Den Reis in die Pfanne geben und 1 bis 2 Minuten kochen lassen. Erhöhen Sie die Hitze auf mittlere bis hohe. Pour 7 Tassen der Meeresfrüchtesuppe (behalten Sie den Rest) und rühren Sie oder schütteln Sie die Wanne, um den Reis gleichmäßig zu verteilen. Von diesem Punkt an den Reis nicht umrühren. Sobald die Brühe kocht, zählen Sie 4 Minuten. &lt;/p&gt; &lt;p&gt; Nach den 4 Minuten die Hitze auf mittel-niedrig reduzieren und 10 Minuten zählen.&lt;/p&gt; &lt;p&gt; Weiter vorsichtig köcheln lassen und die Pfanne nach Bedarf drehen. Ordnen Sie die Garnelen und den kanadischen Hummer in der Pfanne an. &lt;/p&gt; &lt;p&gt; Erstelle den Socarrat:&lt;/p&gt; &lt;p&gt; Erhöhen Sie die Hitze auf mittlere bis hohe und drehen Sie die Pfanne, für etwa 2 Minuten kochen, bis die untere Schicht Reis zu karamellisieren beginnt, so dass die Socarrat. Der Reis wird knistern, aber wenn er anfängt zu brennen, entfernen Sie die Pfanne sofort von der Hitze. &lt;/p&gt; &lt;p&gt; Lass die Paella ruhen:&lt;/p&gt; &lt;p&gt; Die Pfanne von der Hitze nehmen und die Paella für 5 Minuten ruhen lassen. um sogar das Kochen und die Aromen verschmelzen zu lassen. &lt;/p&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1088</id>
+            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Lag en sj&amp;#xF8;mat kj&amp;#xF8;ttkraft:&lt;/para&gt; &lt;para&gt; For den kanadiske hummeren - I en middels potte, ta med 8 kopper vann &amp;#xE5; koke. Legg ett l&amp;#xF8;vblad, hakket l&amp;#xF8;k og salt og pepper i henhold til den kanadiske hummerens vekt. Koketiden vil v&amp;#xE6;re basert p&amp;#xE5; vekt. &lt;/para&gt; &lt;para&gt; Fjern kokt kanadisk hummer, stamme kj&amp;#xF8;ttkraft og la sitte av.&lt;/para&gt; &lt;para&gt; For bl&amp;#xE5;skjellene - Varm sm&amp;#xF8;r eller olivenolje over middels h&amp;#xF8;y varme i potten (hvis du bruker sm&amp;#xF8;r, la den smelte helt). Tilsett hakket l&amp;#xF8;k og hvitl&amp;#xF8;k. Saut&amp;#xE9;r til l&amp;#xF8;kene er gjennomskinnelige og hvitl&amp;#xF8;k er duftende, 1 til 2 minutter. Hell vannet (2 kopper) og en halv kopp hvitvin, bring den til &amp;#xE5; koke. Hell alle muslingene i potten. Fjern de &amp;#xE5;pnede bl&amp;#xE5;skjellene og kast bort eventuelle bl&amp;#xE5;skjell som ikke har &amp;#xE5;pnet. Stam kj&amp;#xF8;ttkraft og la sitte av. &lt;/para&gt; &lt;para&gt; Bland begge kj&amp;#xF8;ttkraftene og la dem sitte av.&lt;/para&gt; &lt;para&gt; Saute sj&amp;#xF8;mat:&lt;/para&gt; &lt;para&gt; I en 16-tommers paella-panne, varme opp oljen til den er varm. Saute reker, kamskjell og calamari (hvis du bruker) til bare kokt gjennom, ca 2 minutter. &lt;/para&gt; &lt;para&gt; Gj&amp;#xF8;r sofrito:&lt;/para&gt; &lt;para&gt; Reduser varmen til middels og saut&amp;#xE9; hvitl&amp;#xF8;k. Tilsett tomat og pimenton og kok, r&amp;#xF8;r ofte, til blandingen er m&amp;#xF8;rknet til en dyp bourgogne og tykk som en kompott, 5 til 10 minutter. &lt;/para&gt; &lt;para&gt; Tilsett ris og kok:&lt;/para&gt; &lt;para&gt; Ta med buljongen tilbake til en simmer. Legg risen p&amp;#xE5; pannen, og lag den i 1 til 2 minutter. &amp;#xD8;k varmen til middels h&amp;#xF8;y. Hell i 7 kopper av sj&amp;#xF8;mat kj&amp;#xF8;ttkraft (reserve resten) og r&amp;#xF8;r eller rist pannen for jevnt fordelt risen. Fra dette punktet m&amp;#xE5; du ikke r&amp;#xF8;re risen. N&amp;#xE5;r kj&amp;#xF8;ttkraft koker, teller 4 minutter. &lt;/para&gt; &lt;para&gt; Etter 4 minutter, reduser varmen til middels lav og teller 10 minutter.&lt;/para&gt; &lt;para&gt; Fortsett &amp;#xE5; simre mer forsiktig, roter pannen etter behov. Ordne reker og kanadisk hummer i pannen.&lt;/para&gt; &lt;para&gt; Opprett socarrat:&lt;/para&gt; &lt;para&gt; &amp;#xD8;k varmen til middels h&amp;#xF8;y og roter pannen, kok i ca 2 minutter, til bunnlaget av ris begynner &amp;#xE5; karamellisere, og skape socarraten. Risen vil knekke, men hvis det begynner &amp;#xE5; lukte brent, ta av pannen fra varmen umiddelbart. &lt;/para&gt; &lt;para&gt; La paellaen hvile:&lt;/para&gt; &lt;para&gt; Ta av pannen fra varmen og la paella hvile i 5 min. til og med matlagingen og la smakene meldes.&lt;/para&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Lag en sjømat kjøttkraft:&lt;/p&gt; &lt;p&gt; For den kanadiske hummeren - I en middels potte, ta med 8 kopper vann å koke. Legg ett løvblad, hakket løk og salt og pepper i henhold til den kanadiske hummerens vekt. Koketiden vil være basert på vekt. &lt;/p&gt; &lt;p&gt; Fjern kokt kanadisk hummer, stamme kjøttkraft og la sitte av.&lt;/p&gt; &lt;p&gt; For blåskjellene - Varm smør eller olivenolje over middels høy varme i potten (hvis du bruker smør, la den smelte helt). Tilsett hakket løk og hvitløk. Sautér til løkene er gjennomskinnelige og hvitløk er duftende, 1 til 2 minutter. Hell vannet (2 kopper) og en halv kopp hvitvin, bring den til å koke. Hell alle muslingene i potten. Fjern de åpnede blåskjellene og kast bort eventuelle blåskjell som ikke har åpnet. Stam kjøttkraft og la sitte av. &lt;/p&gt; &lt;p&gt; Bland begge kjøttkraftene og la dem sitte av.&lt;/p&gt; &lt;p&gt; Saute sjømat:&lt;/p&gt; &lt;p&gt; I en 16-tommers paella-panne, varme opp oljen til den er varm. Saute reker, kamskjell og calamari (hvis du bruker) til bare kokt gjennom, ca 2 minutter. &lt;/p&gt; &lt;p&gt; Gjør sofrito:&lt;/p&gt; &lt;p&gt; Reduser varmen til middels og sauté hvitløk. Tilsett tomat og pimenton og kok, rør ofte, til blandingen er mørknet til en dyp bourgogne og tykk som en kompott, 5 til 10 minutter. &lt;/p&gt; &lt;p&gt; Tilsett ris og kok:&lt;/p&gt; &lt;p&gt; Ta med buljongen tilbake til en simmer. Legg risen på pannen, og lag den i 1 til 2 minutter. Øk varmen til middels høy. Hell i 7 kopper av sjømat kjøttkraft (reserve resten) og rør eller rist pannen for jevnt fordelt risen. Fra dette punktet må du ikke røre risen. Når kjøttkraft koker, teller 4 minutter. &lt;/p&gt; &lt;p&gt; Etter 4 minutter, reduser varmen til middels lav og teller 10 minutter.&lt;/p&gt; &lt;p&gt; Fortsett å simre mer forsiktig, roter pannen etter behov. Ordne reker og kanadisk hummer i pannen.&lt;/p&gt; &lt;p&gt; Opprett socarrat:&lt;/p&gt; &lt;p&gt; Øk varmen til middels høy og roter pannen, kok i ca 2 minutter, til bunnlaget av ris begynner å karamellisere, og skape socarraten. Risen vil knekke, men hvis det begynner å lukte brent, ta av pannen fra varmen umiddelbart. &lt;/p&gt; &lt;p&gt; La paellaen hvile:&lt;/p&gt; &lt;p&gt; Ta av pannen fra varmen og la paella hvile i 5 min. til og med matlagingen og la smakene meldes.&lt;/p&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1044</id>
+            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt;  &lt;listitem&gt;&lt;para&gt;6 oz. large shrimp&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 Canadian lobster (around 1.7 pounds)&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 pound of mussels, scrubbed&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;Pinch saffron threads&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;Kosher salt&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1/4 cup extra-virgin olive oil&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;6 oz. dry scallops, patted dry&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;4 oz. calamari, cut in rings (optional), patted dry&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;6 garlic cloves, peeled&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 tomato, halved and grated on a box grater (discard the skin)&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1/2 teaspoon pimenton&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;3 1/2 cups of arborio rice&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;7 cups seafood broth (from the Canadian lobster and mussels)&lt;/para&gt;&lt;/listitem&gt;  &lt;/itemizedlist&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt;6 oz. large shrimp&lt;/li&gt;   &lt;li&gt;1 Canadian lobster (around 1.7 pounds)&lt;/li&gt;   &lt;li&gt;1 pound of mussels, scrubbed&lt;/li&gt;   &lt;li&gt;Pinch saffron threads&lt;/li&gt;   &lt;li&gt;Kosher salt&lt;/li&gt;   &lt;li&gt;1/4 cup extra-virgin olive oil&lt;/li&gt;   &lt;li&gt;6 oz. dry scallops, patted dry&lt;/li&gt;   &lt;li&gt;4 oz. calamari, cut in rings (optional), patted dry&lt;/li&gt;   &lt;li&gt;6 garlic cloves, peeled&lt;/li&gt;   &lt;li&gt;1 tomato, halved and grated on a box grater (discard the skin)&lt;/li&gt;   &lt;li&gt;1/2 teaspoon pimenton&lt;/li&gt;   &lt;li&gt;3 1/2 cups of arborio rice&lt;/li&gt;   &lt;li&gt;7 cups seafood broth (from the Canadian lobster and mussels)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1059</id>
+            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 onces. grosses crevettes&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 homard canadien (environ 1,7 lb)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 livre de moules, nettoy&amp;#xE9;e&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Pincer les fils de safran&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Sel kasher&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 tasse d'huile d'olive extra-vierge&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 onces. p&amp;#xE9;toncles secs, patt&amp;#xE9;s secs&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 125 grammes. calamars, coup&amp;#xE9;s en rondelles (facultatif), ass&amp;#xE9;ch&amp;#xE9;s&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 gousses d'ail &amp;#xE9;pluch&amp;#xE9;es&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 tomate, coup&amp;#xE9;e en deux et r&amp;#xE2;p&amp;#xE9;e sur une r&amp;#xE2;pe &amp;#xE0; bo&amp;#xEE;te (jeter la peau)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 cuill&amp;#xE8;re &amp;#xE0; caf&amp;#xE9; de pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 tasses de riz arborio&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 tasses de bouillon de fruits de mer (du homard canadien et des moules)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 onces. grosses crevettes&lt;/li&gt;   &lt;li&gt; 1 homard canadien (environ 1,7 lb)&lt;/li&gt;   &lt;li&gt; 1 livre de moules, nettoyée&lt;/li&gt;   &lt;li&gt; Pincer les fils de safran&lt;/li&gt;   &lt;li&gt; Sel kasher&lt;/li&gt;   &lt;li&gt; 1/4 tasse d'huile d'olive extra-vierge&lt;/li&gt;   &lt;li&gt; 6 onces. pétoncles secs, pattés secs&lt;/li&gt;   &lt;li&gt; 125 grammes. calamars, coupés en rondelles (facultatif), asséchés&lt;/li&gt;   &lt;li&gt; 6 gousses d'ail épluchées&lt;/li&gt;   &lt;li&gt; 1 tomate, coupée en deux et râpée sur une râpe à boîte (jeter la peau)&lt;/li&gt;   &lt;li&gt; 1/2 cuillère à café de pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 tasses de riz arborio&lt;/li&gt;   &lt;li&gt; 7 tasses de bouillon de fruits de mer (du homard canadien et des moules)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1074</id>
+            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 Unzen. gro&amp;#xDF;e Garnelen&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 kanadischer Hummer (ca. 1,7 Pfund)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 Pfund Muscheln, geschrubbt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Safranf&amp;#xE4;den falten&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Koscheres Salz&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 Tasse extra-natives Oliven&amp;#xF6;l&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 Unzen. trockene Jakobsmuscheln, trocken getupft&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 4 Unzen. Calamari, in Ringe geschnitten (optional), trocken getupft&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 Knoblauchzehen, gesch&amp;#xE4;lt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 Tomate, halbiert und gerieben auf einer Kastenreibe (die Haut wegwerfen)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 Teel&amp;#xF6;ffel Pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 Tassen Arborio Reis&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 Tassen Meeresfr&amp;#xFC;chte Br&amp;#xFC;he (vom kanadischen Hummer und Muscheln)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 Unzen. große Garnelen&lt;/li&gt;   &lt;li&gt; 1 kanadischer Hummer (ca. 1,7 Pfund)&lt;/li&gt;   &lt;li&gt; 1 Pfund Muscheln, geschrubbt&lt;/li&gt;   &lt;li&gt; Safranfäden falten&lt;/li&gt;   &lt;li&gt; Koscheres Salz&lt;/li&gt;   &lt;li&gt; 1/4 Tasse extra-natives Olivenöl&lt;/li&gt;   &lt;li&gt; 6 Unzen. trockene Jakobsmuscheln, trocken getupft&lt;/li&gt;   &lt;li&gt; 4 Unzen. Calamari, in Ringe geschnitten (optional), trocken getupft&lt;/li&gt;   &lt;li&gt; 6 Knoblauchzehen, geschält&lt;/li&gt;   &lt;li&gt; 1 Tomate, halbiert und gerieben auf einer Kastenreibe (die Haut wegwerfen)&lt;/li&gt;   &lt;li&gt; 1/2 Teelöffel Pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 Tassen Arborio Reis&lt;/li&gt;   &lt;li&gt; 7 Tassen Meeresfrüchte Brühe (vom kanadischen Hummer und Muscheln)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1089</id>
+            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 oz. store reker&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 kanadisk hummer (rundt 1,7 pund)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 pund bl&amp;#xE5;skjell, skrubbet&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Klem saffron tr&amp;#xE5;der&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Kosher salt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 kopp ekstra jomfruolje&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 oz. t&amp;#xF8;rr kamskjell, klappert&amp;#xF8;rr&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 4 oz. calamari, kuttet i ringer (valgfritt), t&amp;#xF8;rketatt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 hvitl&amp;#xF8;kskl&amp;#xE6;r, skr&amp;#xE6;llet&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 tomat, halvert og revet p&amp;#xE5; en boksrist (kast huden)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 ts pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 kopper arborio ris&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 kopper sj&amp;#xF8;mat kj&amp;#xF8;ttkraft (fra canadisk hummer og bl&amp;#xE5;skjell)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 oz. store reker&lt;/li&gt;   &lt;li&gt; 1 kanadisk hummer (rundt 1,7 pund)&lt;/li&gt;   &lt;li&gt; 1 pund blåskjell, skrubbet&lt;/li&gt;   &lt;li&gt; Klem saffron tråder&lt;/li&gt;   &lt;li&gt; Kosher salt&lt;/li&gt;   &lt;li&gt; 1/4 kopp ekstra jomfruolje&lt;/li&gt;   &lt;li&gt; 6 oz. tørr kamskjell, klappertørr&lt;/li&gt;   &lt;li&gt; 4 oz. calamari, kuttet i ringer (valgfritt), tørketatt&lt;/li&gt;   &lt;li&gt; 6 hvitløksklær, skrællet&lt;/li&gt;   &lt;li&gt; 1 tomat, halvert og revet på en boksrist (kast huden)&lt;/li&gt;   &lt;li&gt; 1/2 ts pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 kopper arborio ris&lt;/li&gt;   &lt;li&gt; 7 kopper sjømat kjøttkraft (fra canadisk hummer og blåskjell)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1045</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="id">5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
+                <value key="path">/5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
+                <value key="alternativeText"></value>
+                <value key="fileName">cheesecake_figs.jpg</value>
+                <value key="fileSize">44846</value>
+                <value key="imageId">67-1045-5</value>
+                <value key="uri">/var/site/storage/images/5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
+                <value key="inputUri"/>
+                <value key="width">686</value>
+                <value key="height">686</value>
+                <value key="variations">
+                    <value key="article_full_width">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/article_full_width</value>
+                    </value>
+                    <value key="card_view">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/card_view</value>
+                    </value>
+                    <value key="embed-header">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/embed-header</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/gallery</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/medium</value>
+                    </value>
+                    <value key="place">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/place</value>
+                    </value>
+                    <value key="product_card">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/product_card</value>
+                    </value>
+                    <value key="product_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/product_large</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/reference</value>
+                    </value>
+                    <value key="search_result_item">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/search_result_item</value>
+                    </value>
+                    <value key="search_result_item_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/search_result_item_large</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/small</value>
+                    </value>
+                    <value key="social_network_image">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/social_network_image</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1060</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="id">0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
+                <value key="path">/0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
+                <value key="alternativeText"></value>
+                <value key="fileName">cheesecake_figs.jpg</value>
+                <value key="fileSize">44846</value>
+                <value key="imageId">67-1060-5</value>
+                <value key="uri">/var/site/storage/images/0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
+                <value key="inputUri"/>
+                <value key="width">686</value>
+                <value key="height">686</value>
+                <value key="variations">
+                    <value key="article_full_width">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/article_full_width</value>
+                    </value>
+                    <value key="card_view">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/card_view</value>
+                    </value>
+                    <value key="embed-header">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/embed-header</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/gallery</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/medium</value>
+                    </value>
+                    <value key="place">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/place</value>
+                    </value>
+                    <value key="product_card">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/product_card</value>
+                    </value>
+                    <value key="product_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/product_large</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/reference</value>
+                    </value>
+                    <value key="search_result_item">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/search_result_item</value>
+                    </value>
+                    <value key="search_result_item_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/search_result_item_large</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/small</value>
+                    </value>
+                    <value key="social_network_image">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/social_network_image</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1075</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="id">5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
+                <value key="path">/5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
+                <value key="alternativeText"></value>
+                <value key="fileName">cheesecake_figs.jpg</value>
+                <value key="fileSize">44846</value>
+                <value key="imageId">67-1075-5</value>
+                <value key="uri">/var/site/storage/images/5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
+                <value key="inputUri"/>
+                <value key="width">686</value>
+                <value key="height">686</value>
+                <value key="variations">
+                    <value key="article_full_width">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/article_full_width</value>
+                    </value>
+                    <value key="card_view">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/card_view</value>
+                    </value>
+                    <value key="embed-header">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/embed-header</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/gallery</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/medium</value>
+                    </value>
+                    <value key="place">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/place</value>
+                    </value>
+                    <value key="product_card">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/product_card</value>
+                    </value>
+                    <value key="product_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/product_large</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/reference</value>
+                    </value>
+                    <value key="search_result_item">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/search_result_item</value>
+                    </value>
+                    <value key="search_result_item_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/search_result_item_large</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/small</value>
+                    </value>
+                    <value key="social_network_image">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/social_network_image</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1090</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="id">0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
+                <value key="path">/0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
+                <value key="alternativeText"></value>
+                <value key="fileName">cheesecake_figs.jpg</value>
+                <value key="fileSize">44846</value>
+                <value key="imageId">67-1090-5</value>
+                <value key="uri">/var/site/storage/images/0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
+                <value key="inputUri"/>
+                <value key="width">686</value>
+                <value key="height">686</value>
+                <value key="variations">
+                    <value key="article_full_width">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/article_full_width</value>
+                    </value>
+                    <value key="card_view">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/card_view</value>
+                    </value>
+                    <value key="embed-header">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/embed-header</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/gallery</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/medium</value>
+                    </value>
+                    <value key="place">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/place</value>
+                    </value>
+                    <value key="product_card">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/product_card</value>
+                    </value>
+                    <value key="product_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/product_large</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/reference</value>
+                    </value>
+                    <value key="search_result_item">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/search_result_item</value>
+                    </value>
+                    <value key="search_result_item_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/search_result_item_large</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/small</value>
+                    </value>
+                    <value key="social_network_image">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/social_network_image</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1046</id>
+            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
+            <fieldValue>30.000000</fieldValue>
+        </field>
+        <field>
+            <id>1061</id>
+            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
+            <fieldValue>30.000000</fieldValue>
+        </field>
+        <field>
+            <id>1076</id>
+            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
+            <fieldValue>30.000000</fieldValue>
+        </field>
+        <field>
+            <id>1091</id>
+            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
+            <fieldValue>30.000000</fieldValue>
+        </field>
+        <field>
+            <id>1047</id>
+            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
+            <fieldValue>8</fieldValue>
+        </field>
+        <field>
+            <id>1062</id>
+            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
+            <fieldValue>8</fieldValue>
+        </field>
+        <field>
+            <id>1077</id>
+            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
+            <fieldValue>8</fieldValue>
+        </field>
+        <field>
+            <id>1092</id>
+            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
+            <fieldValue>8</fieldValue>
+        </field>
+        <field>
+            <id>1048</id>
+            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
+            <fieldValue>
+                <value>0</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1063</id>
+            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
+            <fieldValue>
+                <value>0</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1078</id>
+            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
+            <fieldValue>
+                <value>0</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1093</id>
+            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
+            <fieldValue>
+                <value>0</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1049</id>
+            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1064</id>
+            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1079</id>
+            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1094</id>
+            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1050</id>
+            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1065</id>
+            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1080</id>
+            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1095</id>
+            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1051</id>
+            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1066</id>
+            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1081</id>
+            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1096</id>
+            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1052</id>
+            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1067</id>
+            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1082</id>
+            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1097</id>
+            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1053</id>
+            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1068</id>
+            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1083</id>
+            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1098</id>
+            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1054</id>
+            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">394</value>
+                    <value key="parent_id">360</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Spanish</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/360/394/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">413</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Entrée</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/413/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">425</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Rice</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/425/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">428</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Seafood</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/428/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">430</value>
+                    <value key="parent_id">428</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Shrimp</value>
+                    </value>
+                    <value key="depth">4</value>
+                    <value key="path_string">/359/402/428/430/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1069</id>
+            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">394</value>
+                    <value key="parent_id">360</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Spanish</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/360/394/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">413</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Entrée</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/413/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">425</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Rice</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/425/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">428</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Seafood</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/428/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">430</value>
+                    <value key="parent_id">428</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Shrimp</value>
+                    </value>
+                    <value key="depth">4</value>
+                    <value key="path_string">/359/402/428/430/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1084</id>
+            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">394</value>
+                    <value key="parent_id">360</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Spanish</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/360/394/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">413</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Entrée</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/413/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">425</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Rice</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/425/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">428</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Seafood</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/428/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">430</value>
+                    <value key="parent_id">428</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Shrimp</value>
+                    </value>
+                    <value key="depth">4</value>
+                    <value key="path_string">/359/402/428/430/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1099</id>
+            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">394</value>
+                    <value key="parent_id">360</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Spanish</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/360/394/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">413</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Entrée</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/413/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">425</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Rice</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/425/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">428</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Seafood</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/428/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">430</value>
+                    <value key="parent_id">428</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Shrimp</value>
+                    </value>
+                    <value key="depth">4</value>
+                    <value key="path_string">/359/402/428/430/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1055</id>
+            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="canonical">
+                    <value key="meta_name">canonical</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="description">
+                    <value key="meta_name">description</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="keywords">
+                    <value key="meta_name">keywords</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="og:description">
+                    <value key="meta_name">og:description</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="og:image">
+                    <value key="meta_name">og:image</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="og:title">
+                    <value key="meta_name">og:title</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="title">
+                    <value key="meta_name">title</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="twitter:description">
+                    <value key="meta_name">twitter:description</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="twitter:image">
+                    <value key="meta_name">twitter:image</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="twitter:title">
+                    <value key="meta_name">twitter:title</value>
+                    <value key="meta_content"></value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1070</id>
+            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
+            <fieldValue/>
+        </field>
+        <field>
+            <id>1085</id>
+            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
+            <fieldValue/>
+        </field>
+        <field>
+            <id>1100</id>
+            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
+            <fieldValue/>
+        </field>
+    </Fields>
+    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations">
+        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations/1316">
+            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
+            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/196"/>
+            <RelationType>EMBED</RelationType>
+        </Relation>
+        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations/1317">
+            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
+            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/70"/>
+            <RelationType>EMBED</RelationType>
+        </Relation>
+    </Relations>
+</Version>
 
                                             
@@ -3581,115 +3588,115 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
-    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
-    <Name>draft article</Name>
-    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/83/versions"/>
-    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/currentversion">
-        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/versions/1">
-            <VersionInfo>
-                <id>547</id>
-                <versionNo>1</versionNo>
-                <status>DRAFT</status>
-                <modificationDate>2019-02-19T15:55:37+01:00</modificationDate>
-                <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-                <creationDate>2019-02-19T15:55:37+01:00</creationDate>
-                <initialLanguageCode>eng-GB</initialLanguageCode>
-                <languageCodes>eng-GB</languageCodes>
-                <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-                    <Language>
-                        <languageCode>eng-GB</languageCode>
-                    </Language>
-                </VersionTranslationInfo>
-                <names>
-                    <value languageCode="eng-GB">draft article</value>
-                </names>
-                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/83"/>
-            </VersionInfo>
-            <Fields>
-                <field>
-                    <id>446</id>
-                    <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-                    <fieldValue>draft article</fieldValue>
-                </field>
-                <field>
-                    <id>447</id>
-                    <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-                    <fieldValue/>
-                </field>
-                <field>
-                    <id>448</id>
-                    <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
-                    <fieldValue/>
-                </field>
-                <field>
-                    <id>449</id>
-                    <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-                    <fieldValue>
-                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;draft draft&lt;/para&gt;&lt;/section&gt;
-</value>
-                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;draft draft&lt;/p&gt;&lt;/section&gt;
-</value>
-                    </fieldValue>
-                </field>
-                <field>
-                    <id>450</id>
-                    <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-                    <fieldValue>
-                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;draft draft draft &lt;/para&gt;&lt;/section&gt;
-</value>
-                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;draft draft draft &lt;/p&gt;&lt;/section&gt;
-</value>
-                    </fieldValue>
-                </field>
-                <field>
-                    <id>451</id>
-                    <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-                    <fieldValue>false</fieldValue>
-                </field>
-                <field>
-                    <id>452</id>
-                    <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezobjectrelation</fieldTypeIdentifier>
-                    <fieldValue>
-                        <value key="destinationContentId"/>
-                    </fieldValue>
-                </field>
-            </Fields>
-            <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/83/versions/1/relations"/>
-        </Version>
-    </CurrentVersion>
-    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
-    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/83/locations"/>
-    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-    <mainLanguageCode>eng-GB</mainLanguageCode>
-    <currentVersionNo>1</currentVersionNo>
-    <alwaysAvailable>true</alwaysAvailable>
-    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/83/objectstates"/>
-</Content>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
+    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
+    <Name>draft article</Name>
+    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/83/versions"/>
+    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/currentversion">
+        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/versions/1">
+            <VersionInfo>
+                <id>547</id>
+                <versionNo>1</versionNo>
+                <status>DRAFT</status>
+                <modificationDate>2019-02-19T15:55:37+01:00</modificationDate>
+                <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+                <creationDate>2019-02-19T15:55:37+01:00</creationDate>
+                <initialLanguageCode>eng-GB</initialLanguageCode>
+                <languageCodes>eng-GB</languageCodes>
+                <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+                    <Language>
+                        <languageCode>eng-GB</languageCode>
+                    </Language>
+                </VersionTranslationInfo>
+                <names>
+                    <value languageCode="eng-GB">draft article</value>
+                </names>
+                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/83"/>
+            </VersionInfo>
+            <Fields>
+                <field>
+                    <id>446</id>
+                    <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+                    <fieldValue>draft article</fieldValue>
+                </field>
+                <field>
+                    <id>447</id>
+                    <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+                    <fieldValue/>
+                </field>
+                <field>
+                    <id>448</id>
+                    <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
+                    <fieldValue/>
+                </field>
+                <field>
+                    <id>449</id>
+                    <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+                    <fieldValue>
+                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;draft draft&lt;/para&gt;&lt;/section&gt;
+</value>
+                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;draft draft&lt;/p&gt;&lt;/section&gt;
+</value>
+                    </fieldValue>
+                </field>
+                <field>
+                    <id>450</id>
+                    <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+                    <fieldValue>
+                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;draft draft draft &lt;/para&gt;&lt;/section&gt;
+</value>
+                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;draft draft draft &lt;/p&gt;&lt;/section&gt;
+</value>
+                    </fieldValue>
+                </field>
+                <field>
+                    <id>451</id>
+                    <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+                    <fieldValue>false</fieldValue>
+                </field>
+                <field>
+                    <id>452</id>
+                    <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezobjectrelation</fieldTypeIdentifier>
+                    <fieldValue>
+                        <value key="destinationContentId"/>
+                    </fieldValue>
+                </field>
+            </Fields>
+            <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/83/versions/1/relations"/>
+        </Version>
+    </CurrentVersion>
+    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
+    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/83/locations"/>
+    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+    <mainLanguageCode>eng-GB</mainLanguageCode>
+    <currentVersionNo>1</currentVersionNo>
+    <alwaysAvailable>true</alwaysAvailable>
+    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/83/objectstates"/>
+</Content>
 
                                             
@@ -3698,1224 +3705,1224 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
-    <VersionInfo>
-        <id>1114</id>
-        <versionNo>5</versionNo>
-        <status>PUBLISHED</status>
-        <modificationDate>2019-03-16T11:19:51+01:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2019-03-16T11:18:45+01:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB,fre-FR,ger-DE,nor-NO</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-            <Language>
-                <languageCode>fre-FR</languageCode>
-            </Language>
-            <Language>
-                <languageCode>ger-DE</languageCode>
-            </Language>
-            <Language>
-                <languageCode>nor-NO</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Spanish seafood paella</value>
-            <value languageCode="fre-FR">Paella de fruits de mer espagnols</value>
-            <value languageCode="ger-DE">Spanische Meeresfrüchte Paella</value>
-            <value languageCode="nor-NO">Spansk sjømat paella</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
-    </VersionInfo>
-    <Fields>
-        <field>
-            <id>1041</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Spanish seafood paella</fieldValue>
-        </field>
-        <field>
-            <id>1056</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Paella de fruits de mer espagnols</fieldValue>
-        </field>
-        <field>
-            <id>1071</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Spanische Meeresfrüchte Paella</fieldValue>
-        </field>
-        <field>
-            <id>1086</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Spansk sjømat paella</fieldValue>
-        </field>
-        <field>
-            <id>1042</id>
-            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;A real taste of Britain’s most acknowledged culinary export of a take-away food and early example of food fusion. A popular lunch meal that is conquering the world.&lt;/para&gt;&lt;para&gt; &lt;/para&gt;&lt;ezembed xlink:href=&quot;ezcontent://196&quot; view=&quot;embed&quot; ezxhtml:class=&quot;ez-embed-type-image&quot;&gt;&lt;ezconfig&gt;&lt;ezvalue key=&quot;size&quot;&gt;medium&lt;/ezvalue&gt;&lt;/ezconfig&gt;&lt;/ezembed&gt;&lt;ezembed xlink:href=&quot;ezcontent://70&quot; view=&quot;embed&quot;/&gt;&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;A real taste of Britain’s most acknowledged culinary export of a take-away food and early example of food fusion. A popular lunch meal that is conquering the world.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;div data-ezelement=&quot;ezembed&quot; data-href=&quot;ezcontent://196&quot; data-ezview=&quot;embed&quot; class=&quot;ez-embed-type-image&quot;&gt;&lt;span data-ezelement=&quot;ezconfig&quot;&gt;&lt;span data-ezelement=&quot;ezvalue&quot; data-ezvalue-key=&quot;size&quot;&gt;medium&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div data-ezelement=&quot;ezembed&quot; data-href=&quot;ezcontent://70&quot; data-ezview=&quot;embed&quot;/&gt;&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1057</id>
-            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
-  &lt;para&gt; Un vrai avant-go&amp;#xFB;t de l'exportation culinaire la plus reconnue en Grande-Bretagne d'un plat &amp;#xE0; emporter et de
-    l'exemple pr&amp;#xE9;coce de la fusion des aliments. Un repas de midi populaire qui conquiert le monde.
-  &lt;/para&gt;
-&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
-  &lt;p&gt; Un vrai avant-goût de l'exportation culinaire la plus reconnue en Grande-Bretagne d'un plat à emporter et de
-    l'exemple précoce de la fusion des aliments. Un repas de midi populaire qui conquiert le monde.
-  &lt;/p&gt;
-&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1072</id>
-            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
-  &lt;para&gt; Ein echter Geschmack von Gro&amp;#xDF;britanniens anerkanntem kulinarischen Export von Speisen zum Mitnehmen und einem
-    fr&amp;#xFC;hen Beispiel der Fusion von Lebensmitteln. Ein beliebtes Mittagessen, das die Welt erobert.
-  &lt;/para&gt;
-&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
-  &lt;p&gt; Ein echter Geschmack von Großbritanniens anerkanntem kulinarischen Export von Speisen zum Mitnehmen und einem
-    frühen Beispiel der Fusion von Lebensmitteln. Ein beliebtes Mittagessen, das die Welt erobert.
-  &lt;/p&gt;
-&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1087</id>
-            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
-  &lt;para&gt; En ekte smak av Storbritannias mest anerkjente kulinariske eksport av en take-away mat og tidlig eksempel p&amp;#xE5;
-    matfusjon. Et popul&amp;#xE6;rt lunsjm&amp;#xE5;ltid som erobre verden.
-  &lt;/para&gt;
-&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
-  &lt;p&gt; En ekte smak av Storbritannias mest anerkjente kulinariske eksport av en take-away mat og tidlig eksempel på
-    matfusjon. Et populært lunsjmåltid som erobre verden.
-  &lt;/p&gt;
-&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1043</id>
-            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt;Make a seafood broth:&lt;/para&gt; &lt;para&gt;For the Canadian lobster - In a medium pot, bring 8 cups of water to boil. Add one bay leaf, chopped onion and salt and pepper according to the weight of the Canadian lobster. Boiling time will be based on weight.&lt;/para&gt; &lt;para&gt;Remove cooked Canadian lobster, strain broth and let sit off.&lt;/para&gt; &lt;para&gt;For the mussels - Warm the butter or olive oil over medium-high heat in the pot (if using butter, let it melt completely). Add the minced onion and garlic. Sauté until the onions are translucent and the garlic is fragrant, 1 to 2 minutes. Pour the water (2 cups) and half cup of white wine, bring it to boil. Pour all of the mussels into the pot. Remove the opened mussels and discard any mussels that haven’t opened. Strain the broth and let sit off.&lt;/para&gt; &lt;para&gt;Mix both broths and let them sit off.&lt;/para&gt; &lt;para&gt;Saute the seafood:&lt;/para&gt; &lt;para&gt;In a 16-inch paella pan, heat the oil just until it is hot. Sauté the shrimp, scallops, and calamari (if using) until just cooked through, about 2 minutes.&lt;/para&gt; &lt;para&gt;Make the sofrito:&lt;/para&gt; &lt;para&gt;Reduce the heat to medium and sauté the garlic. Add the tomato and pimenton and cook, stirring often, until the mixture has darkened to a deep burgundy and is thick like a compote, 5 to 10 min.&lt;/para&gt; &lt;para&gt;Add the rice and cook:&lt;/para&gt; &lt;para&gt;Bring the broth back to a simmer. Add the rice to the pan, and cook for 1 to 2 min. Raise the heat to medium-high. Pour in 7 cups of the seafood broth (reserve the rest) and stir or shake the pan to evenly distribute the rice. From this point on, do not stir the rice. Once broth is boiling, count 4 minutes.&lt;/para&gt; &lt;para&gt;After the 4 minutes, reduce the heat to medium-low and count 10 minutes.&lt;/para&gt; &lt;para&gt;Continue to simmer more gently, rotating the pan as necessary. Arrange the shrimp and Canadian lobster in the pan.&lt;/para&gt; &lt;para&gt;Create the socarrat:&lt;/para&gt; &lt;para&gt;Increase the heat to medium-high and, rotating the pan, cook for about 2 min., until the bottom layer of rice starts to caramelize, creating the socarrat. The rice will crackle, but if it starts to smell burned, remove the pan from the heat immediately.&lt;/para&gt; &lt;para&gt;Let the paella rest:&lt;/para&gt; &lt;para&gt;Remove the pan from the heat and let the paella rest for 5 min. to even the cooking and let the flavors meld.&lt;/para&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt;Make a seafood broth:&lt;/p&gt; &lt;p&gt;For the Canadian lobster - In a medium pot, bring 8 cups of water to boil. Add one bay leaf, chopped onion and salt and pepper according to the weight of the Canadian lobster. Boiling time will be based on weight.&lt;/p&gt; &lt;p&gt;Remove cooked Canadian lobster, strain broth and let sit off.&lt;/p&gt; &lt;p&gt;For the mussels - Warm the butter or olive oil over medium-high heat in the pot (if using butter, let it melt completely). Add the minced onion and garlic. Sauté until the onions are translucent and the garlic is fragrant, 1 to 2 minutes. Pour the water (2 cups) and half cup of white wine, bring it to boil. Pour all of the mussels into the pot. Remove the opened mussels and discard any mussels that haven’t opened. Strain the broth and let sit off.&lt;/p&gt; &lt;p&gt;Mix both broths and let them sit off.&lt;/p&gt; &lt;p&gt;Saute the seafood:&lt;/p&gt; &lt;p&gt;In a 16-inch paella pan, heat the oil just until it is hot. Sauté the shrimp, scallops, and calamari (if using) until just cooked through, about 2 minutes.&lt;/p&gt; &lt;p&gt;Make the sofrito:&lt;/p&gt; &lt;p&gt;Reduce the heat to medium and sauté the garlic. Add the tomato and pimenton and cook, stirring often, until the mixture has darkened to a deep burgundy and is thick like a compote, 5 to 10 min.&lt;/p&gt; &lt;p&gt;Add the rice and cook:&lt;/p&gt; &lt;p&gt;Bring the broth back to a simmer. Add the rice to the pan, and cook for 1 to 2 min. Raise the heat to medium-high. Pour in 7 cups of the seafood broth (reserve the rest) and stir or shake the pan to evenly distribute the rice. From this point on, do not stir the rice. Once broth is boiling, count 4 minutes.&lt;/p&gt; &lt;p&gt;After the 4 minutes, reduce the heat to medium-low and count 10 minutes.&lt;/p&gt; &lt;p&gt;Continue to simmer more gently, rotating the pan as necessary. Arrange the shrimp and Canadian lobster in the pan.&lt;/p&gt; &lt;p&gt;Create the socarrat:&lt;/p&gt; &lt;p&gt;Increase the heat to medium-high and, rotating the pan, cook for about 2 min., until the bottom layer of rice starts to caramelize, creating the socarrat. The rice will crackle, but if it starts to smell burned, remove the pan from the heat immediately.&lt;/p&gt; &lt;p&gt;Let the paella rest:&lt;/p&gt; &lt;p&gt;Remove the pan from the heat and let the paella rest for 5 min. to even the cooking and let the flavors meld.&lt;/p&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1058</id>
-            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Faire un bouillon de fruits de mer:&lt;/para&gt; &lt;para&gt; Pour le homard canadien - Dans une casserole moyenne, porter &amp;#xE0; &amp;#xE9;bullition 8 tasses d'eau. Ajouter une feuille de laurier, de l'oignon hach&amp;#xE9;, du sel et du poivre selon le poids du homard canadien. Le temps d'&amp;#xE9;bullition sera bas&amp;#xE9; sur le poids. &lt;/para&gt; &lt;para&gt; Retirer le homard canadien cuit, filtrer le bouillon et laisser reposer.&lt;/para&gt; &lt;para&gt; Pour les moules - Chauffer le beurre ou l'huile d'olive &amp;#xE0; feu moyen-vif dans le pot (si vous utilisez du beurre, laissez-le fondre compl&amp;#xE8;tement). Ajouter l'oignon &amp;#xE9;minc&amp;#xE9; et l'ail. Faire sauter jusqu'&amp;#xE0; ce que les oignons soient translucides et que l'ail soit parfum&amp;#xE9;, 1 &amp;#xE0; 2 minutes. Verser l'eau (2 tasses) et la moiti&amp;#xE9; de la tasse de vin blanc, porter &amp;#xE0; &amp;#xE9;bullition. Verser toutes les moules dans le pot. Retirez les moules ouvertes et jetez les moules qui ne se sont pas ouvertes. Passer le bouillon et laisser reposer. &lt;/para&gt; &lt;para&gt; M&amp;#xE9;langer les deux bouillons et les laisser reposer.&lt;/para&gt; &lt;para&gt; Saute les fruits de mer:&lt;/para&gt; &lt;para&gt; Dans une po&amp;#xEA;le &amp;#xE0; paella de 16 pouces, chauffer l'huile jusqu'&amp;#xE0; ce qu'elle soit chaude. Faire sauter les crevettes, les p&amp;#xE9;toncles et les calamars (si vous utilisez) jusqu'&amp;#xE0; ce qu'ils soient bien cuits, environ 2 minutes. &lt;/para&gt; &lt;para&gt; Faites le sofrito:&lt;/para&gt; &lt;para&gt; R&amp;#xE9;duire le feu &amp;#xE0; moyen et faire revenir l'ail. Ajouter la tomate et le pimenton et cuire, en remuant souvent, jusqu'&amp;#xE0; ce que le m&amp;#xE9;lange noircisse et soit &amp;#xE9;pais comme une compote, de 5 &amp;#xE0; 10 min. &lt;/para&gt; &lt;para&gt; Ajouter le riz et cuire:&lt;/para&gt; &lt;para&gt; Ramener le bouillon &amp;#xE0; &amp;#xE9;bullition. Ajouter le riz dans la po&amp;#xEA;le et cuire de 1 &amp;#xE0; 2 minutes. Augmenter le feu &amp;#xE0; moyen-&amp;#xE9;lev&amp;#xE9;. Verser 7 tasses de bouillon de fruits de mer (r&amp;#xE9;server le reste) et m&amp;#xE9;langer ou agiter la po&amp;#xEA;le pour r&amp;#xE9;partir uniform&amp;#xE9;ment le riz. &amp;#xC0; partir de ce moment, ne pas remuer le riz. Une fois que le bouillon est en &amp;#xE9;bullition, comptez 4 minutes. &lt;/para&gt; &lt;para&gt; Apr&amp;#xE8;s les 4 minutes, r&amp;#xE9;duire le feu &amp;#xE0; moyen-doux et compter 10 minutes.&lt;/para&gt; &lt;para&gt; Continuez &amp;#xE0; mijoter plus doucement, en tournant la casserole au besoin. Disposer les crevettes et le homard canadien dans la po&amp;#xEA;le. &lt;/para&gt; &lt;para&gt; Cr&amp;#xE9;er le socarrat:&lt;/para&gt; &lt;para&gt; Augmenter le feu &amp;#xE0; moyen-vif et, en faisant tourner la casserole, cuire environ 2 minutes, jusqu'&amp;#xE0; ce que la couche de riz commence &amp;#xE0; caram&amp;#xE9;liser, cr&amp;#xE9;ant le socarrat. Le riz cr&amp;#xE9;pite, mais s'il commence &amp;#xE0; sentir br&amp;#xFB;l&amp;#xE9;, retirez imm&amp;#xE9;diatement la casserole du feu. &lt;/para&gt; &lt;para&gt; Laissez la paella se reposer:&lt;/para&gt; &lt;para&gt; Retirer la casserole du feu et laisser reposer la paella pendant 5 minutes. &amp;#xE9;galiser la cuisson et laisser m&amp;#xE9;langer les saveurs. &lt;/para&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Faire un bouillon de fruits de mer:&lt;/p&gt; &lt;p&gt; Pour le homard canadien - Dans une casserole moyenne, porter à ébullition 8 tasses d'eau. Ajouter une feuille de laurier, de l'oignon haché, du sel et du poivre selon le poids du homard canadien. Le temps d'ébullition sera basé sur le poids. &lt;/p&gt; &lt;p&gt; Retirer le homard canadien cuit, filtrer le bouillon et laisser reposer.&lt;/p&gt; &lt;p&gt; Pour les moules - Chauffer le beurre ou l'huile d'olive à feu moyen-vif dans le pot (si vous utilisez du beurre, laissez-le fondre complètement). Ajouter l'oignon émincé et l'ail. Faire sauter jusqu'à ce que les oignons soient translucides et que l'ail soit parfumé, 1 à 2 minutes. Verser l'eau (2 tasses) et la moitié de la tasse de vin blanc, porter à ébullition. Verser toutes les moules dans le pot. Retirez les moules ouvertes et jetez les moules qui ne se sont pas ouvertes. Passer le bouillon et laisser reposer. &lt;/p&gt; &lt;p&gt; Mélanger les deux bouillons et les laisser reposer.&lt;/p&gt; &lt;p&gt; Saute les fruits de mer:&lt;/p&gt; &lt;p&gt; Dans une poêle à paella de 16 pouces, chauffer l'huile jusqu'à ce qu'elle soit chaude. Faire sauter les crevettes, les pétoncles et les calamars (si vous utilisez) jusqu'à ce qu'ils soient bien cuits, environ 2 minutes. &lt;/p&gt; &lt;p&gt; Faites le sofrito:&lt;/p&gt; &lt;p&gt; Réduire le feu à moyen et faire revenir l'ail. Ajouter la tomate et le pimenton et cuire, en remuant souvent, jusqu'à ce que le mélange noircisse et soit épais comme une compote, de 5 à 10 min. &lt;/p&gt; &lt;p&gt; Ajouter le riz et cuire:&lt;/p&gt; &lt;p&gt; Ramener le bouillon à ébullition. Ajouter le riz dans la poêle et cuire de 1 à 2 minutes. Augmenter le feu à moyen-élevé. Verser 7 tasses de bouillon de fruits de mer (réserver le reste) et mélanger ou agiter la poêle pour répartir uniformément le riz. À partir de ce moment, ne pas remuer le riz. Une fois que le bouillon est en ébullition, comptez 4 minutes. &lt;/p&gt; &lt;p&gt; Après les 4 minutes, réduire le feu à moyen-doux et compter 10 minutes.&lt;/p&gt; &lt;p&gt; Continuez à mijoter plus doucement, en tournant la casserole au besoin. Disposer les crevettes et le homard canadien dans la poêle. &lt;/p&gt; &lt;p&gt; Créer le socarrat:&lt;/p&gt; &lt;p&gt; Augmenter le feu à moyen-vif et, en faisant tourner la casserole, cuire environ 2 minutes, jusqu'à ce que la couche de riz commence à caraméliser, créant le socarrat. Le riz crépite, mais s'il commence à sentir brûlé, retirez immédiatement la casserole du feu. &lt;/p&gt; &lt;p&gt; Laissez la paella se reposer:&lt;/p&gt; &lt;p&gt; Retirer la casserole du feu et laisser reposer la paella pendant 5 minutes. égaliser la cuisson et laisser mélanger les saveurs. &lt;/p&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1073</id>
-            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Machen Sie eine Meeresfr&amp;#xFC;chte-Br&amp;#xFC;he:&lt;/para&gt; &lt;para&gt; F&amp;#xFC;r den kanadischen Hummer - In einem mittleren Topf 8 Tassen Wasser zum Kochen bringen. F&amp;#xFC;gen Sie ein Lorbeerblatt, gehackte Zwiebel und Salz und Pfeffer entsprechend dem Gewicht des kanadischen Hummers hinzu. Die Kochzeit basiert auf dem Gewicht. &lt;/para&gt; &lt;para&gt; Den gekochten kanadischen Hummer entfernen, die Br&amp;#xFC;he entkernen und abtropfen lassen.&lt;/para&gt; &lt;para&gt; F&amp;#xFC;r die Muscheln - Erw&amp;#xE4;rmen Sie die Butter oder das Oliven&amp;#xF6;l bei mittlerer Hitze im Topf (wenn Sie Butter verwenden, lassen Sie sie vollst&amp;#xE4;ndig schmelzen). F&amp;#xFC;gen Sie die gehackte Zwiebel und den Knoblauch hinzu. Die Zwiebeln glasig machen und 1 bis 2 Minuten d&amp;#xFC;nsten. Gie&amp;#xDF;en Sie das Wasser (2 Tassen) und eine halbe Tasse Wei&amp;#xDF;wein, bringen Sie es zum Kochen. Gie&amp;#xDF;en Sie alle Muscheln in den Topf. Entfernen Sie die ge&amp;#xF6;ffneten Muscheln und entsorgen Sie Muscheln, die nicht ge&amp;#xF6;ffnet haben. Die Br&amp;#xFC;he abseihen und absetzen lassen. &lt;/para&gt; &lt;para&gt; Mischen Sie beide Br&amp;#xFC;hen und lassen Sie sie sitzen.&lt;/para&gt; &lt;para&gt; Braten Sie die Meeresfr&amp;#xFC;chte:&lt;/para&gt; &lt;para&gt; In einer 16-Zoll-Paellapfanne das &amp;#xD6;l erhitzen, bis es hei&amp;#xDF; ist. Die Garnelen, die Jakobsmuscheln und die Calamari (falls verwendet) bissfest durchgaren, ca. 2 Minuten. &lt;/para&gt; &lt;para&gt; Mach das sofrito:&lt;/para&gt; &lt;para&gt; Reduziere die Hitze auf mittlere Stufe und sautiere den Knoblauch. F&amp;#xFC;gen Sie die Tomate und das Piment hinzu und kochen Sie, h&amp;#xE4;ufig r&amp;#xFC;hrend, bis die Mischung zu einem tiefen Burgunder verdunkelt wird und dick wie ein Kompott ist, 5 bis 10 min. &lt;/para&gt; &lt;para&gt; F&amp;#xFC;gen Sie den Reis hinzu und kochen Sie:&lt;/para&gt; &lt;para&gt; Bringen Sie die Br&amp;#xFC;he wieder zum Kochen. Den Reis in die Pfanne geben und 1 bis 2 Minuten kochen lassen. Erh&amp;#xF6;hen Sie die Hitze auf mittlere bis hohe. Pour 7 Tassen der Meeresfr&amp;#xFC;chtesuppe (behalten Sie den Rest) und r&amp;#xFC;hren Sie oder sch&amp;#xFC;tteln Sie die Wanne, um den Reis gleichm&amp;#xE4;&amp;#xDF;ig zu verteilen. Von diesem Punkt an den Reis nicht umr&amp;#xFC;hren. Sobald die Br&amp;#xFC;he kocht, z&amp;#xE4;hlen Sie 4 Minuten. &lt;/para&gt; &lt;para&gt; Nach den 4 Minuten die Hitze auf mittel-niedrig reduzieren und 10 Minuten z&amp;#xE4;hlen.&lt;/para&gt; &lt;para&gt; Weiter vorsichtig k&amp;#xF6;cheln lassen und die Pfanne nach Bedarf drehen. Ordnen Sie die Garnelen und den kanadischen Hummer in der Pfanne an. &lt;/para&gt; &lt;para&gt; Erstelle den Socarrat:&lt;/para&gt; &lt;para&gt; Erh&amp;#xF6;hen Sie die Hitze auf mittlere bis hohe und drehen Sie die Pfanne, f&amp;#xFC;r etwa 2 Minuten kochen, bis die untere Schicht Reis zu karamellisieren beginnt, so dass die Socarrat. Der Reis wird knistern, aber wenn er anf&amp;#xE4;ngt zu brennen, entfernen Sie die Pfanne sofort von der Hitze. &lt;/para&gt; &lt;para&gt; Lass die Paella ruhen:&lt;/para&gt; &lt;para&gt; Die Pfanne von der Hitze nehmen und die Paella f&amp;#xFC;r 5 Minuten ruhen lassen. um sogar das Kochen und die Aromen verschmelzen zu lassen. &lt;/para&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Machen Sie eine Meeresfrüchte-Brühe:&lt;/p&gt; &lt;p&gt; Für den kanadischen Hummer - In einem mittleren Topf 8 Tassen Wasser zum Kochen bringen. Fügen Sie ein Lorbeerblatt, gehackte Zwiebel und Salz und Pfeffer entsprechend dem Gewicht des kanadischen Hummers hinzu. Die Kochzeit basiert auf dem Gewicht. &lt;/p&gt; &lt;p&gt; Den gekochten kanadischen Hummer entfernen, die Brühe entkernen und abtropfen lassen.&lt;/p&gt; &lt;p&gt; Für die Muscheln - Erwärmen Sie die Butter oder das Olivenöl bei mittlerer Hitze im Topf (wenn Sie Butter verwenden, lassen Sie sie vollständig schmelzen). Fügen Sie die gehackte Zwiebel und den Knoblauch hinzu. Die Zwiebeln glasig machen und 1 bis 2 Minuten dünsten. Gießen Sie das Wasser (2 Tassen) und eine halbe Tasse Weißwein, bringen Sie es zum Kochen. Gießen Sie alle Muscheln in den Topf. Entfernen Sie die geöffneten Muscheln und entsorgen Sie Muscheln, die nicht geöffnet haben. Die Brühe abseihen und absetzen lassen. &lt;/p&gt; &lt;p&gt; Mischen Sie beide Brühen und lassen Sie sie sitzen.&lt;/p&gt; &lt;p&gt; Braten Sie die Meeresfrüchte:&lt;/p&gt; &lt;p&gt; In einer 16-Zoll-Paellapfanne das Öl erhitzen, bis es heiß ist. Die Garnelen, die Jakobsmuscheln und die Calamari (falls verwendet) bissfest durchgaren, ca. 2 Minuten. &lt;/p&gt; &lt;p&gt; Mach das sofrito:&lt;/p&gt; &lt;p&gt; Reduziere die Hitze auf mittlere Stufe und sautiere den Knoblauch. Fügen Sie die Tomate und das Piment hinzu und kochen Sie, häufig rührend, bis die Mischung zu einem tiefen Burgunder verdunkelt wird und dick wie ein Kompott ist, 5 bis 10 min. &lt;/p&gt; &lt;p&gt; Fügen Sie den Reis hinzu und kochen Sie:&lt;/p&gt; &lt;p&gt; Bringen Sie die Brühe wieder zum Kochen. Den Reis in die Pfanne geben und 1 bis 2 Minuten kochen lassen. Erhöhen Sie die Hitze auf mittlere bis hohe. Pour 7 Tassen der Meeresfrüchtesuppe (behalten Sie den Rest) und rühren Sie oder schütteln Sie die Wanne, um den Reis gleichmäßig zu verteilen. Von diesem Punkt an den Reis nicht umrühren. Sobald die Brühe kocht, zählen Sie 4 Minuten. &lt;/p&gt; &lt;p&gt; Nach den 4 Minuten die Hitze auf mittel-niedrig reduzieren und 10 Minuten zählen.&lt;/p&gt; &lt;p&gt; Weiter vorsichtig köcheln lassen und die Pfanne nach Bedarf drehen. Ordnen Sie die Garnelen und den kanadischen Hummer in der Pfanne an. &lt;/p&gt; &lt;p&gt; Erstelle den Socarrat:&lt;/p&gt; &lt;p&gt; Erhöhen Sie die Hitze auf mittlere bis hohe und drehen Sie die Pfanne, für etwa 2 Minuten kochen, bis die untere Schicht Reis zu karamellisieren beginnt, so dass die Socarrat. Der Reis wird knistern, aber wenn er anfängt zu brennen, entfernen Sie die Pfanne sofort von der Hitze. &lt;/p&gt; &lt;p&gt; Lass die Paella ruhen:&lt;/p&gt; &lt;p&gt; Die Pfanne von der Hitze nehmen und die Paella für 5 Minuten ruhen lassen. um sogar das Kochen und die Aromen verschmelzen zu lassen. &lt;/p&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1088</id>
-            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Lag en sj&amp;#xF8;mat kj&amp;#xF8;ttkraft:&lt;/para&gt; &lt;para&gt; For den kanadiske hummeren - I en middels potte, ta med 8 kopper vann &amp;#xE5; koke. Legg ett l&amp;#xF8;vblad, hakket l&amp;#xF8;k og salt og pepper i henhold til den kanadiske hummerens vekt. Koketiden vil v&amp;#xE6;re basert p&amp;#xE5; vekt. &lt;/para&gt; &lt;para&gt; Fjern kokt kanadisk hummer, stamme kj&amp;#xF8;ttkraft og la sitte av.&lt;/para&gt; &lt;para&gt; For bl&amp;#xE5;skjellene - Varm sm&amp;#xF8;r eller olivenolje over middels h&amp;#xF8;y varme i potten (hvis du bruker sm&amp;#xF8;r, la den smelte helt). Tilsett hakket l&amp;#xF8;k og hvitl&amp;#xF8;k. Saut&amp;#xE9;r til l&amp;#xF8;kene er gjennomskinnelige og hvitl&amp;#xF8;k er duftende, 1 til 2 minutter. Hell vannet (2 kopper) og en halv kopp hvitvin, bring den til &amp;#xE5; koke. Hell alle muslingene i potten. Fjern de &amp;#xE5;pnede bl&amp;#xE5;skjellene og kast bort eventuelle bl&amp;#xE5;skjell som ikke har &amp;#xE5;pnet. Stam kj&amp;#xF8;ttkraft og la sitte av. &lt;/para&gt; &lt;para&gt; Bland begge kj&amp;#xF8;ttkraftene og la dem sitte av.&lt;/para&gt; &lt;para&gt; Saute sj&amp;#xF8;mat:&lt;/para&gt; &lt;para&gt; I en 16-tommers paella-panne, varme opp oljen til den er varm. Saute reker, kamskjell og calamari (hvis du bruker) til bare kokt gjennom, ca 2 minutter. &lt;/para&gt; &lt;para&gt; Gj&amp;#xF8;r sofrito:&lt;/para&gt; &lt;para&gt; Reduser varmen til middels og saut&amp;#xE9; hvitl&amp;#xF8;k. Tilsett tomat og pimenton og kok, r&amp;#xF8;r ofte, til blandingen er m&amp;#xF8;rknet til en dyp bourgogne og tykk som en kompott, 5 til 10 minutter. &lt;/para&gt; &lt;para&gt; Tilsett ris og kok:&lt;/para&gt; &lt;para&gt; Ta med buljongen tilbake til en simmer. Legg risen p&amp;#xE5; pannen, og lag den i 1 til 2 minutter. &amp;#xD8;k varmen til middels h&amp;#xF8;y. Hell i 7 kopper av sj&amp;#xF8;mat kj&amp;#xF8;ttkraft (reserve resten) og r&amp;#xF8;r eller rist pannen for jevnt fordelt risen. Fra dette punktet m&amp;#xE5; du ikke r&amp;#xF8;re risen. N&amp;#xE5;r kj&amp;#xF8;ttkraft koker, teller 4 minutter. &lt;/para&gt; &lt;para&gt; Etter 4 minutter, reduser varmen til middels lav og teller 10 minutter.&lt;/para&gt; &lt;para&gt; Fortsett &amp;#xE5; simre mer forsiktig, roter pannen etter behov. Ordne reker og kanadisk hummer i pannen.&lt;/para&gt; &lt;para&gt; Opprett socarrat:&lt;/para&gt; &lt;para&gt; &amp;#xD8;k varmen til middels h&amp;#xF8;y og roter pannen, kok i ca 2 minutter, til bunnlaget av ris begynner &amp;#xE5; karamellisere, og skape socarraten. Risen vil knekke, men hvis det begynner &amp;#xE5; lukte brent, ta av pannen fra varmen umiddelbart. &lt;/para&gt; &lt;para&gt; La paellaen hvile:&lt;/para&gt; &lt;para&gt; Ta av pannen fra varmen og la paella hvile i 5 min. til og med matlagingen og la smakene meldes.&lt;/para&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Lag en sjømat kjøttkraft:&lt;/p&gt; &lt;p&gt; For den kanadiske hummeren - I en middels potte, ta med 8 kopper vann å koke. Legg ett løvblad, hakket løk og salt og pepper i henhold til den kanadiske hummerens vekt. Koketiden vil være basert på vekt. &lt;/p&gt; &lt;p&gt; Fjern kokt kanadisk hummer, stamme kjøttkraft og la sitte av.&lt;/p&gt; &lt;p&gt; For blåskjellene - Varm smør eller olivenolje over middels høy varme i potten (hvis du bruker smør, la den smelte helt). Tilsett hakket løk og hvitløk. Sautér til løkene er gjennomskinnelige og hvitløk er duftende, 1 til 2 minutter. Hell vannet (2 kopper) og en halv kopp hvitvin, bring den til å koke. Hell alle muslingene i potten. Fjern de åpnede blåskjellene og kast bort eventuelle blåskjell som ikke har åpnet. Stam kjøttkraft og la sitte av. &lt;/p&gt; &lt;p&gt; Bland begge kjøttkraftene og la dem sitte av.&lt;/p&gt; &lt;p&gt; Saute sjømat:&lt;/p&gt; &lt;p&gt; I en 16-tommers paella-panne, varme opp oljen til den er varm. Saute reker, kamskjell og calamari (hvis du bruker) til bare kokt gjennom, ca 2 minutter. &lt;/p&gt; &lt;p&gt; Gjør sofrito:&lt;/p&gt; &lt;p&gt; Reduser varmen til middels og sauté hvitløk. Tilsett tomat og pimenton og kok, rør ofte, til blandingen er mørknet til en dyp bourgogne og tykk som en kompott, 5 til 10 minutter. &lt;/p&gt; &lt;p&gt; Tilsett ris og kok:&lt;/p&gt; &lt;p&gt; Ta med buljongen tilbake til en simmer. Legg risen på pannen, og lag den i 1 til 2 minutter. Øk varmen til middels høy. Hell i 7 kopper av sjømat kjøttkraft (reserve resten) og rør eller rist pannen for jevnt fordelt risen. Fra dette punktet må du ikke røre risen. Når kjøttkraft koker, teller 4 minutter. &lt;/p&gt; &lt;p&gt; Etter 4 minutter, reduser varmen til middels lav og teller 10 minutter.&lt;/p&gt; &lt;p&gt; Fortsett å simre mer forsiktig, roter pannen etter behov. Ordne reker og kanadisk hummer i pannen.&lt;/p&gt; &lt;p&gt; Opprett socarrat:&lt;/p&gt; &lt;p&gt; Øk varmen til middels høy og roter pannen, kok i ca 2 minutter, til bunnlaget av ris begynner å karamellisere, og skape socarraten. Risen vil knekke, men hvis det begynner å lukte brent, ta av pannen fra varmen umiddelbart. &lt;/p&gt; &lt;p&gt; La paellaen hvile:&lt;/p&gt; &lt;p&gt; Ta av pannen fra varmen og la paella hvile i 5 min. til og med matlagingen og la smakene meldes.&lt;/p&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1044</id>
-            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt;  &lt;listitem&gt;&lt;para&gt;6 oz. large shrimp&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 Canadian lobster (around 1.7 pounds)&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 pound of mussels, scrubbed&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;Pinch saffron threads&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;Kosher salt&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1/4 cup extra-virgin olive oil&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;6 oz. dry scallops, patted dry&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;4 oz. calamari, cut in rings (optional), patted dry&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;6 garlic cloves, peeled&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 tomato, halved and grated on a box grater (discard the skin)&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1/2 teaspoon pimenton&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;3 1/2 cups of arborio rice&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;7 cups seafood broth (from the Canadian lobster and mussels)&lt;/para&gt;&lt;/listitem&gt;  &lt;/itemizedlist&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt;6 oz. large shrimp&lt;/li&gt;   &lt;li&gt;1 Canadian lobster (around 1.7 pounds)&lt;/li&gt;   &lt;li&gt;1 pound of mussels, scrubbed&lt;/li&gt;   &lt;li&gt;Pinch saffron threads&lt;/li&gt;   &lt;li&gt;Kosher salt&lt;/li&gt;   &lt;li&gt;1/4 cup extra-virgin olive oil&lt;/li&gt;   &lt;li&gt;6 oz. dry scallops, patted dry&lt;/li&gt;   &lt;li&gt;4 oz. calamari, cut in rings (optional), patted dry&lt;/li&gt;   &lt;li&gt;6 garlic cloves, peeled&lt;/li&gt;   &lt;li&gt;1 tomato, halved and grated on a box grater (discard the skin)&lt;/li&gt;   &lt;li&gt;1/2 teaspoon pimenton&lt;/li&gt;   &lt;li&gt;3 1/2 cups of arborio rice&lt;/li&gt;   &lt;li&gt;7 cups seafood broth (from the Canadian lobster and mussels)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1059</id>
-            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 onces. grosses crevettes&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 homard canadien (environ 1,7 lb)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 livre de moules, nettoy&amp;#xE9;e&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Pincer les fils de safran&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Sel kasher&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 tasse d'huile d'olive extra-vierge&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 onces. p&amp;#xE9;toncles secs, patt&amp;#xE9;s secs&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 125 grammes. calamars, coup&amp;#xE9;s en rondelles (facultatif), ass&amp;#xE9;ch&amp;#xE9;s&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 gousses d'ail &amp;#xE9;pluch&amp;#xE9;es&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 tomate, coup&amp;#xE9;e en deux et r&amp;#xE2;p&amp;#xE9;e sur une r&amp;#xE2;pe &amp;#xE0; bo&amp;#xEE;te (jeter la peau)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 cuill&amp;#xE8;re &amp;#xE0; caf&amp;#xE9; de pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 tasses de riz arborio&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 tasses de bouillon de fruits de mer (du homard canadien et des moules)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 onces. grosses crevettes&lt;/li&gt;   &lt;li&gt; 1 homard canadien (environ 1,7 lb)&lt;/li&gt;   &lt;li&gt; 1 livre de moules, nettoyée&lt;/li&gt;   &lt;li&gt; Pincer les fils de safran&lt;/li&gt;   &lt;li&gt; Sel kasher&lt;/li&gt;   &lt;li&gt; 1/4 tasse d'huile d'olive extra-vierge&lt;/li&gt;   &lt;li&gt; 6 onces. pétoncles secs, pattés secs&lt;/li&gt;   &lt;li&gt; 125 grammes. calamars, coupés en rondelles (facultatif), asséchés&lt;/li&gt;   &lt;li&gt; 6 gousses d'ail épluchées&lt;/li&gt;   &lt;li&gt; 1 tomate, coupée en deux et râpée sur une râpe à boîte (jeter la peau)&lt;/li&gt;   &lt;li&gt; 1/2 cuillère à café de pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 tasses de riz arborio&lt;/li&gt;   &lt;li&gt; 7 tasses de bouillon de fruits de mer (du homard canadien et des moules)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1074</id>
-            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 Unzen. gro&amp;#xDF;e Garnelen&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 kanadischer Hummer (ca. 1,7 Pfund)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 Pfund Muscheln, geschrubbt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Safranf&amp;#xE4;den falten&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Koscheres Salz&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 Tasse extra-natives Oliven&amp;#xF6;l&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 Unzen. trockene Jakobsmuscheln, trocken getupft&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 4 Unzen. Calamari, in Ringe geschnitten (optional), trocken getupft&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 Knoblauchzehen, gesch&amp;#xE4;lt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 Tomate, halbiert und gerieben auf einer Kastenreibe (die Haut wegwerfen)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 Teel&amp;#xF6;ffel Pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 Tassen Arborio Reis&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 Tassen Meeresfr&amp;#xFC;chte Br&amp;#xFC;he (vom kanadischen Hummer und Muscheln)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 Unzen. große Garnelen&lt;/li&gt;   &lt;li&gt; 1 kanadischer Hummer (ca. 1,7 Pfund)&lt;/li&gt;   &lt;li&gt; 1 Pfund Muscheln, geschrubbt&lt;/li&gt;   &lt;li&gt; Safranfäden falten&lt;/li&gt;   &lt;li&gt; Koscheres Salz&lt;/li&gt;   &lt;li&gt; 1/4 Tasse extra-natives Olivenöl&lt;/li&gt;   &lt;li&gt; 6 Unzen. trockene Jakobsmuscheln, trocken getupft&lt;/li&gt;   &lt;li&gt; 4 Unzen. Calamari, in Ringe geschnitten (optional), trocken getupft&lt;/li&gt;   &lt;li&gt; 6 Knoblauchzehen, geschält&lt;/li&gt;   &lt;li&gt; 1 Tomate, halbiert und gerieben auf einer Kastenreibe (die Haut wegwerfen)&lt;/li&gt;   &lt;li&gt; 1/2 Teelöffel Pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 Tassen Arborio Reis&lt;/li&gt;   &lt;li&gt; 7 Tassen Meeresfrüchte Brühe (vom kanadischen Hummer und Muscheln)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1089</id>
-            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 oz. store reker&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 kanadisk hummer (rundt 1,7 pund)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 pund bl&amp;#xE5;skjell, skrubbet&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Klem saffron tr&amp;#xE5;der&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Kosher salt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 kopp ekstra jomfruolje&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 oz. t&amp;#xF8;rr kamskjell, klappert&amp;#xF8;rr&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 4 oz. calamari, kuttet i ringer (valgfritt), t&amp;#xF8;rketatt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 hvitl&amp;#xF8;kskl&amp;#xE6;r, skr&amp;#xE6;llet&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 tomat, halvert og revet p&amp;#xE5; en boksrist (kast huden)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 ts pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 kopper arborio ris&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 kopper sj&amp;#xF8;mat kj&amp;#xF8;ttkraft (fra canadisk hummer og bl&amp;#xE5;skjell)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 oz. store reker&lt;/li&gt;   &lt;li&gt; 1 kanadisk hummer (rundt 1,7 pund)&lt;/li&gt;   &lt;li&gt; 1 pund blåskjell, skrubbet&lt;/li&gt;   &lt;li&gt; Klem saffron tråder&lt;/li&gt;   &lt;li&gt; Kosher salt&lt;/li&gt;   &lt;li&gt; 1/4 kopp ekstra jomfruolje&lt;/li&gt;   &lt;li&gt; 6 oz. tørr kamskjell, klappertørr&lt;/li&gt;   &lt;li&gt; 4 oz. calamari, kuttet i ringer (valgfritt), tørketatt&lt;/li&gt;   &lt;li&gt; 6 hvitløksklær, skrællet&lt;/li&gt;   &lt;li&gt; 1 tomat, halvert og revet på en boksrist (kast huden)&lt;/li&gt;   &lt;li&gt; 1/2 ts pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 kopper arborio ris&lt;/li&gt;   &lt;li&gt; 7 kopper sjømat kjøttkraft (fra canadisk hummer og blåskjell)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1045</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="id">5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
-                <value key="path">/5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
-                <value key="alternativeText"></value>
-                <value key="fileName">cheesecake_figs.jpg</value>
-                <value key="fileSize">44846</value>
-                <value key="imageId">67-1045-5</value>
-                <value key="uri">/var/site/storage/images/5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
-                <value key="inputUri"/>
-                <value key="width">686</value>
-                <value key="height">686</value>
-                <value key="variations">
-                    <value key="article_full_width">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/article_full_width</value>
-                    </value>
-                    <value key="card_view">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/card_view</value>
-                    </value>
-                    <value key="embed-header">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/embed-header</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/gallery</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/medium</value>
-                    </value>
-                    <value key="place">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/place</value>
-                    </value>
-                    <value key="product_card">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/product_card</value>
-                    </value>
-                    <value key="product_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/product_large</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/reference</value>
-                    </value>
-                    <value key="search_result_item">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/search_result_item</value>
-                    </value>
-                    <value key="search_result_item_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/search_result_item_large</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/small</value>
-                    </value>
-                    <value key="social_network_image">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/social_network_image</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1060</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="id">0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
-                <value key="path">/0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
-                <value key="alternativeText"></value>
-                <value key="fileName">cheesecake_figs.jpg</value>
-                <value key="fileSize">44846</value>
-                <value key="imageId">67-1060-5</value>
-                <value key="uri">/var/site/storage/images/0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
-                <value key="inputUri"/>
-                <value key="width">686</value>
-                <value key="height">686</value>
-                <value key="variations">
-                    <value key="article_full_width">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/article_full_width</value>
-                    </value>
-                    <value key="card_view">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/card_view</value>
-                    </value>
-                    <value key="embed-header">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/embed-header</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/gallery</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/medium</value>
-                    </value>
-                    <value key="place">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/place</value>
-                    </value>
-                    <value key="product_card">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/product_card</value>
-                    </value>
-                    <value key="product_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/product_large</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/reference</value>
-                    </value>
-                    <value key="search_result_item">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/search_result_item</value>
-                    </value>
-                    <value key="search_result_item_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/search_result_item_large</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/small</value>
-                    </value>
-                    <value key="social_network_image">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/social_network_image</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1075</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="id">5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
-                <value key="path">/5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
-                <value key="alternativeText"></value>
-                <value key="fileName">cheesecake_figs.jpg</value>
-                <value key="fileSize">44846</value>
-                <value key="imageId">67-1075-5</value>
-                <value key="uri">/var/site/storage/images/5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
-                <value key="inputUri"/>
-                <value key="width">686</value>
-                <value key="height">686</value>
-                <value key="variations">
-                    <value key="article_full_width">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/article_full_width</value>
-                    </value>
-                    <value key="card_view">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/card_view</value>
-                    </value>
-                    <value key="embed-header">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/embed-header</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/gallery</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/medium</value>
-                    </value>
-                    <value key="place">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/place</value>
-                    </value>
-                    <value key="product_card">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/product_card</value>
-                    </value>
-                    <value key="product_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/product_large</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/reference</value>
-                    </value>
-                    <value key="search_result_item">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/search_result_item</value>
-                    </value>
-                    <value key="search_result_item_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/search_result_item_large</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/small</value>
-                    </value>
-                    <value key="social_network_image">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/social_network_image</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1090</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="id">0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
-                <value key="path">/0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
-                <value key="alternativeText"></value>
-                <value key="fileName">cheesecake_figs.jpg</value>
-                <value key="fileSize">44846</value>
-                <value key="imageId">67-1090-5</value>
-                <value key="uri">/var/site/storage/images/0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
-                <value key="inputUri"/>
-                <value key="width">686</value>
-                <value key="height">686</value>
-                <value key="variations">
-                    <value key="article_full_width">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/article_full_width</value>
-                    </value>
-                    <value key="card_view">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/card_view</value>
-                    </value>
-                    <value key="embed-header">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/embed-header</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/gallery</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/medium</value>
-                    </value>
-                    <value key="place">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/place</value>
-                    </value>
-                    <value key="product_card">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/product_card</value>
-                    </value>
-                    <value key="product_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/product_large</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/reference</value>
-                    </value>
-                    <value key="search_result_item">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/search_result_item</value>
-                    </value>
-                    <value key="search_result_item_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/search_result_item_large</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/small</value>
-                    </value>
-                    <value key="social_network_image">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/social_network_image</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1046</id>
-            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
-            <fieldValue>30.000000</fieldValue>
-        </field>
-        <field>
-            <id>1061</id>
-            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
-            <fieldValue>30.000000</fieldValue>
-        </field>
-        <field>
-            <id>1076</id>
-            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
-            <fieldValue>30.000000</fieldValue>
-        </field>
-        <field>
-            <id>1091</id>
-            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
-            <fieldValue>30.000000</fieldValue>
-        </field>
-        <field>
-            <id>1047</id>
-            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
-            <fieldValue>8</fieldValue>
-        </field>
-        <field>
-            <id>1062</id>
-            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
-            <fieldValue>8</fieldValue>
-        </field>
-        <field>
-            <id>1077</id>
-            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
-            <fieldValue>8</fieldValue>
-        </field>
-        <field>
-            <id>1092</id>
-            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
-            <fieldValue>8</fieldValue>
-        </field>
-        <field>
-            <id>1048</id>
-            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
-            <fieldValue>
-                <value>0</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1063</id>
-            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
-            <fieldValue>
-                <value>0</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1078</id>
-            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
-            <fieldValue>
-                <value>0</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1093</id>
-            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
-            <fieldValue>
-                <value>0</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1049</id>
-            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1064</id>
-            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1079</id>
-            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1094</id>
-            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1050</id>
-            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1065</id>
-            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1080</id>
-            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1095</id>
-            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1051</id>
-            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1066</id>
-            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1081</id>
-            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1096</id>
-            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1052</id>
-            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1067</id>
-            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1082</id>
-            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1097</id>
-            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1053</id>
-            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1068</id>
-            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1083</id>
-            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1098</id>
-            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1054</id>
-            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">394</value>
-                    <value key="parent_id">360</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Spanish</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/360/394/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">413</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Entrée</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/413/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">425</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Rice</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/425/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">428</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Seafood</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/428/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">430</value>
-                    <value key="parent_id">428</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Shrimp</value>
-                    </value>
-                    <value key="depth">4</value>
-                    <value key="path_string">/359/402/428/430/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1069</id>
-            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">394</value>
-                    <value key="parent_id">360</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Spanish</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/360/394/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">413</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Entrée</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/413/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">425</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Rice</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/425/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">428</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Seafood</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/428/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">430</value>
-                    <value key="parent_id">428</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Shrimp</value>
-                    </value>
-                    <value key="depth">4</value>
-                    <value key="path_string">/359/402/428/430/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1084</id>
-            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">394</value>
-                    <value key="parent_id">360</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Spanish</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/360/394/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">413</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Entrée</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/413/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">425</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Rice</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/425/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">428</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Seafood</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/428/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">430</value>
-                    <value key="parent_id">428</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Shrimp</value>
-                    </value>
-                    <value key="depth">4</value>
-                    <value key="path_string">/359/402/428/430/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1099</id>
-            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">394</value>
-                    <value key="parent_id">360</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Spanish</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/360/394/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">413</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Entrée</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/413/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">425</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Rice</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/425/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">428</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Seafood</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/428/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">430</value>
-                    <value key="parent_id">428</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Shrimp</value>
-                    </value>
-                    <value key="depth">4</value>
-                    <value key="path_string">/359/402/428/430/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1055</id>
-            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="canonical">
-                    <value key="meta_name">canonical</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="description">
-                    <value key="meta_name">description</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="keywords">
-                    <value key="meta_name">keywords</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="og:description">
-                    <value key="meta_name">og:description</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="og:image">
-                    <value key="meta_name">og:image</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="og:title">
-                    <value key="meta_name">og:title</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="title">
-                    <value key="meta_name">title</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="twitter:description">
-                    <value key="meta_name">twitter:description</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="twitter:image">
-                    <value key="meta_name">twitter:image</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="twitter:title">
-                    <value key="meta_name">twitter:title</value>
-                    <value key="meta_content"></value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1070</id>
-            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
-            <fieldValue/>
-        </field>
-        <field>
-            <id>1085</id>
-            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
-            <fieldValue/>
-        </field>
-        <field>
-            <id>1100</id>
-            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
-            <fieldValue/>
-        </field>
-    </Fields>
-    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations">
-        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations/1316">
-            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
-            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/196"/>
-            <RelationType>EMBED</RelationType>
-        </Relation>
-        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations/1317">
-            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
-            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/70"/>
-            <RelationType>EMBED</RelationType>
-        </Relation>
-    </Relations>
-</Version>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
+    <VersionInfo>
+        <id>1114</id>
+        <versionNo>5</versionNo>
+        <status>PUBLISHED</status>
+        <modificationDate>2019-03-16T11:19:51+01:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2019-03-16T11:18:45+01:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB,fre-FR,ger-DE,nor-NO</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+            <Language>
+                <languageCode>fre-FR</languageCode>
+            </Language>
+            <Language>
+                <languageCode>ger-DE</languageCode>
+            </Language>
+            <Language>
+                <languageCode>nor-NO</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Spanish seafood paella</value>
+            <value languageCode="fre-FR">Paella de fruits de mer espagnols</value>
+            <value languageCode="ger-DE">Spanische Meeresfrüchte Paella</value>
+            <value languageCode="nor-NO">Spansk sjømat paella</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
+    </VersionInfo>
+    <Fields>
+        <field>
+            <id>1041</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Spanish seafood paella</fieldValue>
+        </field>
+        <field>
+            <id>1056</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Paella de fruits de mer espagnols</fieldValue>
+        </field>
+        <field>
+            <id>1071</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Spanische Meeresfrüchte Paella</fieldValue>
+        </field>
+        <field>
+            <id>1086</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Spansk sjømat paella</fieldValue>
+        </field>
+        <field>
+            <id>1042</id>
+            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;A real taste of Britain’s most acknowledged culinary export of a take-away food and early example of food fusion. A popular lunch meal that is conquering the world.&lt;/para&gt;&lt;para&gt; &lt;/para&gt;&lt;ezembed xlink:href=&quot;ezcontent://196&quot; view=&quot;embed&quot; ezxhtml:class=&quot;ez-embed-type-image&quot;&gt;&lt;ezconfig&gt;&lt;ezvalue key=&quot;size&quot;&gt;medium&lt;/ezvalue&gt;&lt;/ezconfig&gt;&lt;/ezembed&gt;&lt;ezembed xlink:href=&quot;ezcontent://70&quot; view=&quot;embed&quot;/&gt;&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;A real taste of Britain’s most acknowledged culinary export of a take-away food and early example of food fusion. A popular lunch meal that is conquering the world.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;div data-ezelement=&quot;ezembed&quot; data-href=&quot;ezcontent://196&quot; data-ezview=&quot;embed&quot; class=&quot;ez-embed-type-image&quot;&gt;&lt;span data-ezelement=&quot;ezconfig&quot;&gt;&lt;span data-ezelement=&quot;ezvalue&quot; data-ezvalue-key=&quot;size&quot;&gt;medium&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div data-ezelement=&quot;ezembed&quot; data-href=&quot;ezcontent://70&quot; data-ezview=&quot;embed&quot;/&gt;&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1057</id>
+            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
+  &lt;para&gt; Un vrai avant-go&amp;#xFB;t de l'exportation culinaire la plus reconnue en Grande-Bretagne d'un plat &amp;#xE0; emporter et de
+    l'exemple pr&amp;#xE9;coce de la fusion des aliments. Un repas de midi populaire qui conquiert le monde.
+  &lt;/para&gt;
+&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
+  &lt;p&gt; Un vrai avant-goût de l'exportation culinaire la plus reconnue en Grande-Bretagne d'un plat à emporter et de
+    l'exemple précoce de la fusion des aliments. Un repas de midi populaire qui conquiert le monde.
+  &lt;/p&gt;
+&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1072</id>
+            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
+  &lt;para&gt; Ein echter Geschmack von Gro&amp;#xDF;britanniens anerkanntem kulinarischen Export von Speisen zum Mitnehmen und einem
+    fr&amp;#xFC;hen Beispiel der Fusion von Lebensmitteln. Ein beliebtes Mittagessen, das die Welt erobert.
+  &lt;/para&gt;
+&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
+  &lt;p&gt; Ein echter Geschmack von Großbritanniens anerkanntem kulinarischen Export von Speisen zum Mitnehmen und einem
+    frühen Beispiel der Fusion von Lebensmitteln. Ein beliebtes Mittagessen, das die Welt erobert.
+  &lt;/p&gt;
+&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1087</id>
+            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
+  &lt;para&gt; En ekte smak av Storbritannias mest anerkjente kulinariske eksport av en take-away mat og tidlig eksempel p&amp;#xE5;
+    matfusjon. Et popul&amp;#xE6;rt lunsjm&amp;#xE5;ltid som erobre verden.
+  &lt;/para&gt;
+&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
+  &lt;p&gt; En ekte smak av Storbritannias mest anerkjente kulinariske eksport av en take-away mat og tidlig eksempel på
+    matfusjon. Et populært lunsjmåltid som erobre verden.
+  &lt;/p&gt;
+&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1043</id>
+            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt;Make a seafood broth:&lt;/para&gt; &lt;para&gt;For the Canadian lobster - In a medium pot, bring 8 cups of water to boil. Add one bay leaf, chopped onion and salt and pepper according to the weight of the Canadian lobster. Boiling time will be based on weight.&lt;/para&gt; &lt;para&gt;Remove cooked Canadian lobster, strain broth and let sit off.&lt;/para&gt; &lt;para&gt;For the mussels - Warm the butter or olive oil over medium-high heat in the pot (if using butter, let it melt completely). Add the minced onion and garlic. Sauté until the onions are translucent and the garlic is fragrant, 1 to 2 minutes. Pour the water (2 cups) and half cup of white wine, bring it to boil. Pour all of the mussels into the pot. Remove the opened mussels and discard any mussels that haven’t opened. Strain the broth and let sit off.&lt;/para&gt; &lt;para&gt;Mix both broths and let them sit off.&lt;/para&gt; &lt;para&gt;Saute the seafood:&lt;/para&gt; &lt;para&gt;In a 16-inch paella pan, heat the oil just until it is hot. Sauté the shrimp, scallops, and calamari (if using) until just cooked through, about 2 minutes.&lt;/para&gt; &lt;para&gt;Make the sofrito:&lt;/para&gt; &lt;para&gt;Reduce the heat to medium and sauté the garlic. Add the tomato and pimenton and cook, stirring often, until the mixture has darkened to a deep burgundy and is thick like a compote, 5 to 10 min.&lt;/para&gt; &lt;para&gt;Add the rice and cook:&lt;/para&gt; &lt;para&gt;Bring the broth back to a simmer. Add the rice to the pan, and cook for 1 to 2 min. Raise the heat to medium-high. Pour in 7 cups of the seafood broth (reserve the rest) and stir or shake the pan to evenly distribute the rice. From this point on, do not stir the rice. Once broth is boiling, count 4 minutes.&lt;/para&gt; &lt;para&gt;After the 4 minutes, reduce the heat to medium-low and count 10 minutes.&lt;/para&gt; &lt;para&gt;Continue to simmer more gently, rotating the pan as necessary. Arrange the shrimp and Canadian lobster in the pan.&lt;/para&gt; &lt;para&gt;Create the socarrat:&lt;/para&gt; &lt;para&gt;Increase the heat to medium-high and, rotating the pan, cook for about 2 min., until the bottom layer of rice starts to caramelize, creating the socarrat. The rice will crackle, but if it starts to smell burned, remove the pan from the heat immediately.&lt;/para&gt; &lt;para&gt;Let the paella rest:&lt;/para&gt; &lt;para&gt;Remove the pan from the heat and let the paella rest for 5 min. to even the cooking and let the flavors meld.&lt;/para&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt;Make a seafood broth:&lt;/p&gt; &lt;p&gt;For the Canadian lobster - In a medium pot, bring 8 cups of water to boil. Add one bay leaf, chopped onion and salt and pepper according to the weight of the Canadian lobster. Boiling time will be based on weight.&lt;/p&gt; &lt;p&gt;Remove cooked Canadian lobster, strain broth and let sit off.&lt;/p&gt; &lt;p&gt;For the mussels - Warm the butter or olive oil over medium-high heat in the pot (if using butter, let it melt completely). Add the minced onion and garlic. Sauté until the onions are translucent and the garlic is fragrant, 1 to 2 minutes. Pour the water (2 cups) and half cup of white wine, bring it to boil. Pour all of the mussels into the pot. Remove the opened mussels and discard any mussels that haven’t opened. Strain the broth and let sit off.&lt;/p&gt; &lt;p&gt;Mix both broths and let them sit off.&lt;/p&gt; &lt;p&gt;Saute the seafood:&lt;/p&gt; &lt;p&gt;In a 16-inch paella pan, heat the oil just until it is hot. Sauté the shrimp, scallops, and calamari (if using) until just cooked through, about 2 minutes.&lt;/p&gt; &lt;p&gt;Make the sofrito:&lt;/p&gt; &lt;p&gt;Reduce the heat to medium and sauté the garlic. Add the tomato and pimenton and cook, stirring often, until the mixture has darkened to a deep burgundy and is thick like a compote, 5 to 10 min.&lt;/p&gt; &lt;p&gt;Add the rice and cook:&lt;/p&gt; &lt;p&gt;Bring the broth back to a simmer. Add the rice to the pan, and cook for 1 to 2 min. Raise the heat to medium-high. Pour in 7 cups of the seafood broth (reserve the rest) and stir or shake the pan to evenly distribute the rice. From this point on, do not stir the rice. Once broth is boiling, count 4 minutes.&lt;/p&gt; &lt;p&gt;After the 4 minutes, reduce the heat to medium-low and count 10 minutes.&lt;/p&gt; &lt;p&gt;Continue to simmer more gently, rotating the pan as necessary. Arrange the shrimp and Canadian lobster in the pan.&lt;/p&gt; &lt;p&gt;Create the socarrat:&lt;/p&gt; &lt;p&gt;Increase the heat to medium-high and, rotating the pan, cook for about 2 min., until the bottom layer of rice starts to caramelize, creating the socarrat. The rice will crackle, but if it starts to smell burned, remove the pan from the heat immediately.&lt;/p&gt; &lt;p&gt;Let the paella rest:&lt;/p&gt; &lt;p&gt;Remove the pan from the heat and let the paella rest for 5 min. to even the cooking and let the flavors meld.&lt;/p&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1058</id>
+            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Faire un bouillon de fruits de mer:&lt;/para&gt; &lt;para&gt; Pour le homard canadien - Dans une casserole moyenne, porter &amp;#xE0; &amp;#xE9;bullition 8 tasses d'eau. Ajouter une feuille de laurier, de l'oignon hach&amp;#xE9;, du sel et du poivre selon le poids du homard canadien. Le temps d'&amp;#xE9;bullition sera bas&amp;#xE9; sur le poids. &lt;/para&gt; &lt;para&gt; Retirer le homard canadien cuit, filtrer le bouillon et laisser reposer.&lt;/para&gt; &lt;para&gt; Pour les moules - Chauffer le beurre ou l'huile d'olive &amp;#xE0; feu moyen-vif dans le pot (si vous utilisez du beurre, laissez-le fondre compl&amp;#xE8;tement). Ajouter l'oignon &amp;#xE9;minc&amp;#xE9; et l'ail. Faire sauter jusqu'&amp;#xE0; ce que les oignons soient translucides et que l'ail soit parfum&amp;#xE9;, 1 &amp;#xE0; 2 minutes. Verser l'eau (2 tasses) et la moiti&amp;#xE9; de la tasse de vin blanc, porter &amp;#xE0; &amp;#xE9;bullition. Verser toutes les moules dans le pot. Retirez les moules ouvertes et jetez les moules qui ne se sont pas ouvertes. Passer le bouillon et laisser reposer. &lt;/para&gt; &lt;para&gt; M&amp;#xE9;langer les deux bouillons et les laisser reposer.&lt;/para&gt; &lt;para&gt; Saute les fruits de mer:&lt;/para&gt; &lt;para&gt; Dans une po&amp;#xEA;le &amp;#xE0; paella de 16 pouces, chauffer l'huile jusqu'&amp;#xE0; ce qu'elle soit chaude. Faire sauter les crevettes, les p&amp;#xE9;toncles et les calamars (si vous utilisez) jusqu'&amp;#xE0; ce qu'ils soient bien cuits, environ 2 minutes. &lt;/para&gt; &lt;para&gt; Faites le sofrito:&lt;/para&gt; &lt;para&gt; R&amp;#xE9;duire le feu &amp;#xE0; moyen et faire revenir l'ail. Ajouter la tomate et le pimenton et cuire, en remuant souvent, jusqu'&amp;#xE0; ce que le m&amp;#xE9;lange noircisse et soit &amp;#xE9;pais comme une compote, de 5 &amp;#xE0; 10 min. &lt;/para&gt; &lt;para&gt; Ajouter le riz et cuire:&lt;/para&gt; &lt;para&gt; Ramener le bouillon &amp;#xE0; &amp;#xE9;bullition. Ajouter le riz dans la po&amp;#xEA;le et cuire de 1 &amp;#xE0; 2 minutes. Augmenter le feu &amp;#xE0; moyen-&amp;#xE9;lev&amp;#xE9;. Verser 7 tasses de bouillon de fruits de mer (r&amp;#xE9;server le reste) et m&amp;#xE9;langer ou agiter la po&amp;#xEA;le pour r&amp;#xE9;partir uniform&amp;#xE9;ment le riz. &amp;#xC0; partir de ce moment, ne pas remuer le riz. Une fois que le bouillon est en &amp;#xE9;bullition, comptez 4 minutes. &lt;/para&gt; &lt;para&gt; Apr&amp;#xE8;s les 4 minutes, r&amp;#xE9;duire le feu &amp;#xE0; moyen-doux et compter 10 minutes.&lt;/para&gt; &lt;para&gt; Continuez &amp;#xE0; mijoter plus doucement, en tournant la casserole au besoin. Disposer les crevettes et le homard canadien dans la po&amp;#xEA;le. &lt;/para&gt; &lt;para&gt; Cr&amp;#xE9;er le socarrat:&lt;/para&gt; &lt;para&gt; Augmenter le feu &amp;#xE0; moyen-vif et, en faisant tourner la casserole, cuire environ 2 minutes, jusqu'&amp;#xE0; ce que la couche de riz commence &amp;#xE0; caram&amp;#xE9;liser, cr&amp;#xE9;ant le socarrat. Le riz cr&amp;#xE9;pite, mais s'il commence &amp;#xE0; sentir br&amp;#xFB;l&amp;#xE9;, retirez imm&amp;#xE9;diatement la casserole du feu. &lt;/para&gt; &lt;para&gt; Laissez la paella se reposer:&lt;/para&gt; &lt;para&gt; Retirer la casserole du feu et laisser reposer la paella pendant 5 minutes. &amp;#xE9;galiser la cuisson et laisser m&amp;#xE9;langer les saveurs. &lt;/para&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Faire un bouillon de fruits de mer:&lt;/p&gt; &lt;p&gt; Pour le homard canadien - Dans une casserole moyenne, porter à ébullition 8 tasses d'eau. Ajouter une feuille de laurier, de l'oignon haché, du sel et du poivre selon le poids du homard canadien. Le temps d'ébullition sera basé sur le poids. &lt;/p&gt; &lt;p&gt; Retirer le homard canadien cuit, filtrer le bouillon et laisser reposer.&lt;/p&gt; &lt;p&gt; Pour les moules - Chauffer le beurre ou l'huile d'olive à feu moyen-vif dans le pot (si vous utilisez du beurre, laissez-le fondre complètement). Ajouter l'oignon émincé et l'ail. Faire sauter jusqu'à ce que les oignons soient translucides et que l'ail soit parfumé, 1 à 2 minutes. Verser l'eau (2 tasses) et la moitié de la tasse de vin blanc, porter à ébullition. Verser toutes les moules dans le pot. Retirez les moules ouvertes et jetez les moules qui ne se sont pas ouvertes. Passer le bouillon et laisser reposer. &lt;/p&gt; &lt;p&gt; Mélanger les deux bouillons et les laisser reposer.&lt;/p&gt; &lt;p&gt; Saute les fruits de mer:&lt;/p&gt; &lt;p&gt; Dans une poêle à paella de 16 pouces, chauffer l'huile jusqu'à ce qu'elle soit chaude. Faire sauter les crevettes, les pétoncles et les calamars (si vous utilisez) jusqu'à ce qu'ils soient bien cuits, environ 2 minutes. &lt;/p&gt; &lt;p&gt; Faites le sofrito:&lt;/p&gt; &lt;p&gt; Réduire le feu à moyen et faire revenir l'ail. Ajouter la tomate et le pimenton et cuire, en remuant souvent, jusqu'à ce que le mélange noircisse et soit épais comme une compote, de 5 à 10 min. &lt;/p&gt; &lt;p&gt; Ajouter le riz et cuire:&lt;/p&gt; &lt;p&gt; Ramener le bouillon à ébullition. Ajouter le riz dans la poêle et cuire de 1 à 2 minutes. Augmenter le feu à moyen-élevé. Verser 7 tasses de bouillon de fruits de mer (réserver le reste) et mélanger ou agiter la poêle pour répartir uniformément le riz. À partir de ce moment, ne pas remuer le riz. Une fois que le bouillon est en ébullition, comptez 4 minutes. &lt;/p&gt; &lt;p&gt; Après les 4 minutes, réduire le feu à moyen-doux et compter 10 minutes.&lt;/p&gt; &lt;p&gt; Continuez à mijoter plus doucement, en tournant la casserole au besoin. Disposer les crevettes et le homard canadien dans la poêle. &lt;/p&gt; &lt;p&gt; Créer le socarrat:&lt;/p&gt; &lt;p&gt; Augmenter le feu à moyen-vif et, en faisant tourner la casserole, cuire environ 2 minutes, jusqu'à ce que la couche de riz commence à caraméliser, créant le socarrat. Le riz crépite, mais s'il commence à sentir brûlé, retirez immédiatement la casserole du feu. &lt;/p&gt; &lt;p&gt; Laissez la paella se reposer:&lt;/p&gt; &lt;p&gt; Retirer la casserole du feu et laisser reposer la paella pendant 5 minutes. égaliser la cuisson et laisser mélanger les saveurs. &lt;/p&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1073</id>
+            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Machen Sie eine Meeresfr&amp;#xFC;chte-Br&amp;#xFC;he:&lt;/para&gt; &lt;para&gt; F&amp;#xFC;r den kanadischen Hummer - In einem mittleren Topf 8 Tassen Wasser zum Kochen bringen. F&amp;#xFC;gen Sie ein Lorbeerblatt, gehackte Zwiebel und Salz und Pfeffer entsprechend dem Gewicht des kanadischen Hummers hinzu. Die Kochzeit basiert auf dem Gewicht. &lt;/para&gt; &lt;para&gt; Den gekochten kanadischen Hummer entfernen, die Br&amp;#xFC;he entkernen und abtropfen lassen.&lt;/para&gt; &lt;para&gt; F&amp;#xFC;r die Muscheln - Erw&amp;#xE4;rmen Sie die Butter oder das Oliven&amp;#xF6;l bei mittlerer Hitze im Topf (wenn Sie Butter verwenden, lassen Sie sie vollst&amp;#xE4;ndig schmelzen). F&amp;#xFC;gen Sie die gehackte Zwiebel und den Knoblauch hinzu. Die Zwiebeln glasig machen und 1 bis 2 Minuten d&amp;#xFC;nsten. Gie&amp;#xDF;en Sie das Wasser (2 Tassen) und eine halbe Tasse Wei&amp;#xDF;wein, bringen Sie es zum Kochen. Gie&amp;#xDF;en Sie alle Muscheln in den Topf. Entfernen Sie die ge&amp;#xF6;ffneten Muscheln und entsorgen Sie Muscheln, die nicht ge&amp;#xF6;ffnet haben. Die Br&amp;#xFC;he abseihen und absetzen lassen. &lt;/para&gt; &lt;para&gt; Mischen Sie beide Br&amp;#xFC;hen und lassen Sie sie sitzen.&lt;/para&gt; &lt;para&gt; Braten Sie die Meeresfr&amp;#xFC;chte:&lt;/para&gt; &lt;para&gt; In einer 16-Zoll-Paellapfanne das &amp;#xD6;l erhitzen, bis es hei&amp;#xDF; ist. Die Garnelen, die Jakobsmuscheln und die Calamari (falls verwendet) bissfest durchgaren, ca. 2 Minuten. &lt;/para&gt; &lt;para&gt; Mach das sofrito:&lt;/para&gt; &lt;para&gt; Reduziere die Hitze auf mittlere Stufe und sautiere den Knoblauch. F&amp;#xFC;gen Sie die Tomate und das Piment hinzu und kochen Sie, h&amp;#xE4;ufig r&amp;#xFC;hrend, bis die Mischung zu einem tiefen Burgunder verdunkelt wird und dick wie ein Kompott ist, 5 bis 10 min. &lt;/para&gt; &lt;para&gt; F&amp;#xFC;gen Sie den Reis hinzu und kochen Sie:&lt;/para&gt; &lt;para&gt; Bringen Sie die Br&amp;#xFC;he wieder zum Kochen. Den Reis in die Pfanne geben und 1 bis 2 Minuten kochen lassen. Erh&amp;#xF6;hen Sie die Hitze auf mittlere bis hohe. Pour 7 Tassen der Meeresfr&amp;#xFC;chtesuppe (behalten Sie den Rest) und r&amp;#xFC;hren Sie oder sch&amp;#xFC;tteln Sie die Wanne, um den Reis gleichm&amp;#xE4;&amp;#xDF;ig zu verteilen. Von diesem Punkt an den Reis nicht umr&amp;#xFC;hren. Sobald die Br&amp;#xFC;he kocht, z&amp;#xE4;hlen Sie 4 Minuten. &lt;/para&gt; &lt;para&gt; Nach den 4 Minuten die Hitze auf mittel-niedrig reduzieren und 10 Minuten z&amp;#xE4;hlen.&lt;/para&gt; &lt;para&gt; Weiter vorsichtig k&amp;#xF6;cheln lassen und die Pfanne nach Bedarf drehen. Ordnen Sie die Garnelen und den kanadischen Hummer in der Pfanne an. &lt;/para&gt; &lt;para&gt; Erstelle den Socarrat:&lt;/para&gt; &lt;para&gt; Erh&amp;#xF6;hen Sie die Hitze auf mittlere bis hohe und drehen Sie die Pfanne, f&amp;#xFC;r etwa 2 Minuten kochen, bis die untere Schicht Reis zu karamellisieren beginnt, so dass die Socarrat. Der Reis wird knistern, aber wenn er anf&amp;#xE4;ngt zu brennen, entfernen Sie die Pfanne sofort von der Hitze. &lt;/para&gt; &lt;para&gt; Lass die Paella ruhen:&lt;/para&gt; &lt;para&gt; Die Pfanne von der Hitze nehmen und die Paella f&amp;#xFC;r 5 Minuten ruhen lassen. um sogar das Kochen und die Aromen verschmelzen zu lassen. &lt;/para&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Machen Sie eine Meeresfrüchte-Brühe:&lt;/p&gt; &lt;p&gt; Für den kanadischen Hummer - In einem mittleren Topf 8 Tassen Wasser zum Kochen bringen. Fügen Sie ein Lorbeerblatt, gehackte Zwiebel und Salz und Pfeffer entsprechend dem Gewicht des kanadischen Hummers hinzu. Die Kochzeit basiert auf dem Gewicht. &lt;/p&gt; &lt;p&gt; Den gekochten kanadischen Hummer entfernen, die Brühe entkernen und abtropfen lassen.&lt;/p&gt; &lt;p&gt; Für die Muscheln - Erwärmen Sie die Butter oder das Olivenöl bei mittlerer Hitze im Topf (wenn Sie Butter verwenden, lassen Sie sie vollständig schmelzen). Fügen Sie die gehackte Zwiebel und den Knoblauch hinzu. Die Zwiebeln glasig machen und 1 bis 2 Minuten dünsten. Gießen Sie das Wasser (2 Tassen) und eine halbe Tasse Weißwein, bringen Sie es zum Kochen. Gießen Sie alle Muscheln in den Topf. Entfernen Sie die geöffneten Muscheln und entsorgen Sie Muscheln, die nicht geöffnet haben. Die Brühe abseihen und absetzen lassen. &lt;/p&gt; &lt;p&gt; Mischen Sie beide Brühen und lassen Sie sie sitzen.&lt;/p&gt; &lt;p&gt; Braten Sie die Meeresfrüchte:&lt;/p&gt; &lt;p&gt; In einer 16-Zoll-Paellapfanne das Öl erhitzen, bis es heiß ist. Die Garnelen, die Jakobsmuscheln und die Calamari (falls verwendet) bissfest durchgaren, ca. 2 Minuten. &lt;/p&gt; &lt;p&gt; Mach das sofrito:&lt;/p&gt; &lt;p&gt; Reduziere die Hitze auf mittlere Stufe und sautiere den Knoblauch. Fügen Sie die Tomate und das Piment hinzu und kochen Sie, häufig rührend, bis die Mischung zu einem tiefen Burgunder verdunkelt wird und dick wie ein Kompott ist, 5 bis 10 min. &lt;/p&gt; &lt;p&gt; Fügen Sie den Reis hinzu und kochen Sie:&lt;/p&gt; &lt;p&gt; Bringen Sie die Brühe wieder zum Kochen. Den Reis in die Pfanne geben und 1 bis 2 Minuten kochen lassen. Erhöhen Sie die Hitze auf mittlere bis hohe. Pour 7 Tassen der Meeresfrüchtesuppe (behalten Sie den Rest) und rühren Sie oder schütteln Sie die Wanne, um den Reis gleichmäßig zu verteilen. Von diesem Punkt an den Reis nicht umrühren. Sobald die Brühe kocht, zählen Sie 4 Minuten. &lt;/p&gt; &lt;p&gt; Nach den 4 Minuten die Hitze auf mittel-niedrig reduzieren und 10 Minuten zählen.&lt;/p&gt; &lt;p&gt; Weiter vorsichtig köcheln lassen und die Pfanne nach Bedarf drehen. Ordnen Sie die Garnelen und den kanadischen Hummer in der Pfanne an. &lt;/p&gt; &lt;p&gt; Erstelle den Socarrat:&lt;/p&gt; &lt;p&gt; Erhöhen Sie die Hitze auf mittlere bis hohe und drehen Sie die Pfanne, für etwa 2 Minuten kochen, bis die untere Schicht Reis zu karamellisieren beginnt, so dass die Socarrat. Der Reis wird knistern, aber wenn er anfängt zu brennen, entfernen Sie die Pfanne sofort von der Hitze. &lt;/p&gt; &lt;p&gt; Lass die Paella ruhen:&lt;/p&gt; &lt;p&gt; Die Pfanne von der Hitze nehmen und die Paella für 5 Minuten ruhen lassen. um sogar das Kochen und die Aromen verschmelzen zu lassen. &lt;/p&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1088</id>
+            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Lag en sj&amp;#xF8;mat kj&amp;#xF8;ttkraft:&lt;/para&gt; &lt;para&gt; For den kanadiske hummeren - I en middels potte, ta med 8 kopper vann &amp;#xE5; koke. Legg ett l&amp;#xF8;vblad, hakket l&amp;#xF8;k og salt og pepper i henhold til den kanadiske hummerens vekt. Koketiden vil v&amp;#xE6;re basert p&amp;#xE5; vekt. &lt;/para&gt; &lt;para&gt; Fjern kokt kanadisk hummer, stamme kj&amp;#xF8;ttkraft og la sitte av.&lt;/para&gt; &lt;para&gt; For bl&amp;#xE5;skjellene - Varm sm&amp;#xF8;r eller olivenolje over middels h&amp;#xF8;y varme i potten (hvis du bruker sm&amp;#xF8;r, la den smelte helt). Tilsett hakket l&amp;#xF8;k og hvitl&amp;#xF8;k. Saut&amp;#xE9;r til l&amp;#xF8;kene er gjennomskinnelige og hvitl&amp;#xF8;k er duftende, 1 til 2 minutter. Hell vannet (2 kopper) og en halv kopp hvitvin, bring den til &amp;#xE5; koke. Hell alle muslingene i potten. Fjern de &amp;#xE5;pnede bl&amp;#xE5;skjellene og kast bort eventuelle bl&amp;#xE5;skjell som ikke har &amp;#xE5;pnet. Stam kj&amp;#xF8;ttkraft og la sitte av. &lt;/para&gt; &lt;para&gt; Bland begge kj&amp;#xF8;ttkraftene og la dem sitte av.&lt;/para&gt; &lt;para&gt; Saute sj&amp;#xF8;mat:&lt;/para&gt; &lt;para&gt; I en 16-tommers paella-panne, varme opp oljen til den er varm. Saute reker, kamskjell og calamari (hvis du bruker) til bare kokt gjennom, ca 2 minutter. &lt;/para&gt; &lt;para&gt; Gj&amp;#xF8;r sofrito:&lt;/para&gt; &lt;para&gt; Reduser varmen til middels og saut&amp;#xE9; hvitl&amp;#xF8;k. Tilsett tomat og pimenton og kok, r&amp;#xF8;r ofte, til blandingen er m&amp;#xF8;rknet til en dyp bourgogne og tykk som en kompott, 5 til 10 minutter. &lt;/para&gt; &lt;para&gt; Tilsett ris og kok:&lt;/para&gt; &lt;para&gt; Ta med buljongen tilbake til en simmer. Legg risen p&amp;#xE5; pannen, og lag den i 1 til 2 minutter. &amp;#xD8;k varmen til middels h&amp;#xF8;y. Hell i 7 kopper av sj&amp;#xF8;mat kj&amp;#xF8;ttkraft (reserve resten) og r&amp;#xF8;r eller rist pannen for jevnt fordelt risen. Fra dette punktet m&amp;#xE5; du ikke r&amp;#xF8;re risen. N&amp;#xE5;r kj&amp;#xF8;ttkraft koker, teller 4 minutter. &lt;/para&gt; &lt;para&gt; Etter 4 minutter, reduser varmen til middels lav og teller 10 minutter.&lt;/para&gt; &lt;para&gt; Fortsett &amp;#xE5; simre mer forsiktig, roter pannen etter behov. Ordne reker og kanadisk hummer i pannen.&lt;/para&gt; &lt;para&gt; Opprett socarrat:&lt;/para&gt; &lt;para&gt; &amp;#xD8;k varmen til middels h&amp;#xF8;y og roter pannen, kok i ca 2 minutter, til bunnlaget av ris begynner &amp;#xE5; karamellisere, og skape socarraten. Risen vil knekke, men hvis det begynner &amp;#xE5; lukte brent, ta av pannen fra varmen umiddelbart. &lt;/para&gt; &lt;para&gt; La paellaen hvile:&lt;/para&gt; &lt;para&gt; Ta av pannen fra varmen og la paella hvile i 5 min. til og med matlagingen og la smakene meldes.&lt;/para&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Lag en sjømat kjøttkraft:&lt;/p&gt; &lt;p&gt; For den kanadiske hummeren - I en middels potte, ta med 8 kopper vann å koke. Legg ett løvblad, hakket løk og salt og pepper i henhold til den kanadiske hummerens vekt. Koketiden vil være basert på vekt. &lt;/p&gt; &lt;p&gt; Fjern kokt kanadisk hummer, stamme kjøttkraft og la sitte av.&lt;/p&gt; &lt;p&gt; For blåskjellene - Varm smør eller olivenolje over middels høy varme i potten (hvis du bruker smør, la den smelte helt). Tilsett hakket løk og hvitløk. Sautér til løkene er gjennomskinnelige og hvitløk er duftende, 1 til 2 minutter. Hell vannet (2 kopper) og en halv kopp hvitvin, bring den til å koke. Hell alle muslingene i potten. Fjern de åpnede blåskjellene og kast bort eventuelle blåskjell som ikke har åpnet. Stam kjøttkraft og la sitte av. &lt;/p&gt; &lt;p&gt; Bland begge kjøttkraftene og la dem sitte av.&lt;/p&gt; &lt;p&gt; Saute sjømat:&lt;/p&gt; &lt;p&gt; I en 16-tommers paella-panne, varme opp oljen til den er varm. Saute reker, kamskjell og calamari (hvis du bruker) til bare kokt gjennom, ca 2 minutter. &lt;/p&gt; &lt;p&gt; Gjør sofrito:&lt;/p&gt; &lt;p&gt; Reduser varmen til middels og sauté hvitløk. Tilsett tomat og pimenton og kok, rør ofte, til blandingen er mørknet til en dyp bourgogne og tykk som en kompott, 5 til 10 minutter. &lt;/p&gt; &lt;p&gt; Tilsett ris og kok:&lt;/p&gt; &lt;p&gt; Ta med buljongen tilbake til en simmer. Legg risen på pannen, og lag den i 1 til 2 minutter. Øk varmen til middels høy. Hell i 7 kopper av sjømat kjøttkraft (reserve resten) og rør eller rist pannen for jevnt fordelt risen. Fra dette punktet må du ikke røre risen. Når kjøttkraft koker, teller 4 minutter. &lt;/p&gt; &lt;p&gt; Etter 4 minutter, reduser varmen til middels lav og teller 10 minutter.&lt;/p&gt; &lt;p&gt; Fortsett å simre mer forsiktig, roter pannen etter behov. Ordne reker og kanadisk hummer i pannen.&lt;/p&gt; &lt;p&gt; Opprett socarrat:&lt;/p&gt; &lt;p&gt; Øk varmen til middels høy og roter pannen, kok i ca 2 minutter, til bunnlaget av ris begynner å karamellisere, og skape socarraten. Risen vil knekke, men hvis det begynner å lukte brent, ta av pannen fra varmen umiddelbart. &lt;/p&gt; &lt;p&gt; La paellaen hvile:&lt;/p&gt; &lt;p&gt; Ta av pannen fra varmen og la paella hvile i 5 min. til og med matlagingen og la smakene meldes.&lt;/p&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1044</id>
+            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt;  &lt;listitem&gt;&lt;para&gt;6 oz. large shrimp&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 Canadian lobster (around 1.7 pounds)&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 pound of mussels, scrubbed&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;Pinch saffron threads&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;Kosher salt&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1/4 cup extra-virgin olive oil&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;6 oz. dry scallops, patted dry&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;4 oz. calamari, cut in rings (optional), patted dry&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;6 garlic cloves, peeled&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 tomato, halved and grated on a box grater (discard the skin)&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1/2 teaspoon pimenton&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;3 1/2 cups of arborio rice&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;7 cups seafood broth (from the Canadian lobster and mussels)&lt;/para&gt;&lt;/listitem&gt;  &lt;/itemizedlist&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt;6 oz. large shrimp&lt;/li&gt;   &lt;li&gt;1 Canadian lobster (around 1.7 pounds)&lt;/li&gt;   &lt;li&gt;1 pound of mussels, scrubbed&lt;/li&gt;   &lt;li&gt;Pinch saffron threads&lt;/li&gt;   &lt;li&gt;Kosher salt&lt;/li&gt;   &lt;li&gt;1/4 cup extra-virgin olive oil&lt;/li&gt;   &lt;li&gt;6 oz. dry scallops, patted dry&lt;/li&gt;   &lt;li&gt;4 oz. calamari, cut in rings (optional), patted dry&lt;/li&gt;   &lt;li&gt;6 garlic cloves, peeled&lt;/li&gt;   &lt;li&gt;1 tomato, halved and grated on a box grater (discard the skin)&lt;/li&gt;   &lt;li&gt;1/2 teaspoon pimenton&lt;/li&gt;   &lt;li&gt;3 1/2 cups of arborio rice&lt;/li&gt;   &lt;li&gt;7 cups seafood broth (from the Canadian lobster and mussels)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1059</id>
+            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 onces. grosses crevettes&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 homard canadien (environ 1,7 lb)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 livre de moules, nettoy&amp;#xE9;e&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Pincer les fils de safran&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Sel kasher&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 tasse d'huile d'olive extra-vierge&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 onces. p&amp;#xE9;toncles secs, patt&amp;#xE9;s secs&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 125 grammes. calamars, coup&amp;#xE9;s en rondelles (facultatif), ass&amp;#xE9;ch&amp;#xE9;s&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 gousses d'ail &amp;#xE9;pluch&amp;#xE9;es&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 tomate, coup&amp;#xE9;e en deux et r&amp;#xE2;p&amp;#xE9;e sur une r&amp;#xE2;pe &amp;#xE0; bo&amp;#xEE;te (jeter la peau)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 cuill&amp;#xE8;re &amp;#xE0; caf&amp;#xE9; de pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 tasses de riz arborio&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 tasses de bouillon de fruits de mer (du homard canadien et des moules)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 onces. grosses crevettes&lt;/li&gt;   &lt;li&gt; 1 homard canadien (environ 1,7 lb)&lt;/li&gt;   &lt;li&gt; 1 livre de moules, nettoyée&lt;/li&gt;   &lt;li&gt; Pincer les fils de safran&lt;/li&gt;   &lt;li&gt; Sel kasher&lt;/li&gt;   &lt;li&gt; 1/4 tasse d'huile d'olive extra-vierge&lt;/li&gt;   &lt;li&gt; 6 onces. pétoncles secs, pattés secs&lt;/li&gt;   &lt;li&gt; 125 grammes. calamars, coupés en rondelles (facultatif), asséchés&lt;/li&gt;   &lt;li&gt; 6 gousses d'ail épluchées&lt;/li&gt;   &lt;li&gt; 1 tomate, coupée en deux et râpée sur une râpe à boîte (jeter la peau)&lt;/li&gt;   &lt;li&gt; 1/2 cuillère à café de pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 tasses de riz arborio&lt;/li&gt;   &lt;li&gt; 7 tasses de bouillon de fruits de mer (du homard canadien et des moules)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1074</id>
+            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 Unzen. gro&amp;#xDF;e Garnelen&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 kanadischer Hummer (ca. 1,7 Pfund)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 Pfund Muscheln, geschrubbt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Safranf&amp;#xE4;den falten&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Koscheres Salz&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 Tasse extra-natives Oliven&amp;#xF6;l&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 Unzen. trockene Jakobsmuscheln, trocken getupft&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 4 Unzen. Calamari, in Ringe geschnitten (optional), trocken getupft&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 Knoblauchzehen, gesch&amp;#xE4;lt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 Tomate, halbiert und gerieben auf einer Kastenreibe (die Haut wegwerfen)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 Teel&amp;#xF6;ffel Pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 Tassen Arborio Reis&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 Tassen Meeresfr&amp;#xFC;chte Br&amp;#xFC;he (vom kanadischen Hummer und Muscheln)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 Unzen. große Garnelen&lt;/li&gt;   &lt;li&gt; 1 kanadischer Hummer (ca. 1,7 Pfund)&lt;/li&gt;   &lt;li&gt; 1 Pfund Muscheln, geschrubbt&lt;/li&gt;   &lt;li&gt; Safranfäden falten&lt;/li&gt;   &lt;li&gt; Koscheres Salz&lt;/li&gt;   &lt;li&gt; 1/4 Tasse extra-natives Olivenöl&lt;/li&gt;   &lt;li&gt; 6 Unzen. trockene Jakobsmuscheln, trocken getupft&lt;/li&gt;   &lt;li&gt; 4 Unzen. Calamari, in Ringe geschnitten (optional), trocken getupft&lt;/li&gt;   &lt;li&gt; 6 Knoblauchzehen, geschält&lt;/li&gt;   &lt;li&gt; 1 Tomate, halbiert und gerieben auf einer Kastenreibe (die Haut wegwerfen)&lt;/li&gt;   &lt;li&gt; 1/2 Teelöffel Pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 Tassen Arborio Reis&lt;/li&gt;   &lt;li&gt; 7 Tassen Meeresfrüchte Brühe (vom kanadischen Hummer und Muscheln)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1089</id>
+            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 oz. store reker&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 kanadisk hummer (rundt 1,7 pund)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 pund bl&amp;#xE5;skjell, skrubbet&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Klem saffron tr&amp;#xE5;der&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Kosher salt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 kopp ekstra jomfruolje&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 oz. t&amp;#xF8;rr kamskjell, klappert&amp;#xF8;rr&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 4 oz. calamari, kuttet i ringer (valgfritt), t&amp;#xF8;rketatt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 hvitl&amp;#xF8;kskl&amp;#xE6;r, skr&amp;#xE6;llet&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 tomat, halvert og revet p&amp;#xE5; en boksrist (kast huden)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 ts pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 kopper arborio ris&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 kopper sj&amp;#xF8;mat kj&amp;#xF8;ttkraft (fra canadisk hummer og bl&amp;#xE5;skjell)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 oz. store reker&lt;/li&gt;   &lt;li&gt; 1 kanadisk hummer (rundt 1,7 pund)&lt;/li&gt;   &lt;li&gt; 1 pund blåskjell, skrubbet&lt;/li&gt;   &lt;li&gt; Klem saffron tråder&lt;/li&gt;   &lt;li&gt; Kosher salt&lt;/li&gt;   &lt;li&gt; 1/4 kopp ekstra jomfruolje&lt;/li&gt;   &lt;li&gt; 6 oz. tørr kamskjell, klappertørr&lt;/li&gt;   &lt;li&gt; 4 oz. calamari, kuttet i ringer (valgfritt), tørketatt&lt;/li&gt;   &lt;li&gt; 6 hvitløksklær, skrællet&lt;/li&gt;   &lt;li&gt; 1 tomat, halvert og revet på en boksrist (kast huden)&lt;/li&gt;   &lt;li&gt; 1/2 ts pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 kopper arborio ris&lt;/li&gt;   &lt;li&gt; 7 kopper sjømat kjøttkraft (fra canadisk hummer og blåskjell)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1045</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="id">5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
+                <value key="path">/5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
+                <value key="alternativeText"></value>
+                <value key="fileName">cheesecake_figs.jpg</value>
+                <value key="fileSize">44846</value>
+                <value key="imageId">67-1045-5</value>
+                <value key="uri">/var/site/storage/images/5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
+                <value key="inputUri"/>
+                <value key="width">686</value>
+                <value key="height">686</value>
+                <value key="variations">
+                    <value key="article_full_width">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/article_full_width</value>
+                    </value>
+                    <value key="card_view">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/card_view</value>
+                    </value>
+                    <value key="embed-header">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/embed-header</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/gallery</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/medium</value>
+                    </value>
+                    <value key="place">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/place</value>
+                    </value>
+                    <value key="product_card">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/product_card</value>
+                    </value>
+                    <value key="product_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/product_large</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/reference</value>
+                    </value>
+                    <value key="search_result_item">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/search_result_item</value>
+                    </value>
+                    <value key="search_result_item_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/search_result_item_large</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/small</value>
+                    </value>
+                    <value key="social_network_image">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/social_network_image</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1060</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="id">0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
+                <value key="path">/0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
+                <value key="alternativeText"></value>
+                <value key="fileName">cheesecake_figs.jpg</value>
+                <value key="fileSize">44846</value>
+                <value key="imageId">67-1060-5</value>
+                <value key="uri">/var/site/storage/images/0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
+                <value key="inputUri"/>
+                <value key="width">686</value>
+                <value key="height">686</value>
+                <value key="variations">
+                    <value key="article_full_width">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/article_full_width</value>
+                    </value>
+                    <value key="card_view">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/card_view</value>
+                    </value>
+                    <value key="embed-header">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/embed-header</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/gallery</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/medium</value>
+                    </value>
+                    <value key="place">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/place</value>
+                    </value>
+                    <value key="product_card">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/product_card</value>
+                    </value>
+                    <value key="product_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/product_large</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/reference</value>
+                    </value>
+                    <value key="search_result_item">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/search_result_item</value>
+                    </value>
+                    <value key="search_result_item_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/search_result_item_large</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/small</value>
+                    </value>
+                    <value key="social_network_image">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/social_network_image</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1075</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="id">5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
+                <value key="path">/5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
+                <value key="alternativeText"></value>
+                <value key="fileName">cheesecake_figs.jpg</value>
+                <value key="fileSize">44846</value>
+                <value key="imageId">67-1075-5</value>
+                <value key="uri">/var/site/storage/images/5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
+                <value key="inputUri"/>
+                <value key="width">686</value>
+                <value key="height">686</value>
+                <value key="variations">
+                    <value key="article_full_width">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/article_full_width</value>
+                    </value>
+                    <value key="card_view">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/card_view</value>
+                    </value>
+                    <value key="embed-header">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/embed-header</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/gallery</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/medium</value>
+                    </value>
+                    <value key="place">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/place</value>
+                    </value>
+                    <value key="product_card">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/product_card</value>
+                    </value>
+                    <value key="product_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/product_large</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/reference</value>
+                    </value>
+                    <value key="search_result_item">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/search_result_item</value>
+                    </value>
+                    <value key="search_result_item_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/search_result_item_large</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/small</value>
+                    </value>
+                    <value key="social_network_image">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/social_network_image</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1090</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="id">0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
+                <value key="path">/0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
+                <value key="alternativeText"></value>
+                <value key="fileName">cheesecake_figs.jpg</value>
+                <value key="fileSize">44846</value>
+                <value key="imageId">67-1090-5</value>
+                <value key="uri">/var/site/storage/images/0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
+                <value key="inputUri"/>
+                <value key="width">686</value>
+                <value key="height">686</value>
+                <value key="variations">
+                    <value key="article_full_width">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/article_full_width</value>
+                    </value>
+                    <value key="card_view">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/card_view</value>
+                    </value>
+                    <value key="embed-header">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/embed-header</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/gallery</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/medium</value>
+                    </value>
+                    <value key="place">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/place</value>
+                    </value>
+                    <value key="product_card">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/product_card</value>
+                    </value>
+                    <value key="product_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/product_large</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/reference</value>
+                    </value>
+                    <value key="search_result_item">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/search_result_item</value>
+                    </value>
+                    <value key="search_result_item_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/search_result_item_large</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/small</value>
+                    </value>
+                    <value key="social_network_image">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/social_network_image</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1046</id>
+            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
+            <fieldValue>30.000000</fieldValue>
+        </field>
+        <field>
+            <id>1061</id>
+            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
+            <fieldValue>30.000000</fieldValue>
+        </field>
+        <field>
+            <id>1076</id>
+            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
+            <fieldValue>30.000000</fieldValue>
+        </field>
+        <field>
+            <id>1091</id>
+            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
+            <fieldValue>30.000000</fieldValue>
+        </field>
+        <field>
+            <id>1047</id>
+            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
+            <fieldValue>8</fieldValue>
+        </field>
+        <field>
+            <id>1062</id>
+            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
+            <fieldValue>8</fieldValue>
+        </field>
+        <field>
+            <id>1077</id>
+            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
+            <fieldValue>8</fieldValue>
+        </field>
+        <field>
+            <id>1092</id>
+            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
+            <fieldValue>8</fieldValue>
+        </field>
+        <field>
+            <id>1048</id>
+            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
+            <fieldValue>
+                <value>0</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1063</id>
+            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
+            <fieldValue>
+                <value>0</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1078</id>
+            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
+            <fieldValue>
+                <value>0</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1093</id>
+            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
+            <fieldValue>
+                <value>0</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1049</id>
+            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1064</id>
+            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1079</id>
+            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1094</id>
+            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1050</id>
+            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1065</id>
+            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1080</id>
+            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1095</id>
+            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1051</id>
+            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1066</id>
+            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1081</id>
+            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1096</id>
+            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1052</id>
+            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1067</id>
+            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1082</id>
+            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1097</id>
+            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1053</id>
+            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1068</id>
+            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1083</id>
+            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1098</id>
+            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1054</id>
+            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">394</value>
+                    <value key="parent_id">360</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Spanish</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/360/394/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">413</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Entrée</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/413/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">425</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Rice</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/425/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">428</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Seafood</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/428/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">430</value>
+                    <value key="parent_id">428</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Shrimp</value>
+                    </value>
+                    <value key="depth">4</value>
+                    <value key="path_string">/359/402/428/430/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1069</id>
+            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">394</value>
+                    <value key="parent_id">360</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Spanish</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/360/394/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">413</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Entrée</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/413/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">425</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Rice</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/425/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">428</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Seafood</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/428/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">430</value>
+                    <value key="parent_id">428</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Shrimp</value>
+                    </value>
+                    <value key="depth">4</value>
+                    <value key="path_string">/359/402/428/430/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1084</id>
+            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">394</value>
+                    <value key="parent_id">360</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Spanish</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/360/394/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">413</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Entrée</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/413/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">425</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Rice</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/425/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">428</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Seafood</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/428/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">430</value>
+                    <value key="parent_id">428</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Shrimp</value>
+                    </value>
+                    <value key="depth">4</value>
+                    <value key="path_string">/359/402/428/430/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1099</id>
+            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">394</value>
+                    <value key="parent_id">360</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Spanish</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/360/394/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">413</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Entrée</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/413/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">425</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Rice</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/425/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">428</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Seafood</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/428/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">430</value>
+                    <value key="parent_id">428</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Shrimp</value>
+                    </value>
+                    <value key="depth">4</value>
+                    <value key="path_string">/359/402/428/430/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1055</id>
+            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="canonical">
+                    <value key="meta_name">canonical</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="description">
+                    <value key="meta_name">description</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="keywords">
+                    <value key="meta_name">keywords</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="og:description">
+                    <value key="meta_name">og:description</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="og:image">
+                    <value key="meta_name">og:image</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="og:title">
+                    <value key="meta_name">og:title</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="title">
+                    <value key="meta_name">title</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="twitter:description">
+                    <value key="meta_name">twitter:description</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="twitter:image">
+                    <value key="meta_name">twitter:image</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="twitter:title">
+                    <value key="meta_name">twitter:title</value>
+                    <value key="meta_content"></value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1070</id>
+            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
+            <fieldValue/>
+        </field>
+        <field>
+            <id>1085</id>
+            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
+            <fieldValue/>
+        </field>
+        <field>
+            <id>1100</id>
+            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
+            <fieldValue/>
+        </field>
+    </Fields>
+    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations">
+        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations/1316">
+            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
+            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/196"/>
+            <RelationType>EMBED</RelationType>
+        </Relation>
+        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations/1317">
+            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
+            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/70"/>
+            <RelationType>EMBED</RelationType>
+        </Relation>
+    </Relations>
+</Version>
 
                                             
@@ -4928,164 +4935,164 @@
Types
file_copy

-
-                                                {
-    "Content": {
-        "_media-type": "application/vnd.ibexa.api.Content+json",
-        "_href": "/api/ibexa/v2/content/objects/57",
-        "_remoteId": "055e5ed41cba5e8ec81d8846a4d1c673",
-        "_id": 57,
-        "ContentType": {
-            "_media-type": "application/vnd.ibexa.api.ContentType+json",
-            "_href": "/api/ibexa/v2/content/types/2"
-        },
-        "Name": "draft article",
-        "TranslatedName": "draft article",
-        "Versions": {
-            "_media-type": "application/vnd.ibexa.api.VersionList+json",
-            "_href": "/api/ibexa/v2/content/objects/57/versions"
-        },
-        "CurrentVersion": {
-            "_media-type": "application/vnd.ibexa.api.Version+json",
-            "_href": "/api/ibexa/v2/content/objects/57/currentversion",
-            "Version": {
-                "_media-type": "application/vnd.ibexa.api.Version+json",
-                "_href": "/api/ibexa/v2/content/objects/57/versions/1",
-                "VersionInfo": {
-                    "id": 517,
-                    "versionNo": 1,
-                    "status": "DRAFT",
-                    "modificationDate": "2021-08-11T08:59:50+00:00",
-                    "Creator": {
-                        "_media-type": "application/vnd.ibexa.api.User+json",
-                        "_href": "/api/ibexa/v2/user/users/14"
-                    },
-                    "creationDate": "2021-08-11T08:59:50+00:00",
-                    "initialLanguageCode": "eng-GB",
-                    "languageCodes": "eng-GB",
-                    "VersionTranslationInfo": {
-                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                        "Language": [
-                            {
-                                "languageCode": "eng-GB"
-                            }
-                        ]
-                    },
-                    "names": {
-                        "value": [
-                            {
-                                "_languageCode": "eng-GB",
-                                "#text": "draft article"
-                            }
-                        ]
-                    },
-                    "Content": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/57"
-                    }
-                },
-                "Fields": {
-                    "field": [
-                        {
-                            "id": 264,
-                            "fieldDefinitionIdentifier": "title",
-                            "languageCode": "eng-GB",
-                            "fieldTypeIdentifier": "ezstring",
-                            "fieldValue": "draft article"
-                        },
-                        {
-                            "id": 265,
-                            "fieldDefinitionIdentifier": "short_title",
-                            "languageCode": "eng-GB",
-                            "fieldTypeIdentifier": "ezstring",
-                            "fieldValue": null
-                        },
-                        {
-                            "id": 266,
-                            "fieldDefinitionIdentifier": "author",
-                            "languageCode": "eng-GB",
-                            "fieldTypeIdentifier": "ezauthor",
-                            "fieldValue": []
-                        },
-                        {
-                            "id": 267,
-                            "fieldDefinitionIdentifier": "intro",
-                            "languageCode": "eng-GB",
-                            "fieldTypeIdentifier": "ezrichtext",
-                            "fieldValue": {
-                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>draft draft</para></section>\n",
-                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft</p></section>\n"
-                            }
-                        },
-                        {
-                            "id": 268,
-                            "fieldDefinitionIdentifier": "body",
-                            "languageCode": "eng-GB",
-                            "fieldTypeIdentifier": "ezrichtext",
-                            "fieldValue": {
-                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>draft draft draft </para></section>\n",
-                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft draft </p></section>\n"
-                            }
-                        },
-                        {
-                            "id": 269,
-                            "fieldDefinitionIdentifier": "enable_comments",
-                            "languageCode": "eng-GB",
-                            "fieldTypeIdentifier": "ezboolean",
-                            "fieldValue": false
-                        },
-                        {
-                            "id": 270,
-                            "fieldDefinitionIdentifier": "image",
-                            "languageCode": "eng-GB",
-                            "fieldTypeIdentifier": "ezobjectrelation",
-                            "fieldValue": {
-                                "destinationContentId": null
-                            }
-                        }
-                    ]
-                },
-                "Relations": {
-                    "_media-type": "application/vnd.ibexa.api.RelationList+json",
-                    "_href": "/api/ibexa/v2/content/objects/57/versions/1/relations",
-                    "Relation": []
-                },
-                "Thumbnail": {
-                    "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
-                    "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
-                    "width": null,
-                    "height": null,
-                    "mimeType": "image/svg+xml"
-                }
-            }
-        },
-        "Section": {
-            "_media-type": "application/vnd.ibexa.api.Section+json",
-            "_href": "/api/ibexa/v2/content/sections/1"
-        },
-        "Locations": {
-            "_media-type": "application/vnd.ibexa.api.LocationList+json",
-            "_href": "/api/ibexa/v2/content/objects/57/locations"
-        },
-        "Owner": {
-            "_media-type": "application/vnd.ibexa.api.User+json",
-            "_href": "/api/ibexa/v2/user/users/14"
-        },
-        "mainLanguageCode": "eng-GB",
-        "currentVersionNo": 1,
-        "alwaysAvailable": true,
-        "isHidden": false,
-        "status": "DRAFT",
-        "ObjectStates": {
-            "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
-            "_href": "/api/ibexa/v2/content/objects/57/objectstates"
-        }
-    }
-}
+                                            
+                                                {
+    "Content": {
+        "_media-type": "application/vnd.ibexa.api.Content+json",
+        "_href": "/api/ibexa/v2/content/objects/57",
+        "_remoteId": "055e5ed41cba5e8ec81d8846a4d1c673",
+        "_id": 57,
+        "ContentType": {
+            "_media-type": "application/vnd.ibexa.api.ContentType+json",
+            "_href": "/api/ibexa/v2/content/types/2"
+        },
+        "Name": "draft article",
+        "TranslatedName": "draft article",
+        "Versions": {
+            "_media-type": "application/vnd.ibexa.api.VersionList+json",
+            "_href": "/api/ibexa/v2/content/objects/57/versions"
+        },
+        "CurrentVersion": {
+            "_media-type": "application/vnd.ibexa.api.Version+json",
+            "_href": "/api/ibexa/v2/content/objects/57/currentversion",
+            "Version": {
+                "_media-type": "application/vnd.ibexa.api.Version+json",
+                "_href": "/api/ibexa/v2/content/objects/57/versions/1",
+                "VersionInfo": {
+                    "id": 517,
+                    "versionNo": 1,
+                    "status": "DRAFT",
+                    "modificationDate": "2021-08-11T08:59:50+00:00",
+                    "Creator": {
+                        "_media-type": "application/vnd.ibexa.api.User+json",
+                        "_href": "/api/ibexa/v2/user/users/14"
+                    },
+                    "creationDate": "2021-08-11T08:59:50+00:00",
+                    "initialLanguageCode": "eng-GB",
+                    "languageCodes": "eng-GB",
+                    "VersionTranslationInfo": {
+                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                        "Language": [
+                            {
+                                "languageCode": "eng-GB"
+                            }
+                        ]
+                    },
+                    "names": {
+                        "value": [
+                            {
+                                "_languageCode": "eng-GB",
+                                "#text": "draft article"
+                            }
+                        ]
+                    },
+                    "Content": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/57"
+                    }
+                },
+                "Fields": {
+                    "field": [
+                        {
+                            "id": 264,
+                            "fieldDefinitionIdentifier": "title",
+                            "languageCode": "eng-GB",
+                            "fieldTypeIdentifier": "ezstring",
+                            "fieldValue": "draft article"
+                        },
+                        {
+                            "id": 265,
+                            "fieldDefinitionIdentifier": "short_title",
+                            "languageCode": "eng-GB",
+                            "fieldTypeIdentifier": "ezstring",
+                            "fieldValue": null
+                        },
+                        {
+                            "id": 266,
+                            "fieldDefinitionIdentifier": "author",
+                            "languageCode": "eng-GB",
+                            "fieldTypeIdentifier": "ezauthor",
+                            "fieldValue": []
+                        },
+                        {
+                            "id": 267,
+                            "fieldDefinitionIdentifier": "intro",
+                            "languageCode": "eng-GB",
+                            "fieldTypeIdentifier": "ezrichtext",
+                            "fieldValue": {
+                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>draft draft</para></section>\n",
+                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft</p></section>\n"
+                            }
+                        },
+                        {
+                            "id": 268,
+                            "fieldDefinitionIdentifier": "body",
+                            "languageCode": "eng-GB",
+                            "fieldTypeIdentifier": "ezrichtext",
+                            "fieldValue": {
+                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>draft draft draft </para></section>\n",
+                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft draft </p></section>\n"
+                            }
+                        },
+                        {
+                            "id": 269,
+                            "fieldDefinitionIdentifier": "enable_comments",
+                            "languageCode": "eng-GB",
+                            "fieldTypeIdentifier": "ezboolean",
+                            "fieldValue": false
+                        },
+                        {
+                            "id": 270,
+                            "fieldDefinitionIdentifier": "image",
+                            "languageCode": "eng-GB",
+                            "fieldTypeIdentifier": "ezobjectrelation",
+                            "fieldValue": {
+                                "destinationContentId": null
+                            }
+                        }
+                    ]
+                },
+                "Relations": {
+                    "_media-type": "application/vnd.ibexa.api.RelationList+json",
+                    "_href": "/api/ibexa/v2/content/objects/57/versions/1/relations",
+                    "Relation": []
+                },
+                "Thumbnail": {
+                    "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
+                    "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
+                    "width": null,
+                    "height": null,
+                    "mimeType": "image/svg+xml"
+                }
+            }
+        },
+        "Section": {
+            "_media-type": "application/vnd.ibexa.api.Section+json",
+            "_href": "/api/ibexa/v2/content/sections/1"
+        },
+        "Locations": {
+            "_media-type": "application/vnd.ibexa.api.LocationList+json",
+            "_href": "/api/ibexa/v2/content/objects/57/locations"
+        },
+        "Owner": {
+            "_media-type": "application/vnd.ibexa.api.User+json",
+            "_href": "/api/ibexa/v2/user/users/14"
+        },
+        "mainLanguageCode": "eng-GB",
+        "currentVersionNo": 1,
+        "alwaysAvailable": true,
+        "isHidden": false,
+        "status": "DRAFT",
+        "ObjectStates": {
+            "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
+            "_href": "/api/ibexa/v2/content/objects/57/objectstates"
+        }
+    }
+}
 
                                             
@@ -5479,25 +5486,25 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/54" remoteId="9e863fbb0fb835ce050032b4f00de61d" id="54">
-    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
-    <Name>Forms</Name>
-    <TranslatedName>Forms</TranslatedName>
-    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/54/versions"/>
-    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/54/currentversion">
-        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/54/versions/1">
-            <VersionInfo>
-                <id>514</id>
-                <versionNo>1</versionNo>
-                <status>PUBLISHED</status>
-                <modificationDate>2018-09-17T06:48:13+00:00</modificationDate>
-                <Creator media-ty
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/54" remoteId="9e863fbb0fb835ce050032b4f00de61d" id="54">
+    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
+    <Name>Forms</Name>
+    <TranslatedName>Forms</TranslatedName>
+    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/54/versions"/>
+    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/54/currentversion">
+        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/54/versions/1">
+            <VersionInfo>
+                <id>514</id>
+                <versionNo>1</versionNo>
+                <status>PUBLISHED</status>
+                <modificationDate>2018-09-17T06:48:13+00:00</modificationDate>
+                <Creator media-type="applicati
                             
View more @@ -5509,34 +5516,35 @@
Types
file_copy

-
-                                {
-    "Content": {
-        "_media-type": "application/vnd.ibexa.api.Content+json",
-        "_href": "/api/ibexa/v2/content/objects/54",
-        "_remoteId": "9e863fbb0fb835ce050032b4f00de61d",
-        "_id": 54,
-        "ContentType": {
-            "_media-type": "application/vnd.ibexa.api.ContentType+json",
-            "_href": "/api/ibexa/v2/content/types/1"
-        },
-        "Name": "Forms",
-        "TranslatedName": "Forms",
-        "Versions": {
-            "_media-type": "application/vnd.ibexa.api.VersionList+json",
-            "_href": "/api/ibexa/v2/content/objects/54/versions"
-        },
-        "CurrentVersion": {
-            "_media-type": "application/vnd.ibexa.api.Version+json",
-            "_href": "/api/ibexa/v2/content/objects/54/currentversion",
-            "Version": {
-                "_media-type": "application/vnd.ibexa.api.Version+json",
-                "_href": "/api/ibexa/v2/content/objects/54/versions/1",
-                "VersionInfo": {

+                            
+                                {
+    "Content": {
+        "_media-type": "application/vnd.ibexa.api.Content+json",
+        "_href": "/api/ibexa/v2/content/objects/54",
+        "_remoteId": "9e863fbb0fb835ce050032b4f00de61d",
+        "_id": 54,
+        "ContentType": {
+            "_media-type": "application/vnd.ibexa.api.ContentType+json",
+            "_href": "/api/ibexa/v2/content/types/1"
+        },
+        "Name": "Forms",
+        "TranslatedName": "Forms",
+        "Versions": {
+            "_media-type": "application/vnd.ibexa.api.VersionList+json",
+            "_href": "/api/ibexa/v2/content/objects/54/versions"
+        },
+        "CurrentVersion": {
+            "_media-type": "application/vnd.ibexa.api.Version+json",
+            "_href": "/api/ibexa/v2/content/objects/54/currentversion",
+            "Version": {
+                "_media-type": "application/vnd.ibexa.api.Version+json",
+                "_href": "/api/ibexa/v2/content/objects/54/versions/1",
+                "VersionInfo": {
+                    "i
                             
View more @@ -5604,104 +5612,104 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/54" remoteId="9e863fbb0fb835ce050032b4f00de61d" id="54">
-    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
-    <Name>Forms</Name>
-    <TranslatedName>Forms</TranslatedName>
-    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/54/versions"/>
-    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/54/currentversion">
-        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/54/versions/1">
-            <VersionInfo>
-                <id>514</id>
-                <versionNo>1</versionNo>
-                <status>PUBLISHED</status>
-                <modificationDate>2018-09-17T06:48:13+00:00</modificationDate>
-                <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-                <creationDate>2018-09-17T06:48:13+00:00</creationDate>
-                <initialLanguageCode>eng-GB</initialLanguageCode>
-                <languageCodes>eng-GB</languageCodes>
-                <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-                    <Language>
-                        <languageCode>eng-GB</languageCode>
-                    </Language>
-                </VersionTranslationInfo>
-                <names>
-                    <value languageCode="eng-GB">Forms</value>
-                </names>
-                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/54"/>
-            </VersionInfo>
-            <Fields>
-                <field>
-                    <id>249</id>
-                    <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-                    <fieldValue>Forms</fieldValue>
-                </field>
-                <field>
-                    <id>250</id>
-                    <fieldDefinitionIdentifier>short_name</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-                    <fieldValue/>
-                </field>
-                <field>
-                    <id>251</id>
-                    <fieldDefinitionIdentifier>short_description</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-                    <fieldValue>
-                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
-</value>
-                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
-</value>
-                    </fieldValue>
-                </field>
-                <field>
-                    <id>252</id>
-                    <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-                    <fieldValue>
-                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
-</value>
-                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
-</value>
-                    </fieldValue>
-                </field>
-            </Fields>
-            <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/54/versions/1/relations"/>
-            <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
-                <resource>/bundles/ezplatformadminui/img/ez-icons.svg#folder</resource>
-                <width></width>
-                <height></height>
-                <mimeType>image/svg+xml</mimeType>
-            </Thumbnail>
-        </Version>
-    </CurrentVersion>
-    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/6"/>
-    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/55"/>
-    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/54/locations"/>
-    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-    <lastModificationDate>2018-09-17T06:48:13+00:00</lastModificationDate>
-    <publishedDate>2018-09-17T06:48:13+00:00</publishedDate>
-    <mainLanguageCode>eng-GB</mainLanguageCode>
-    <currentVersionNo>1</currentVersionNo>
-    <alwaysAvailable>false</alwaysAvailable>
-    <isHidden>false</isHidden>
-    <status>PUBLISHED</status>
-    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/54/objectstates"/>
-</Content>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/54" remoteId="9e863fbb0fb835ce050032b4f00de61d" id="54">
+    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
+    <Name>Forms</Name>
+    <TranslatedName>Forms</TranslatedName>
+    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/54/versions"/>
+    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/54/currentversion">
+        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/54/versions/1">
+            <VersionInfo>
+                <id>514</id>
+                <versionNo>1</versionNo>
+                <status>PUBLISHED</status>
+                <modificationDate>2018-09-17T06:48:13+00:00</modificationDate>
+                <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+                <creationDate>2018-09-17T06:48:13+00:00</creationDate>
+                <initialLanguageCode>eng-GB</initialLanguageCode>
+                <languageCodes>eng-GB</languageCodes>
+                <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+                    <Language>
+                        <languageCode>eng-GB</languageCode>
+                    </Language>
+                </VersionTranslationInfo>
+                <names>
+                    <value languageCode="eng-GB">Forms</value>
+                </names>
+                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/54"/>
+            </VersionInfo>
+            <Fields>
+                <field>
+                    <id>249</id>
+                    <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+                    <fieldValue>Forms</fieldValue>
+                </field>
+                <field>
+                    <id>250</id>
+                    <fieldDefinitionIdentifier>short_name</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+                    <fieldValue/>
+                </field>
+                <field>
+                    <id>251</id>
+                    <fieldDefinitionIdentifier>short_description</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+                    <fieldValue>
+                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
+</value>
+                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
+</value>
+                    </fieldValue>
+                </field>
+                <field>
+                    <id>252</id>
+                    <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+                    <fieldValue>
+                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
+</value>
+                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
+</value>
+                    </fieldValue>
+                </field>
+            </Fields>
+            <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/54/versions/1/relations"/>
+            <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
+                <resource>/bundles/ezplatformadminui/img/ez-icons.svg#folder</resource>
+                <width></width>
+                <height></height>
+                <mimeType>image/svg+xml</mimeType>
+            </Thumbnail>
+        </Version>
+    </CurrentVersion>
+    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/6"/>
+    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/55"/>
+    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/54/locations"/>
+    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+    <lastModificationDate>2018-09-17T06:48:13+00:00</lastModificationDate>
+    <publishedDate>2018-09-17T06:48:13+00:00</publishedDate>
+    <mainLanguageCode>eng-GB</mainLanguageCode>
+    <currentVersionNo>1</currentVersionNo>
+    <alwaysAvailable>false</alwaysAvailable>
+    <isHidden>false</isHidden>
+    <status>PUBLISHED</status>
+    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/54/objectstates"/>
+</Content>
 
                                             
@@ -5714,147 +5722,147 @@
Types
file_copy

-
-                                                {
-    "Content": {
-        "_media-type": "application/vnd.ibexa.api.Content+json",
-        "_href": "/api/ibexa/v2/content/objects/54",
-        "_remoteId": "9e863fbb0fb835ce050032b4f00de61d",
-        "_id": 54,
-        "ContentType": {
-            "_media-type": "application/vnd.ibexa.api.ContentType+json",
-            "_href": "/api/ibexa/v2/content/types/1"
-        },
-        "Name": "Forms",
-        "TranslatedName": "Forms",
-        "Versions": {
-            "_media-type": "application/vnd.ibexa.api.VersionList+json",
-            "_href": "/api/ibexa/v2/content/objects/54/versions"
-        },
-        "CurrentVersion": {
-            "_media-type": "application/vnd.ibexa.api.Version+json",
-            "_href": "/api/ibexa/v2/content/objects/54/currentversion",
-            "Version": {
-                "_media-type": "application/vnd.ibexa.api.Version+json",
-                "_href": "/api/ibexa/v2/content/objects/54/versions/1",
-                "VersionInfo": {
-                    "id": 514,
-                    "versionNo": 1,
-                    "status": "PUBLISHED",
-                    "modificationDate": "2018-09-17T06:48:13+00:00",
-                    "Creator": {
-                        "_media-type": "application/vnd.ibexa.api.User+json",
-                        "_href": "/api/ibexa/v2/user/users/14"
-                    },
-                    "creationDate": "2018-09-17T06:48:13+00:00",
-                    "initialLanguageCode": "eng-GB",
-                    "languageCodes": "eng-GB",
-                    "VersionTranslationInfo": {
-                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                        "Language": [
-                            {
-                                "languageCode": "eng-GB"
-                            }
-                        ]
-                    },
-                    "names": {
-                        "value": [
-                            {
-                                "_languageCode": "eng-GB",
-                                "#text": "Forms"
-                            }
-                        ]
-                    },
-                    "Content": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/54"
-                    }
-                },
-                "Fields": {
-                    "field": [
-                        {
-                            "id": 249,
-                            "fieldDefinitionIdentifier": "name",
-                            "languageCode": "eng-GB",
-                            "fieldTypeIdentifier": "ezstring",
-                            "fieldValue": "Forms"
-                        },
-                        {
-                            "id": 250,
-                            "fieldDefinitionIdentifier": "short_name",
-                            "languageCode": "eng-GB",
-                            "fieldTypeIdentifier": "ezstring",
-                            "fieldValue": null
-                        },
-                        {
-                            "id": 251,
-                            "fieldDefinitionIdentifier": "short_description",
-                            "languageCode": "eng-GB",
-                            "fieldTypeIdentifier": "ezrichtext",
-                            "fieldValue": {
-                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
-                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
-                            }
-                        },
-                        {
-                            "id": 252,
-                            "fieldDefinitionIdentifier": "description",
-                            "languageCode": "eng-GB",
-                            "fieldTypeIdentifier": "ezrichtext",
-                            "fieldValue": {
-                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
-                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
-                            }
-                        }
-                    ]
-                },
-                "Relations": {
-                    "_media-type": "application/vnd.ibexa.api.RelationList+json",
-                    "_href": "/api/ibexa/v2/content/objects/54/versions/1/relations",
-                    "Relation": []
-                },
-                "Thumbnail": {
-                    "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
-                    "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#folder",
-                    "width": null,
-                    "height": null,
-                    "mimeType": "image/svg+xml"
-                }
-            }
-        },
-        "Section": {
-            "_media-type": "application/vnd.ibexa.api.Section+json",
-            "_href": "/api/ibexa/v2/content/sections/6"
-        },
-        "MainLocation": {
-            "_media-type": "application/vnd.ibexa.api.Location+json",
-            "_href": "/api/ibexa/v2/content/locations/1/55"
-        },
-        "Locations": {
-            "_media-type": "application/vnd.ibexa.api.LocationList+json",
-            "_href": "/api/ibexa/v2/content/objects/54/locations"
-        },
-        "Owner": {
-            "_media-type": "application/vnd.ibexa.api.User+json",
-            "_href": "/api/ibexa/v2/user/users/14"
-        },
-        "lastModificationDate": "2018-09-17T06:48:13+00:00",
-        "publishedDate": "2018-09-17T06:48:13+00:00",
-        "mainLanguageCode": "eng-GB",
-        "currentVersionNo": 1,
-        "alwaysAvailable": false,
-        "isHidden": false,
-        "status": "PUBLISHED",
-        "ObjectStates": {
-            "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
-            "_href": "/api/ibexa/v2/content/objects/54/objectstates"
-        }
-    }
-}
+                                            
+                                                {
+    "Content": {
+        "_media-type": "application/vnd.ibexa.api.Content+json",
+        "_href": "/api/ibexa/v2/content/objects/54",
+        "_remoteId": "9e863fbb0fb835ce050032b4f00de61d",
+        "_id": 54,
+        "ContentType": {
+            "_media-type": "application/vnd.ibexa.api.ContentType+json",
+            "_href": "/api/ibexa/v2/content/types/1"
+        },
+        "Name": "Forms",
+        "TranslatedName": "Forms",
+        "Versions": {
+            "_media-type": "application/vnd.ibexa.api.VersionList+json",
+            "_href": "/api/ibexa/v2/content/objects/54/versions"
+        },
+        "CurrentVersion": {
+            "_media-type": "application/vnd.ibexa.api.Version+json",
+            "_href": "/api/ibexa/v2/content/objects/54/currentversion",
+            "Version": {
+                "_media-type": "application/vnd.ibexa.api.Version+json",
+                "_href": "/api/ibexa/v2/content/objects/54/versions/1",
+                "VersionInfo": {
+                    "id": 514,
+                    "versionNo": 1,
+                    "status": "PUBLISHED",
+                    "modificationDate": "2018-09-17T06:48:13+00:00",
+                    "Creator": {
+                        "_media-type": "application/vnd.ibexa.api.User+json",
+                        "_href": "/api/ibexa/v2/user/users/14"
+                    },
+                    "creationDate": "2018-09-17T06:48:13+00:00",
+                    "initialLanguageCode": "eng-GB",
+                    "languageCodes": "eng-GB",
+                    "VersionTranslationInfo": {
+                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                        "Language": [
+                            {
+                                "languageCode": "eng-GB"
+                            }
+                        ]
+                    },
+                    "names": {
+                        "value": [
+                            {
+                                "_languageCode": "eng-GB",
+                                "#text": "Forms"
+                            }
+                        ]
+                    },
+                    "Content": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/54"
+                    }
+                },
+                "Fields": {
+                    "field": [
+                        {
+                            "id": 249,
+                            "fieldDefinitionIdentifier": "name",
+                            "languageCode": "eng-GB",
+                            "fieldTypeIdentifier": "ezstring",
+                            "fieldValue": "Forms"
+                        },
+                        {
+                            "id": 250,
+                            "fieldDefinitionIdentifier": "short_name",
+                            "languageCode": "eng-GB",
+                            "fieldTypeIdentifier": "ezstring",
+                            "fieldValue": null
+                        },
+                        {
+                            "id": 251,
+                            "fieldDefinitionIdentifier": "short_description",
+                            "languageCode": "eng-GB",
+                            "fieldTypeIdentifier": "ezrichtext",
+                            "fieldValue": {
+                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
+                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
+                            }
+                        },
+                        {
+                            "id": 252,
+                            "fieldDefinitionIdentifier": "description",
+                            "languageCode": "eng-GB",
+                            "fieldTypeIdentifier": "ezrichtext",
+                            "fieldValue": {
+                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
+                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
+                            }
+                        }
+                    ]
+                },
+                "Relations": {
+                    "_media-type": "application/vnd.ibexa.api.RelationList+json",
+                    "_href": "/api/ibexa/v2/content/objects/54/versions/1/relations",
+                    "Relation": []
+                },
+                "Thumbnail": {
+                    "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
+                    "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#folder",
+                    "width": null,
+                    "height": null,
+                    "mimeType": "image/svg+xml"
+                }
+            }
+        },
+        "Section": {
+            "_media-type": "application/vnd.ibexa.api.Section+json",
+            "_href": "/api/ibexa/v2/content/sections/6"
+        },
+        "MainLocation": {
+            "_media-type": "application/vnd.ibexa.api.Location+json",
+            "_href": "/api/ibexa/v2/content/locations/1/55"
+        },
+        "Locations": {
+            "_media-type": "application/vnd.ibexa.api.LocationList+json",
+            "_href": "/api/ibexa/v2/content/objects/54/locations"
+        },
+        "Owner": {
+            "_media-type": "application/vnd.ibexa.api.User+json",
+            "_href": "/api/ibexa/v2/user/users/14"
+        },
+        "lastModificationDate": "2018-09-17T06:48:13+00:00",
+        "publishedDate": "2018-09-17T06:48:13+00:00",
+        "mainLanguageCode": "eng-GB",
+        "currentVersionNo": 1,
+        "alwaysAvailable": false,
+        "isHidden": false,
+        "status": "PUBLISHED",
+        "ObjectStates": {
+            "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
+            "_href": "/api/ibexa/v2/content/objects/54/objectstates"
+        }
+    }
+}
 
                                             
@@ -6120,20 +6128,20 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<ContentUpdate>
-  <mainLanguageCode>eng-GB</mainLanguageCode>
-  <Section href="/api/ibexa/v2/content/sections/1"/>
-  <MainLocation href="/api/ibexa/v2/content/locations/2/63/66"/>
-  <Owner href="/api/ibexa/v2/user/users/11"/>
-  <alwaysAvailable>false</alwaysAvailable>
-  <remoteId>69848aeb86164c35e5c98202eebe9e05</remoteId>
-</ContentUpdate>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<ContentUpdate>
+  <mainLanguageCode>eng-GB</mainLanguageCode>
+  <Section href="/api/ibexa/v2/content/sections/1"/>
+  <MainLocation href="/api/ibexa/v2/content/locations/2/63/66"/>
+  <Owner href="/api/ibexa/v2/user/users/11"/>
+  <alwaysAvailable>false</alwaysAvailable>
+  <remoteId>69848aeb86164c35e5c98202eebe9e05</remoteId>
+</ContentUpdate>
 
                             
@@ -6186,20 +6194,20 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<ContentUpdate>
-  <mainLanguageCode>eng-GB</mainLanguageCode>
-  <Section href="/api/ibexa/v2/content/sections/1"/>
-  <MainLocation href="/api/ibexa/v2/content/locations/2/63/66"/>
-  <Owner href="/api/ibexa/v2/user/users/11"/>
-  <alwaysAvailable>false</alwaysAvailable>
-  <remoteId>69848aeb86164c35e5c98202eebe9e05</remoteId>
-</ContentUpdate>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<ContentUpdate>
+  <mainLanguageCode>eng-GB</mainLanguageCode>
+  <Section href="/api/ibexa/v2/content/sections/1"/>
+  <MainLocation href="/api/ibexa/v2/content/locations/2/63/66"/>
+  <Owner href="/api/ibexa/v2/user/users/11"/>
+  <alwaysAvailable>false</alwaysAvailable>
+  <remoteId>69848aeb86164c35e5c98202eebe9e05</remoteId>
+</ContentUpdate>
 
                                             
@@ -6243,21 +6251,21 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/80" remoteId="69848aeb86164c35e5c98202eebe9e05" id="80">
-    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
-    <Name>article1</Name>
-    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/80/versions"/>
-    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/80/currentversion"/>
-    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
-    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/63/66"/>
-    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/80/locations"/>
-    <Owner media-type="application/vnd.ibexa.api.User+xml" h
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/80" remoteId="69848aeb86164c35e5c98202eebe9e05" id="80">
+    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
+    <Name>article1</Name>
+    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/80/versions"/>
+    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/80/currentversion"/>
+    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
+    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/63/66"/>
+    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/80/locations"/>
+    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api
                             
View more @@ -6312,28 +6320,28 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/80" remoteId="69848aeb86164c35e5c98202eebe9e05" id="80">
-    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
-    <Name>article1</Name>
-    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/80/versions"/>
-    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/80/currentversion"/>
-    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
-    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/63/66"/>
-    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/80/locations"/>
-    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/11"/>
-    <lastModificationDate>2019-02-19T15:00:34+01:00</lastModificationDate>
-    <publishedDate>2019-02-19T15:00:34+01:00</publishedDate>
-    <mainLanguageCode>eng-GB</mainLanguageCode>
-    <currentVersionNo>1</currentVersionNo>
-    <alwaysAvailable>false</alwaysAvailable>
-    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/80/objectstates"/>
-</Content>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/80" remoteId="69848aeb86164c35e5c98202eebe9e05" id="80">
+    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
+    <Name>article1</Name>
+    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/80/versions"/>
+    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/80/currentversion"/>
+    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
+    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/63/66"/>
+    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/80/locations"/>
+    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/11"/>
+    <lastModificationDate>2019-02-19T15:00:34+01:00</lastModificationDate>
+    <publishedDate>2019-02-19T15:00:34+01:00</publishedDate>
+    <mainLanguageCode>eng-GB</mainLanguageCode>
+    <currentVersionNo>1</currentVersionNo>
+    <alwaysAvailable>false</alwaysAvailable>
+    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/80/objectstates"/>
+</Content>
 
                                             
@@ -6767,31 +6775,31 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1">
-    <VersionInfo>
-        <id>521</id>
-        <versionNo>1</versionNo>
-        <status>PUBLISHED</status>
-        <modificationDate>2021-06-28T11:33:49+00:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2021-06-28T11:33:31+00:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Art1</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentIn
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1">
+    <VersionInfo>
+        <id>521</id>
+        <versionNo>1</versionNo>
+        <status>PUBLISHED</status>
+        <modificationDate>2021-06-28T11:33:49+00:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2021-06-28T11:33:31+00:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Art1</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/
                             
View more @@ -6803,38 +6811,39 @@
Types
file_copy

-
-                                {
-    "Version": {
-        "_media-type": "application/vnd.ibexa.api.Version+json",
-        "_href": "/api/ibexa/v2/content/objects/61/versions/1",
-        "VersionInfo": {
-            "id": 521,
-            "versionNo": 1,
-            "status": "PUBLISHED",
-            "modificationDate": "2021-06-28T11:33:49+00:00",
-            "Creator": {
-                "_media-type": "application/vnd.ibexa.api.User+json",
-                "_href": "/api/ibexa/v2/user/users/14"
-            },
-            "creationDate": "2021-06-28T11:33:31+00:00",
-            "initialLanguageCode": "eng-GB",
-            "languageCodes": "eng-GB",
-            "VersionTranslationInfo": {
-                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                "Language": [
-                    {
-                        "languageCode": "eng-GB"
-                    }
-                ]
-            },
-            "names": {
-                "value": [
-              
+                            
+                                {
+    "Version": {
+        "_media-type": "application/vnd.ibexa.api.Version+json",
+        "_href": "/api/ibexa/v2/content/objects/61/versions/1",
+        "VersionInfo": {
+            "id": 521,
+            "versionNo": 1,
+            "status": "PUBLISHED",
+            "modificationDate": "2021-06-28T11:33:49+00:00",
+            "Creator": {
+                "_media-type": "application/vnd.ibexa.api.User+json",
+                "_href": "/api/ibexa/v2/user/users/14"
+            },
+            "creationDate": "2021-06-28T11:33:31+00:00",
+            "initialLanguageCode": "eng-GB",
+            "languageCodes": "eng-GB",
+            "VersionTranslationInfo": {
+                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                "Language": [
+                    {
+                        "languageCode": "eng-GB"
+                    }
+                ]
+            },
+            "names": {
+                "value": [
+                    {
+                  
                             
View more @@ -6902,181 +6911,181 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1">
-    <VersionInfo>
-        <id>521</id>
-        <versionNo>1</versionNo>
-        <status>PUBLISHED</status>
-        <modificationDate>2021-06-28T11:33:49+00:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2021-06-28T11:33:31+00:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Art1</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
-    </VersionInfo>
-    <Fields>
-        <field>
-            <id>279</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Art1</fieldValue>
-        </field>
-        <field>
-            <id>280</id>
-            <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue/>
-        </field>
-        <field>
-            <id>281</id>
-            <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">1</value>
-                    <value key="name">Administrator User</value>
-                    <value key="email">admin@link.invalid</value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>282</id>
-            <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;aaaaa&lt;/para&gt;&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;aaaaa&lt;/p&gt;&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>283</id>
-            <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>284</id>
-            <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>285</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezimageasset</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="destinationContentId">62</value>
-                <value key="alternativeText"/>
-                <value key="source"/>
-                <value key="variations">
-                    <value key="article_full">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full</value>
-                    </value>
-                    <value key="content_list">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list</value>
-                    </value>
-                    <value key="dog_breed_full">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="featured_article">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article</value>
-                    </value>
-                    <value key="fourth_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3</value>
-                    </value>
-                    <value key="fourth_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2</value>
-                    </value>
-                    <value key="full_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3</value>
-                    </value>
-                    <value key="full_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery</value>
-                    </value>
-                    <value key="half_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3</value>
-                    </value>
-                    <value key="half_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/medium</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/reference</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/small</value>
-                    </value>
-                    <value key="third_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3</value>
-                    </value>
-                    <value key="third_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-    </Fields>
-    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/61/versions/1/relations">
-        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/61/versions/1/relations/2">
-            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
-            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/62"/>
-            <SourceFieldDefinitionIdentifier>image</SourceFieldDefinitionIdentifier>
-            <RelationType>ASSET</RelationType>
-        </Relation>
-    </Relations>
-    <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
-        <resource>/bundles/ezplatformadminui/img/ez-icons.svg#article</resource>
-        <width></width>
-        <height></height>
-        <mimeType>image/svg+xml</mimeType>
-    </Thumbnail>
-</Version>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1">
+    <VersionInfo>
+        <id>521</id>
+        <versionNo>1</versionNo>
+        <status>PUBLISHED</status>
+        <modificationDate>2021-06-28T11:33:49+00:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2021-06-28T11:33:31+00:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Art1</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
+    </VersionInfo>
+    <Fields>
+        <field>
+            <id>279</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Art1</fieldValue>
+        </field>
+        <field>
+            <id>280</id>
+            <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue/>
+        </field>
+        <field>
+            <id>281</id>
+            <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">1</value>
+                    <value key="name">Administrator User</value>
+                    <value key="email">admin@link.invalid</value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>282</id>
+            <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;aaaaa&lt;/para&gt;&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;aaaaa&lt;/p&gt;&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>283</id>
+            <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>284</id>
+            <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>285</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezimageasset</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="destinationContentId">62</value>
+                <value key="alternativeText"/>
+                <value key="source"/>
+                <value key="variations">
+                    <value key="article_full">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full</value>
+                    </value>
+                    <value key="content_list">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list</value>
+                    </value>
+                    <value key="dog_breed_full">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="featured_article">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article</value>
+                    </value>
+                    <value key="fourth_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3</value>
+                    </value>
+                    <value key="fourth_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2</value>
+                    </value>
+                    <value key="full_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3</value>
+                    </value>
+                    <value key="full_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery</value>
+                    </value>
+                    <value key="half_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3</value>
+                    </value>
+                    <value key="half_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/medium</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/reference</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/small</value>
+                    </value>
+                    <value key="third_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3</value>
+                    </value>
+                    <value key="third_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+    </Fields>
+    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/61/versions/1/relations">
+        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/61/versions/1/relations/2">
+            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
+            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/62"/>
+            <SourceFieldDefinitionIdentifier>image</SourceFieldDefinitionIdentifier>
+            <RelationType>ASSET</RelationType>
+        </Relation>
+    </Relations>
+    <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
+        <resource>/bundles/ezplatformadminui/img/ez-icons.svg#article</resource>
+        <width></width>
+        <height></height>
+        <mimeType>image/svg+xml</mimeType>
+    </Thumbnail>
+</Version>
 
                                             
@@ -7089,205 +7098,205 @@
Types
file_copy

-
-                                                {
-    "Version": {
-        "_media-type": "application/vnd.ibexa.api.Version+json",
-        "_href": "/api/ibexa/v2/content/objects/61/versions/1",
-        "VersionInfo": {
-            "id": 521,
-            "versionNo": 1,
-            "status": "PUBLISHED",
-            "modificationDate": "2021-06-28T11:33:49+00:00",
-            "Creator": {
-                "_media-type": "application/vnd.ibexa.api.User+json",
-                "_href": "/api/ibexa/v2/user/users/14"
-            },
-            "creationDate": "2021-06-28T11:33:31+00:00",
-            "initialLanguageCode": "eng-GB",
-            "languageCodes": "eng-GB",
-            "VersionTranslationInfo": {
-                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                "Language": [
-                    {
-                        "languageCode": "eng-GB"
-                    }
-                ]
-            },
-            "names": {
-                "value": [
-                    {
-                        "_languageCode": "eng-GB",
-                        "#text": "Art1"
-                    }
-                ]
-            },
-            "Content": {
-                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                "_href": "/api/ibexa/v2/content/objects/61"
-            }
-        },
-        "Fields": {
-            "field": [
-                {
-                    "id": 279,
-                    "fieldDefinitionIdentifier": "title",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezstring",
-                    "fieldValue": "Art1"
-                },
-                {
-                    "id": 280,
-                    "fieldDefinitionIdentifier": "short_title",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezstring",
-                    "fieldValue": null
-                },
-                {
-                    "id": 281,
-                    "fieldDefinitionIdentifier": "author",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezauthor",
-                    "fieldValue": [
-                        {
-                            "id": "1",
-                            "name": "Administrator User",
-                            "email": "admin@link.invalid"
-                        }
-                    ]
-                },
-                {
-                    "id": 282,
-                    "fieldDefinitionIdentifier": "intro",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezrichtext",
-                    "fieldValue": {
-                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>aaaaa</para></section>\n",
-                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>aaaaa</p></section>\n"
-                    }
-                },
-                {
-                    "id": 283,
-                    "fieldDefinitionIdentifier": "body",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezrichtext",
-                    "fieldValue": {
-                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
-                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
-                    }
-                },
-                {
-                    "id": 284,
-                    "fieldDefinitionIdentifier": "enable_comments",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezboolean",
-                    "fieldValue": false
-                },
-                {
-                    "id": 285,
-                    "fieldDefinitionIdentifier": "image",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezimageasset",
-                    "fieldValue": {
-                        "destinationContentId": "62",
-                        "alternativeText": null,
-                        "source": null,
-                        "variations": {
-                            "article_full": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full"
-                            },
-                            "content_list": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list"
-                            },
-                            "dog_breed_full": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full"
-                            },
-                            "ezplatform_admin_ui_profile_picture_user_menu": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu"
-                            },
-                            "featured_article": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article"
-                            },
-                            "fourth_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3"
-                            },
-                            "fourth_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2"
-                            },
-                            "full_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3"
-                            },
-                            "full_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2"
-                            },
-                            "gallery": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery"
-                            },
-                            "half_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3"
-                            },
-                            "half_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2"
-                            },
-                            "large": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/large"
-                            },
-                            "medium": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/medium"
-                            },
-                            "reference": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/reference"
-                            },
-                            "small": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/small"
-                            },
-                            "third_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3"
-                            },
-                            "third_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2"
-                            },
-                            "tiny": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny"
-                            }
-                        }
-                    }
-                }
-            ]
-        },
-        "Relations": {
-            "_media-type": "application/vnd.ibexa.api.RelationList+json",
-            "_href": "/api/ibexa/v2/content/objects/61/versions/1/relations",
-            "Relation": [
-                {
-                    "_media-type": "application/vnd.ibexa.api.Relation+json",
-                    "_href": "/api/ibexa/v2/content/objects/61/versions/1/relations/2",
-                    "SourceContent": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/61"
-                    },
-                    "DestinationContent": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/62"
-                    },
-                    "SourceFieldDefinitionIdentifier": "image",
-                    "RelationType": "ASSET"
-                }
-            ]
-        },
-        "Thumbnail": {
-            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
-            "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
-            "width": null,
-            "height": null,
-            "mimeType": "image/svg+xml"
-        }
-    }
-}
+                                            
+                                                {
+    "Version": {
+        "_media-type": "application/vnd.ibexa.api.Version+json",
+        "_href": "/api/ibexa/v2/content/objects/61/versions/1",
+        "VersionInfo": {
+            "id": 521,
+            "versionNo": 1,
+            "status": "PUBLISHED",
+            "modificationDate": "2021-06-28T11:33:49+00:00",
+            "Creator": {
+                "_media-type": "application/vnd.ibexa.api.User+json",
+                "_href": "/api/ibexa/v2/user/users/14"
+            },
+            "creationDate": "2021-06-28T11:33:31+00:00",
+            "initialLanguageCode": "eng-GB",
+            "languageCodes": "eng-GB",
+            "VersionTranslationInfo": {
+                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                "Language": [
+                    {
+                        "languageCode": "eng-GB"
+                    }
+                ]
+            },
+            "names": {
+                "value": [
+                    {
+                        "_languageCode": "eng-GB",
+                        "#text": "Art1"
+                    }
+                ]
+            },
+            "Content": {
+                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                "_href": "/api/ibexa/v2/content/objects/61"
+            }
+        },
+        "Fields": {
+            "field": [
+                {
+                    "id": 279,
+                    "fieldDefinitionIdentifier": "title",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezstring",
+                    "fieldValue": "Art1"
+                },
+                {
+                    "id": 280,
+                    "fieldDefinitionIdentifier": "short_title",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezstring",
+                    "fieldValue": null
+                },
+                {
+                    "id": 281,
+                    "fieldDefinitionIdentifier": "author",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezauthor",
+                    "fieldValue": [
+                        {
+                            "id": "1",
+                            "name": "Administrator User",
+                            "email": "admin@link.invalid"
+                        }
+                    ]
+                },
+                {
+                    "id": 282,
+                    "fieldDefinitionIdentifier": "intro",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezrichtext",
+                    "fieldValue": {
+                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>aaaaa</para></section>\n",
+                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>aaaaa</p></section>\n"
+                    }
+                },
+                {
+                    "id": 283,
+                    "fieldDefinitionIdentifier": "body",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezrichtext",
+                    "fieldValue": {
+                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
+                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
+                    }
+                },
+                {
+                    "id": 284,
+                    "fieldDefinitionIdentifier": "enable_comments",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezboolean",
+                    "fieldValue": false
+                },
+                {
+                    "id": 285,
+                    "fieldDefinitionIdentifier": "image",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezimageasset",
+                    "fieldValue": {
+                        "destinationContentId": "62",
+                        "alternativeText": null,
+                        "source": null,
+                        "variations": {
+                            "article_full": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full"
+                            },
+                            "content_list": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list"
+                            },
+                            "dog_breed_full": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full"
+                            },
+                            "ezplatform_admin_ui_profile_picture_user_menu": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu"
+                            },
+                            "featured_article": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article"
+                            },
+                            "fourth_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3"
+                            },
+                            "fourth_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2"
+                            },
+                            "full_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3"
+                            },
+                            "full_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2"
+                            },
+                            "gallery": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery"
+                            },
+                            "half_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3"
+                            },
+                            "half_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2"
+                            },
+                            "large": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/large"
+                            },
+                            "medium": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/medium"
+                            },
+                            "reference": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/reference"
+                            },
+                            "small": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/small"
+                            },
+                            "third_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3"
+                            },
+                            "third_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2"
+                            },
+                            "tiny": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny"
+                            }
+                        }
+                    }
+                }
+            ]
+        },
+        "Relations": {
+            "_media-type": "application/vnd.ibexa.api.RelationList+json",
+            "_href": "/api/ibexa/v2/content/objects/61/versions/1/relations",
+            "Relation": [
+                {
+                    "_media-type": "application/vnd.ibexa.api.Relation+json",
+                    "_href": "/api/ibexa/v2/content/objects/61/versions/1/relations/2",
+                    "SourceContent": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/61"
+                    },
+                    "DestinationContent": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/62"
+                    },
+                    "SourceFieldDefinitionIdentifier": "image",
+                    "RelationType": "ASSET"
+                }
+            ]
+        },
+        "Thumbnail": {
+            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
+            "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
+            "width": null,
+            "height": null,
+            "mimeType": "image/svg+xml"
+        }
+    }
+}
 
                                             
@@ -7482,31 +7491,31 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/2">
-    <VersionInfo>
-        <id>580</id>
-        <versionNo>2</versionNo>
-        <status>DRAFT</status>
-        <modificationDate>2021-07-26T08:10:02+00:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2021-07-26T08:10:02+00:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Art1</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+x
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/2">
+    <VersionInfo>
+        <id>580</id>
+        <versionNo>2</versionNo>
+        <status>DRAFT</status>
+        <modificationDate>2021-07-26T08:10:02+00:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2021-07-26T08:10:02+00:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Art1</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibex
                             
View more @@ -7518,38 +7527,39 @@
Types
file_copy

-
-                                {
-    "Version": {
-        "_media-type": "application/vnd.ibexa.api.Version+json",
-        "_href": "/api/ibexa/v2/content/objects/61/versions/3",
-        "VersionInfo": {
-            "id": 581,
-            "versionNo": 3,
-            "status": "DRAFT",
-            "modificationDate": "2021-07-26T08:16:50+00:00",
-            "Creator": {
-                "_media-type": "application/vnd.ibexa.api.User+json",
-                "_href": "/api/ibexa/v2/user/users/14"
-            },
-            "creationDate": "2021-07-26T08:16:50+00:00",
-            "initialLanguageCode": "eng-GB",
-            "languageCodes": "eng-GB",
-            "VersionTranslationInfo": {
-                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                "Language": [
-                    {
-                        "languageCode": "eng-GB"
-                    }
-                ]
-            },
-            "names": {
-                "value": [
-                  
+                            
+                                {
+    "Version": {
+        "_media-type": "application/vnd.ibexa.api.Version+json",
+        "_href": "/api/ibexa/v2/content/objects/61/versions/3",
+        "VersionInfo": {
+            "id": 581,
+            "versionNo": 3,
+            "status": "DRAFT",
+            "modificationDate": "2021-07-26T08:16:50+00:00",
+            "Creator": {
+                "_media-type": "application/vnd.ibexa.api.User+json",
+                "_href": "/api/ibexa/v2/user/users/14"
+            },
+            "creationDate": "2021-07-26T08:16:50+00:00",
+            "initialLanguageCode": "eng-GB",
+            "languageCodes": "eng-GB",
+            "VersionTranslationInfo": {
+                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                "Language": [
+                    {
+                        "languageCode": "eng-GB"
+                    }
+                ]
+            },
+            "names": {
+                "value": [
+                    {
+                      
                             
View more @@ -7617,181 +7627,181 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/2">
-    <VersionInfo>
-        <id>580</id>
-        <versionNo>2</versionNo>
-        <status>DRAFT</status>
-        <modificationDate>2021-07-26T08:10:02+00:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2021-07-26T08:10:02+00:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Art1</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
-    </VersionInfo>
-    <Fields>
-        <field>
-            <id>279</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Art1</fieldValue>
-        </field>
-        <field>
-            <id>280</id>
-            <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue/>
-        </field>
-        <field>
-            <id>281</id>
-            <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">1</value>
-                    <value key="name">Administrator User</value>
-                    <value key="email">admin@link.invalid</value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>282</id>
-            <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;aaaaa&lt;/para&gt;&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;aaaaa&lt;/p&gt;&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>283</id>
-            <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>284</id>
-            <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>285</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezimageasset</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="destinationContentId">62</value>
-                <value key="alternativeText"/>
-                <value key="source"/>
-                <value key="variations">
-                    <value key="article_full">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full</value>
-                    </value>
-                    <value key="content_list">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list</value>
-                    </value>
-                    <value key="dog_breed_full">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="featured_article">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article</value>
-                    </value>
-                    <value key="fourth_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3</value>
-                    </value>
-                    <value key="fourth_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2</value>
-                    </value>
-                    <value key="full_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3</value>
-                    </value>
-                    <value key="full_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery</value>
-                    </value>
-                    <value key="half_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3</value>
-                    </value>
-                    <value key="half_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/medium</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/reference</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/small</value>
-                    </value>
-                    <value key="third_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3</value>
-                    </value>
-                    <value key="third_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-    </Fields>
-    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/61/versions/2/relations">
-        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/61/versions/2/relations/16">
-            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
-            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/62"/>
-            <SourceFieldDefinitionIdentifier>image</SourceFieldDefinitionIdentifier>
-            <RelationType>ASSET</RelationType>
-        </Relation>
-    </Relations>
-    <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
-        <resource>/bundles/ezplatformadminui/img/ez-icons.svg#article</resource>
-        <width></width>
-        <height></height>
-        <mimeType>image/svg+xml</mimeType>
-    </Thumbnail>
-</Version>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/2">
+    <VersionInfo>
+        <id>580</id>
+        <versionNo>2</versionNo>
+        <status>DRAFT</status>
+        <modificationDate>2021-07-26T08:10:02+00:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2021-07-26T08:10:02+00:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Art1</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
+    </VersionInfo>
+    <Fields>
+        <field>
+            <id>279</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Art1</fieldValue>
+        </field>
+        <field>
+            <id>280</id>
+            <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue/>
+        </field>
+        <field>
+            <id>281</id>
+            <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">1</value>
+                    <value key="name">Administrator User</value>
+                    <value key="email">admin@link.invalid</value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>282</id>
+            <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;aaaaa&lt;/para&gt;&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;aaaaa&lt;/p&gt;&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>283</id>
+            <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>284</id>
+            <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>285</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezimageasset</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="destinationContentId">62</value>
+                <value key="alternativeText"/>
+                <value key="source"/>
+                <value key="variations">
+                    <value key="article_full">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full</value>
+                    </value>
+                    <value key="content_list">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list</value>
+                    </value>
+                    <value key="dog_breed_full">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="featured_article">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article</value>
+                    </value>
+                    <value key="fourth_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3</value>
+                    </value>
+                    <value key="fourth_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2</value>
+                    </value>
+                    <value key="full_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3</value>
+                    </value>
+                    <value key="full_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery</value>
+                    </value>
+                    <value key="half_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3</value>
+                    </value>
+                    <value key="half_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/medium</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/reference</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/small</value>
+                    </value>
+                    <value key="third_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3</value>
+                    </value>
+                    <value key="third_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+    </Fields>
+    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/61/versions/2/relations">
+        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/61/versions/2/relations/16">
+            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
+            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/62"/>
+            <SourceFieldDefinitionIdentifier>image</SourceFieldDefinitionIdentifier>
+            <RelationType>ASSET</RelationType>
+        </Relation>
+    </Relations>
+    <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
+        <resource>/bundles/ezplatformadminui/img/ez-icons.svg#article</resource>
+        <width></width>
+        <height></height>
+        <mimeType>image/svg+xml</mimeType>
+    </Thumbnail>
+</Version>
 
                                             
@@ -7804,205 +7814,205 @@
Types
file_copy

-
-                                                {
-    "Version": {
-        "_media-type": "application/vnd.ibexa.api.Version+json",
-        "_href": "/api/ibexa/v2/content/objects/61/versions/3",
-        "VersionInfo": {
-            "id": 581,
-            "versionNo": 3,
-            "status": "DRAFT",
-            "modificationDate": "2021-07-26T08:16:50+00:00",
-            "Creator": {
-                "_media-type": "application/vnd.ibexa.api.User+json",
-                "_href": "/api/ibexa/v2/user/users/14"
-            },
-            "creationDate": "2021-07-26T08:16:50+00:00",
-            "initialLanguageCode": "eng-GB",
-            "languageCodes": "eng-GB",
-            "VersionTranslationInfo": {
-                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                "Language": [
-                    {
-                        "languageCode": "eng-GB"
-                    }
-                ]
-            },
-            "names": {
-                "value": [
-                    {
-                        "_languageCode": "eng-GB",
-                        "#text": "Art1"
-                    }
-                ]
-            },
-            "Content": {
-                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                "_href": "/api/ibexa/v2/content/objects/61"
-            }
-        },
-        "Fields": {
-            "field": [
-                {
-                    "id": 279,
-                    "fieldDefinitionIdentifier": "title",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezstring",
-                    "fieldValue": "Art1"
-                },
-                {
-                    "id": 280,
-                    "fieldDefinitionIdentifier": "short_title",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezstring",
-                    "fieldValue": null
-                },
-                {
-                    "id": 281,
-                    "fieldDefinitionIdentifier": "author",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezauthor",
-                    "fieldValue": [
-                        {
-                            "id": "1",
-                            "name": "Administrator User",
-                            "email": "admin@link.invalid"
-                        }
-                    ]
-                },
-                {
-                    "id": 282,
-                    "fieldDefinitionIdentifier": "intro",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezrichtext",
-                    "fieldValue": {
-                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>aaaaa</para></section>\n",
-                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>aaaaa</p></section>\n"
-                    }
-                },
-                {
-                    "id": 283,
-                    "fieldDefinitionIdentifier": "body",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezrichtext",
-                    "fieldValue": {
-                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
-                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
-                    }
-                },
-                {
-                    "id": 284,
-                    "fieldDefinitionIdentifier": "enable_comments",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezboolean",
-                    "fieldValue": false
-                },
-                {
-                    "id": 285,
-                    "fieldDefinitionIdentifier": "image",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezimageasset",
-                    "fieldValue": {
-                        "destinationContentId": "62",
-                        "alternativeText": null,
-                        "source": null,
-                        "variations": {
-                            "article_full": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full"
-                            },
-                            "content_list": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list"
-                            },
-                            "dog_breed_full": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full"
-                            },
-                            "ezplatform_admin_ui_profile_picture_user_menu": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu"
-                            },
-                            "featured_article": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article"
-                            },
-                            "fourth_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3"
-                            },
-                            "fourth_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2"
-                            },
-                            "full_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3"
-                            },
-                            "full_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2"
-                            },
-                            "gallery": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery"
-                            },
-                            "half_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3"
-                            },
-                            "half_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2"
-                            },
-                            "large": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/large"
-                            },
-                            "medium": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/medium"
-                            },
-                            "reference": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/reference"
-                            },
-                            "small": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/small"
-                            },
-                            "third_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3"
-                            },
-                            "third_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2"
-                            },
-                            "tiny": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny"
-                            }
-                        }
-                    }
-                }
-            ]
-        },
-        "Relations": {
-            "_media-type": "application/vnd.ibexa.api.RelationList+json",
-            "_href": "/api/ibexa/v2/content/objects/61/versions/3/relations",
-            "Relation": [
-                {
-                    "_media-type": "application/vnd.ibexa.api.Relation+json",
-                    "_href": "/api/ibexa/v2/content/objects/61/versions/3/relations/17",
-                    "SourceContent": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/61"
-                    },
-                    "DestinationContent": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/62"
-                    },
-                    "SourceFieldDefinitionIdentifier": "image",
-                    "RelationType": "ASSET"
-                }
-            ]
-        },
-        "Thumbnail": {
-            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
-            "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
-            "width": null,
-            "height": null,
-            "mimeType": "image/svg+xml"
-        }
-    }
-}
+                                            
+                                                {
+    "Version": {
+        "_media-type": "application/vnd.ibexa.api.Version+json",
+        "_href": "/api/ibexa/v2/content/objects/61/versions/3",
+        "VersionInfo": {
+            "id": 581,
+            "versionNo": 3,
+            "status": "DRAFT",
+            "modificationDate": "2021-07-26T08:16:50+00:00",
+            "Creator": {
+                "_media-type": "application/vnd.ibexa.api.User+json",
+                "_href": "/api/ibexa/v2/user/users/14"
+            },
+            "creationDate": "2021-07-26T08:16:50+00:00",
+            "initialLanguageCode": "eng-GB",
+            "languageCodes": "eng-GB",
+            "VersionTranslationInfo": {
+                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                "Language": [
+                    {
+                        "languageCode": "eng-GB"
+                    }
+                ]
+            },
+            "names": {
+                "value": [
+                    {
+                        "_languageCode": "eng-GB",
+                        "#text": "Art1"
+                    }
+                ]
+            },
+            "Content": {
+                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                "_href": "/api/ibexa/v2/content/objects/61"
+            }
+        },
+        "Fields": {
+            "field": [
+                {
+                    "id": 279,
+                    "fieldDefinitionIdentifier": "title",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezstring",
+                    "fieldValue": "Art1"
+                },
+                {
+                    "id": 280,
+                    "fieldDefinitionIdentifier": "short_title",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezstring",
+                    "fieldValue": null
+                },
+                {
+                    "id": 281,
+                    "fieldDefinitionIdentifier": "author",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezauthor",
+                    "fieldValue": [
+                        {
+                            "id": "1",
+                            "name": "Administrator User",
+                            "email": "admin@link.invalid"
+                        }
+                    ]
+                },
+                {
+                    "id": 282,
+                    "fieldDefinitionIdentifier": "intro",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezrichtext",
+                    "fieldValue": {
+                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>aaaaa</para></section>\n",
+                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>aaaaa</p></section>\n"
+                    }
+                },
+                {
+                    "id": 283,
+                    "fieldDefinitionIdentifier": "body",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezrichtext",
+                    "fieldValue": {
+                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
+                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
+                    }
+                },
+                {
+                    "id": 284,
+                    "fieldDefinitionIdentifier": "enable_comments",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezboolean",
+                    "fieldValue": false
+                },
+                {
+                    "id": 285,
+                    "fieldDefinitionIdentifier": "image",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezimageasset",
+                    "fieldValue": {
+                        "destinationContentId": "62",
+                        "alternativeText": null,
+                        "source": null,
+                        "variations": {
+                            "article_full": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full"
+                            },
+                            "content_list": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list"
+                            },
+                            "dog_breed_full": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full"
+                            },
+                            "ezplatform_admin_ui_profile_picture_user_menu": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu"
+                            },
+                            "featured_article": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article"
+                            },
+                            "fourth_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3"
+                            },
+                            "fourth_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2"
+                            },
+                            "full_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3"
+                            },
+                            "full_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2"
+                            },
+                            "gallery": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery"
+                            },
+                            "half_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3"
+                            },
+                            "half_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2"
+                            },
+                            "large": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/large"
+                            },
+                            "medium": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/medium"
+                            },
+                            "reference": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/reference"
+                            },
+                            "small": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/small"
+                            },
+                            "third_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3"
+                            },
+                            "third_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2"
+                            },
+                            "tiny": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny"
+                            }
+                        }
+                    }
+                }
+            ]
+        },
+        "Relations": {
+            "_media-type": "application/vnd.ibexa.api.RelationList+json",
+            "_href": "/api/ibexa/v2/content/objects/61/versions/3/relations",
+            "Relation": [
+                {
+                    "_media-type": "application/vnd.ibexa.api.Relation+json",
+                    "_href": "/api/ibexa/v2/content/objects/61/versions/3/relations/17",
+                    "SourceContent": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/61"
+                    },
+                    "DestinationContent": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/62"
+                    },
+                    "SourceFieldDefinitionIdentifier": "image",
+                    "RelationType": "ASSET"
+                }
+            ]
+        },
+        "Thumbnail": {
+            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
+            "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
+            "width": null,
+            "height": null,
+            "mimeType": "image/svg+xml"
+        }
+    }
+}
 
                                             
@@ -8195,28 +8205,29 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<VersionList media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/61/versions">
-    <VersionItem>
-        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1"/>
-        <VersionInfo>
-            <id>521</id>
-            <versionNo>1</versionNo>
-            <status>PUBLISHED</status>
-            <modificationDate>2021-06-28T11:33:49+00:00</modificationDate>
-            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-            <creationDate>2021-06-28T11:33:31+00:00</creationDate>
-            <initialLanguageCode>eng-GB</initialLanguageCode>
-            <languageCodes>eng-GB</languageCodes>
-            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-                <Language>
-                    <languageCode>eng-GB</languageCode>
-                </L
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<VersionList media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/61/versions">
+    <VersionItem>
+        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1"/>
+        <VersionInfo>
+            <id>521</id>
+            <versionNo>1</versionNo>
+            <status>PUBLISHED</status>
+            <modificationDate>2021-06-28T11:33:49+00:00</modificationDate>
+            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+            <creationDate>2021-06-28T11:33:31+00:00</creationDate>
+            <initialLanguageCode>eng-GB</initialLanguageCode>
+            <languageCodes>eng-GB</languageCodes>
+            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+                <Language>
+                    <languageCode>eng-GB</languageCode>
+                </Language>
+       
                             
View more @@ -8228,34 +8239,34 @@
Types
file_copy

-
-                                {
-    "VersionList": {
-        "_media-type": "application/vnd.ibexa.api.VersionList+json",
-        "_href": "/api/ibexa/v2/content/objects/61/versions",
-        "VersionItem": [
-            {
-                "Version": {
-                    "_media-type": "application/vnd.ibexa.api.Version+json",
-                    "_href": "/api/ibexa/v2/content/objects/61/versions/1"
-                },
-                "VersionInfo": {
-                    "id": 521,
-                    "versionNo": 1,
-                    "status": "PUBLISHED",
-                    "modificationDate": "2021-06-28T11:33:49+00:00",
-                    "Creator": {
-                        "_media-type": "application/vnd.ibexa.api.User+json",
-                        "_href": "/api/ibexa/v2/user/users/14"
-                    },
-                    "creationDate": "2021-06-28T11:33:31+00:00",
-                    "initialLanguageCode": "eng-GB",
-                    "languageCodes": "eng-GB",
-           
+                            
+                                {
+    "VersionList": {
+        "_media-type": "application/vnd.ibexa.api.VersionList+json",
+        "_href": "/api/ibexa/v2/content/objects/61/versions",
+        "VersionItem": [
+            {
+                "Version": {
+                    "_media-type": "application/vnd.ibexa.api.Version+json",
+                    "_href": "/api/ibexa/v2/content/objects/61/versions/1"
+                },
+                "VersionInfo": {
+                    "id": 521,
+                    "versionNo": 1,
+                    "status": "PUBLISHED",
+                    "modificationDate": "2021-06-28T11:33:49+00:00",
+                    "Creator": {
+                        "_media-type": "application/vnd.ibexa.api.User+json",
+                        "_href": "/api/ibexa/v2/user/users/14"
+                    },
+                    "creationDate": "2021-06-28T11:33:31+00:00",
+                    "initialLanguageCode": "eng-GB",
+                    "languageCodes": "eng-GB",
+                    "VersionTrans
                             
View more @@ -8323,80 +8334,80 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<VersionList media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/61/versions">
-    <VersionItem>
-        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1"/>
-        <VersionInfo>
-            <id>521</id>
-            <versionNo>1</versionNo>
-            <status>PUBLISHED</status>
-            <modificationDate>2021-06-28T11:33:49+00:00</modificationDate>
-            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-            <creationDate>2021-06-28T11:33:31+00:00</creationDate>
-            <initialLanguageCode>eng-GB</initialLanguageCode>
-            <languageCodes>eng-GB</languageCodes>
-            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-                <Language>
-                    <languageCode>eng-GB</languageCode>
-                </Language>
-            </VersionTranslationInfo>
-            <names>
-                <value languageCode="eng-GB">Art1</value>
-            </names>
-            <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
-        </VersionInfo>
-    </VersionItem>
-    <VersionItem>
-        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/2"/>
-        <VersionInfo>
-            <id>580</id>
-            <versionNo>2</versionNo>
-            <status>DRAFT</status>
-            <modificationDate>2021-07-26T08:10:02+00:00</modificationDate>
-            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-            <creationDate>2021-07-26T08:10:02+00:00</creationDate>
-            <initialLanguageCode>eng-GB</initialLanguageCode>
-            <languageCodes>eng-GB</languageCodes>
-            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-                <Language>
-                    <languageCode>eng-GB</languageCode>
-                </Language>
-            </VersionTranslationInfo>
-            <names>
-                <value languageCode="eng-GB">Art1</value>
-            </names>
-            <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
-        </VersionInfo>
-    </VersionItem>
-    <VersionItem>
-        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3"/>
-        <VersionInfo>
-            <id>581</id>
-            <versionNo>3</versionNo>
-            <status>DRAFT</status>
-            <modificationDate>2021-07-26T08:16:50+00:00</modificationDate>
-            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-            <creationDate>2021-07-26T08:16:50+00:00</creationDate>
-            <initialLanguageCode>eng-GB</initialLanguageCode>
-            <languageCodes>eng-GB</languageCodes>
-            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-                <Language>
-                    <languageCode>eng-GB</languageCode>
-                </Language>
-            </VersionTranslationInfo>
-            <names>
-                <value languageCode="eng-GB">Art1</value>
-            </names>
-            <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
-        </VersionInfo>
-    </VersionItem>
-</VersionList>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<VersionList media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/61/versions">
+    <VersionItem>
+        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1"/>
+        <VersionInfo>
+            <id>521</id>
+            <versionNo>1</versionNo>
+            <status>PUBLISHED</status>
+            <modificationDate>2021-06-28T11:33:49+00:00</modificationDate>
+            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+            <creationDate>2021-06-28T11:33:31+00:00</creationDate>
+            <initialLanguageCode>eng-GB</initialLanguageCode>
+            <languageCodes>eng-GB</languageCodes>
+            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+                <Language>
+                    <languageCode>eng-GB</languageCode>
+                </Language>
+            </VersionTranslationInfo>
+            <names>
+                <value languageCode="eng-GB">Art1</value>
+            </names>
+            <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
+        </VersionInfo>
+    </VersionItem>
+    <VersionItem>
+        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/2"/>
+        <VersionInfo>
+            <id>580</id>
+            <versionNo>2</versionNo>
+            <status>DRAFT</status>
+            <modificationDate>2021-07-26T08:10:02+00:00</modificationDate>
+            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+            <creationDate>2021-07-26T08:10:02+00:00</creationDate>
+            <initialLanguageCode>eng-GB</initialLanguageCode>
+            <languageCodes>eng-GB</languageCodes>
+            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+                <Language>
+                    <languageCode>eng-GB</languageCode>
+                </Language>
+            </VersionTranslationInfo>
+            <names>
+                <value languageCode="eng-GB">Art1</value>
+            </names>
+            <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
+        </VersionInfo>
+    </VersionItem>
+    <VersionItem>
+        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3"/>
+        <VersionInfo>
+            <id>581</id>
+            <versionNo>3</versionNo>
+            <status>DRAFT</status>
+            <modificationDate>2021-07-26T08:16:50+00:00</modificationDate>
+            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+            <creationDate>2021-07-26T08:16:50+00:00</creationDate>
+            <initialLanguageCode>eng-GB</initialLanguageCode>
+            <languageCodes>eng-GB</languageCodes>
+            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+                <Language>
+                    <languageCode>eng-GB</languageCode>
+                </Language>
+            </VersionTranslationInfo>
+            <names>
+                <value languageCode="eng-GB">Art1</value>
+            </names>
+            <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
+        </VersionInfo>
+    </VersionItem>
+</VersionList>
 
                                             
@@ -8409,136 +8420,136 @@
Types
file_copy

-
-                                                {
-    "VersionList": {
-        "_media-type": "application/vnd.ibexa.api.VersionList+json",
-        "_href": "/api/ibexa/v2/content/objects/61/versions",
-        "VersionItem": [
-            {
-                "Version": {
-                    "_media-type": "application/vnd.ibexa.api.Version+json",
-                    "_href": "/api/ibexa/v2/content/objects/61/versions/1"
-                },
-                "VersionInfo": {
-                    "id": 521,
-                    "versionNo": 1,
-                    "status": "PUBLISHED",
-                    "modificationDate": "2021-06-28T11:33:49+00:00",
-                    "Creator": {
-                        "_media-type": "application/vnd.ibexa.api.User+json",
-                        "_href": "/api/ibexa/v2/user/users/14"
-                    },
-                    "creationDate": "2021-06-28T11:33:31+00:00",
-                    "initialLanguageCode": "eng-GB",
-                    "languageCodes": "eng-GB",
-                    "VersionTranslationInfo": {
-                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                        "Language": [
-                            {
-                                "languageCode": "eng-GB"
-                            }
-                        ]
-                    },
-                    "names": {
-                        "value": [
-                            {
-                                "_languageCode": "eng-GB",
-                                "#text": "Art1"
-                            }
-                        ]
-                    },
-                    "Content": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/61"
-                    }
-                }
-            },
-            {
-                "Version": {
-                    "_media-type": "application/vnd.ibexa.api.Version+json",
-                    "_href": "/api/ibexa/v2/content/objects/61/versions/2"
-                },
-                "VersionInfo": {
-                    "id": 580,
-                    "versionNo": 2,
-                    "status": "DRAFT",
-                    "modificationDate": "2021-07-26T08:10:02+00:00",
-                    "Creator": {
-                        "_media-type": "application/vnd.ibexa.api.User+json",
-                        "_href": "/api/ibexa/v2/user/users/14"
-                    },
-                    "creationDate": "2021-07-26T08:10:02+00:00",
-                    "initialLanguageCode": "eng-GB",
-                    "languageCodes": "eng-GB",
-                    "VersionTranslationInfo": {
-                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                        "Language": [
-                            {
-                                "languageCode": "eng-GB"
-                            }
-                        ]
-                    },
-                    "names": {
-                        "value": [
-                            {
-                                "_languageCode": "eng-GB",
-                                "#text": "Art1"
-                            }
-                        ]
-                    },
-                    "Content": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/61"
-                    }
-                }
-            },
-            {
-                "Version": {
-                    "_media-type": "application/vnd.ibexa.api.Version+json",
-                    "_href": "/api/ibexa/v2/content/objects/61/versions/3"
-                },
-                "VersionInfo": {
-                    "id": 581,
-                    "versionNo": 3,
-                    "status": "DRAFT",
-                    "modificationDate": "2021-07-26T08:16:50+00:00",
-                    "Creator": {
-                        "_media-type": "application/vnd.ibexa.api.User+json",
-                        "_href": "/api/ibexa/v2/user/users/14"
-                    },
-                    "creationDate": "2021-07-26T08:16:50+00:00",
-                    "initialLanguageCode": "eng-GB",
-                    "languageCodes": "eng-GB",
-                    "VersionTranslationInfo": {
-                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                        "Language": [
-                            {
-                                "languageCode": "eng-GB"
-                            }
-                        ]
-                    },
-                    "names": {
-                        "value": [
-                            {
-                                "_languageCode": "eng-GB",
-                                "#text": "Art1"
-                            }
-                        ]
-                    },
-                    "Content": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/61"
-                    }
-                }
-            }
-        ]
-    }
-}
+                                            
+                                                {
+    "VersionList": {
+        "_media-type": "application/vnd.ibexa.api.VersionList+json",
+        "_href": "/api/ibexa/v2/content/objects/61/versions",
+        "VersionItem": [
+            {
+                "Version": {
+                    "_media-type": "application/vnd.ibexa.api.Version+json",
+                    "_href": "/api/ibexa/v2/content/objects/61/versions/1"
+                },
+                "VersionInfo": {
+                    "id": 521,
+                    "versionNo": 1,
+                    "status": "PUBLISHED",
+                    "modificationDate": "2021-06-28T11:33:49+00:00",
+                    "Creator": {
+                        "_media-type": "application/vnd.ibexa.api.User+json",
+                        "_href": "/api/ibexa/v2/user/users/14"
+                    },
+                    "creationDate": "2021-06-28T11:33:31+00:00",
+                    "initialLanguageCode": "eng-GB",
+                    "languageCodes": "eng-GB",
+                    "VersionTranslationInfo": {
+                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                        "Language": [
+                            {
+                                "languageCode": "eng-GB"
+                            }
+                        ]
+                    },
+                    "names": {
+                        "value": [
+                            {
+                                "_languageCode": "eng-GB",
+                                "#text": "Art1"
+                            }
+                        ]
+                    },
+                    "Content": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/61"
+                    }
+                }
+            },
+            {
+                "Version": {
+                    "_media-type": "application/vnd.ibexa.api.Version+json",
+                    "_href": "/api/ibexa/v2/content/objects/61/versions/2"
+                },
+                "VersionInfo": {
+                    "id": 580,
+                    "versionNo": 2,
+                    "status": "DRAFT",
+                    "modificationDate": "2021-07-26T08:10:02+00:00",
+                    "Creator": {
+                        "_media-type": "application/vnd.ibexa.api.User+json",
+                        "_href": "/api/ibexa/v2/user/users/14"
+                    },
+                    "creationDate": "2021-07-26T08:10:02+00:00",
+                    "initialLanguageCode": "eng-GB",
+                    "languageCodes": "eng-GB",
+                    "VersionTranslationInfo": {
+                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                        "Language": [
+                            {
+                                "languageCode": "eng-GB"
+                            }
+                        ]
+                    },
+                    "names": {
+                        "value": [
+                            {
+                                "_languageCode": "eng-GB",
+                                "#text": "Art1"
+                            }
+                        ]
+                    },
+                    "Content": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/61"
+                    }
+                }
+            },
+            {
+                "Version": {
+                    "_media-type": "application/vnd.ibexa.api.Version+json",
+                    "_href": "/api/ibexa/v2/content/objects/61/versions/3"
+                },
+                "VersionInfo": {
+                    "id": 581,
+                    "versionNo": 3,
+                    "status": "DRAFT",
+                    "modificationDate": "2021-07-26T08:16:50+00:00",
+                    "Creator": {
+                        "_media-type": "application/vnd.ibexa.api.User+json",
+                        "_href": "/api/ibexa/v2/user/users/14"
+                    },
+                    "creationDate": "2021-07-26T08:16:50+00:00",
+                    "initialLanguageCode": "eng-GB",
+                    "languageCodes": "eng-GB",
+                    "VersionTranslationInfo": {
+                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                        "Language": [
+                            {
+                                "languageCode": "eng-GB"
+                            }
+                        ]
+                    },
+                    "names": {
+                        "value": [
+                            {
+                                "_languageCode": "eng-GB",
+                                "#text": "Art1"
+                            }
+                        ]
+                    },
+                    "Content": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/61"
+                    }
+                }
+            }
+        ]
+    }
+}
 
                                             
@@ -8876,31 +8887,31 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
-    <VersionInfo>
-        <id>581</id>
-        <versionNo>3</versionNo>
-        <status>DRAFT</status>
-        <modificationDate>2021-07-26T08:16:50+00:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2021-07-26T08:16:50+00:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Art1</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+x
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
+    <VersionInfo>
+        <id>581</id>
+        <versionNo>3</versionNo>
+        <status>DRAFT</status>
+        <modificationDate>2021-07-26T08:16:50+00:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2021-07-26T08:16:50+00:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Art1</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibex
                             
View more @@ -8912,38 +8923,39 @@
Types
file_copy

-
-                                {
-    "Version": {
-        "_media-type": "application/vnd.ibexa.api.Version+json",
-        "_href": "/api/ibexa/v2/content/objects/61/versions/3",
-        "VersionInfo": {
-            "id": 581,
-            "versionNo": 3,
-            "status": "DRAFT",
-            "modificationDate": "2021-07-26T08:16:50+00:00",
-            "Creator": {
-                "_media-type": "application/vnd.ibexa.api.User+json",
-                "_href": "/api/ibexa/v2/user/users/14"
-            },
-            "creationDate": "2021-07-26T08:16:50+00:00",
-            "initialLanguageCode": "eng-GB",
-            "languageCodes": "eng-GB",
-            "VersionTranslationInfo": {
-                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                "Language": [
-                    {
-                        "languageCode": "eng-GB"
-                    }
-                ]
-            },
-            "names": {
-                "value": [
-                  
+                            
+                                {
+    "Version": {
+        "_media-type": "application/vnd.ibexa.api.Version+json",
+        "_href": "/api/ibexa/v2/content/objects/61/versions/3",
+        "VersionInfo": {
+            "id": 581,
+            "versionNo": 3,
+            "status": "DRAFT",
+            "modificationDate": "2021-07-26T08:16:50+00:00",
+            "Creator": {
+                "_media-type": "application/vnd.ibexa.api.User+json",
+                "_href": "/api/ibexa/v2/user/users/14"
+            },
+            "creationDate": "2021-07-26T08:16:50+00:00",
+            "initialLanguageCode": "eng-GB",
+            "languageCodes": "eng-GB",
+            "VersionTranslationInfo": {
+                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                "Language": [
+                    {
+                        "languageCode": "eng-GB"
+                    }
+                ]
+            },
+            "names": {
+                "value": [
+                    {
+                      
                             
View more @@ -9011,181 +9023,181 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
-    <VersionInfo>
-        <id>581</id>
-        <versionNo>3</versionNo>
-        <status>DRAFT</status>
-        <modificationDate>2021-07-26T08:16:50+00:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2021-07-26T08:16:50+00:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Art1</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
-    </VersionInfo>
-    <Fields>
-        <field>
-            <id>279</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Art1</fieldValue>
-        </field>
-        <field>
-            <id>280</id>
-            <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue/>
-        </field>
-        <field>
-            <id>281</id>
-            <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">1</value>
-                    <value key="name">Administrator User</value>
-                    <value key="email">admin@link.invalid</value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>282</id>
-            <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;aaaaa&lt;/para&gt;&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;aaaaa&lt;/p&gt;&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>283</id>
-            <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>284</id>
-            <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>285</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezimageasset</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="destinationContentId">62</value>
-                <value key="alternativeText"/>
-                <value key="source"/>
-                <value key="variations">
-                    <value key="article_full">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full</value>
-                    </value>
-                    <value key="content_list">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list</value>
-                    </value>
-                    <value key="dog_breed_full">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="featured_article">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article</value>
-                    </value>
-                    <value key="fourth_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3</value>
-                    </value>
-                    <value key="fourth_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2</value>
-                    </value>
-                    <value key="full_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3</value>
-                    </value>
-                    <value key="full_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery</value>
-                    </value>
-                    <value key="half_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3</value>
-                    </value>
-                    <value key="half_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/medium</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/reference</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/small</value>
-                    </value>
-                    <value key="third_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3</value>
-                    </value>
-                    <value key="third_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-    </Fields>
-    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/61/versions/3/relations">
-        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/61/versions/3/relations/17">
-            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
-            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/62"/>
-            <SourceFieldDefinitionIdentifier>image</SourceFieldDefinitionIdentifier>
-            <RelationType>ASSET</RelationType>
-        </Relation>
-    </Relations>
-    <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
-        <resource>/bundles/ezplatformadminui/img/ez-icons.svg#article</resource>
-        <width></width>
-        <height></height>
-        <mimeType>image/svg+xml</mimeType>
-    </Thumbnail>
-</Version>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
+    <VersionInfo>
+        <id>581</id>
+        <versionNo>3</versionNo>
+        <status>DRAFT</status>
+        <modificationDate>2021-07-26T08:16:50+00:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2021-07-26T08:16:50+00:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Art1</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
+    </VersionInfo>
+    <Fields>
+        <field>
+            <id>279</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Art1</fieldValue>
+        </field>
+        <field>
+            <id>280</id>
+            <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue/>
+        </field>
+        <field>
+            <id>281</id>
+            <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">1</value>
+                    <value key="name">Administrator User</value>
+                    <value key="email">admin@link.invalid</value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>282</id>
+            <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;aaaaa&lt;/para&gt;&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;aaaaa&lt;/p&gt;&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>283</id>
+            <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>284</id>
+            <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>285</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezimageasset</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="destinationContentId">62</value>
+                <value key="alternativeText"/>
+                <value key="source"/>
+                <value key="variations">
+                    <value key="article_full">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full</value>
+                    </value>
+                    <value key="content_list">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list</value>
+                    </value>
+                    <value key="dog_breed_full">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="featured_article">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article</value>
+                    </value>
+                    <value key="fourth_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3</value>
+                    </value>
+                    <value key="fourth_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2</value>
+                    </value>
+                    <value key="full_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3</value>
+                    </value>
+                    <value key="full_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery</value>
+                    </value>
+                    <value key="half_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3</value>
+                    </value>
+                    <value key="half_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/medium</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/reference</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/small</value>
+                    </value>
+                    <value key="third_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3</value>
+                    </value>
+                    <value key="third_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+    </Fields>
+    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/61/versions/3/relations">
+        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/61/versions/3/relations/17">
+            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
+            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/62"/>
+            <SourceFieldDefinitionIdentifier>image</SourceFieldDefinitionIdentifier>
+            <RelationType>ASSET</RelationType>
+        </Relation>
+    </Relations>
+    <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
+        <resource>/bundles/ezplatformadminui/img/ez-icons.svg#article</resource>
+        <width></width>
+        <height></height>
+        <mimeType>image/svg+xml</mimeType>
+    </Thumbnail>
+</Version>
 
                                             
@@ -9198,205 +9210,205 @@
Types
file_copy

-
-                                                {
-    "Version": {
-        "_media-type": "application/vnd.ibexa.api.Version+json",
-        "_href": "/api/ibexa/v2/content/objects/61/versions/3",
-        "VersionInfo": {
-            "id": 581,
-            "versionNo": 3,
-            "status": "DRAFT",
-            "modificationDate": "2021-07-26T08:16:50+00:00",
-            "Creator": {
-                "_media-type": "application/vnd.ibexa.api.User+json",
-                "_href": "/api/ibexa/v2/user/users/14"
-            },
-            "creationDate": "2021-07-26T08:16:50+00:00",
-            "initialLanguageCode": "eng-GB",
-            "languageCodes": "eng-GB",
-            "VersionTranslationInfo": {
-                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                "Language": [
-                    {
-                        "languageCode": "eng-GB"
-                    }
-                ]
-            },
-            "names": {
-                "value": [
-                    {
-                        "_languageCode": "eng-GB",
-                        "#text": "Art1"
-                    }
-                ]
-            },
-            "Content": {
-                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                "_href": "/api/ibexa/v2/content/objects/61"
-            }
-        },
-        "Fields": {
-            "field": [
-                {
-                    "id": 279,
-                    "fieldDefinitionIdentifier": "title",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezstring",
-                    "fieldValue": "Art1"
-                },
-                {
-                    "id": 280,
-                    "fieldDefinitionIdentifier": "short_title",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezstring",
-                    "fieldValue": null
-                },
-                {
-                    "id": 281,
-                    "fieldDefinitionIdentifier": "author",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezauthor",
-                    "fieldValue": [
-                        {
-                            "id": "1",
-                            "name": "Administrator User",
-                            "email": "admin@link.invalid"
-                        }
-                    ]
-                },
-                {
-                    "id": 282,
-                    "fieldDefinitionIdentifier": "intro",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezrichtext",
-                    "fieldValue": {
-                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>aaaaa</para></section>\n",
-                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>aaaaa</p></section>\n"
-                    }
-                },
-                {
-                    "id": 283,
-                    "fieldDefinitionIdentifier": "body",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezrichtext",
-                    "fieldValue": {
-                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
-                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
-                    }
-                },
-                {
-                    "id": 284,
-                    "fieldDefinitionIdentifier": "enable_comments",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezboolean",
-                    "fieldValue": false
-                },
-                {
-                    "id": 285,
-                    "fieldDefinitionIdentifier": "image",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezimageasset",
-                    "fieldValue": {
-                        "destinationContentId": "62",
-                        "alternativeText": null,
-                        "source": null,
-                        "variations": {
-                            "article_full": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full"
-                            },
-                            "content_list": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list"
-                            },
-                            "dog_breed_full": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full"
-                            },
-                            "ezplatform_admin_ui_profile_picture_user_menu": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu"
-                            },
-                            "featured_article": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article"
-                            },
-                            "fourth_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3"
-                            },
-                            "fourth_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2"
-                            },
-                            "full_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3"
-                            },
-                            "full_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2"
-                            },
-                            "gallery": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery"
-                            },
-                            "half_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3"
-                            },
-                            "half_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2"
-                            },
-                            "large": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/large"
-                            },
-                            "medium": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/medium"
-                            },
-                            "reference": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/reference"
-                            },
-                            "small": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/small"
-                            },
-                            "third_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3"
-                            },
-                            "third_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2"
-                            },
-                            "tiny": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny"
-                            }
-                        }
-                    }
-                }
-            ]
-        },
-        "Relations": {
-            "_media-type": "application/vnd.ibexa.api.RelationList+json",
-            "_href": "/api/ibexa/v2/content/objects/61/versions/3/relations",
-            "Relation": [
-                {
-                    "_media-type": "application/vnd.ibexa.api.Relation+json",
-                    "_href": "/api/ibexa/v2/content/objects/61/versions/3/relations/17",
-                    "SourceContent": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/61"
-                    },
-                    "DestinationContent": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/62"
-                    },
-                    "SourceFieldDefinitionIdentifier": "image",
-                    "RelationType": "ASSET"
-                }
-            ]
-        },
-        "Thumbnail": {
-            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
-            "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
-            "width": null,
-            "height": null,
-            "mimeType": "image/svg+xml"
-        }
-    }
-}
+                                            
+                                                {
+    "Version": {
+        "_media-type": "application/vnd.ibexa.api.Version+json",
+        "_href": "/api/ibexa/v2/content/objects/61/versions/3",
+        "VersionInfo": {
+            "id": 581,
+            "versionNo": 3,
+            "status": "DRAFT",
+            "modificationDate": "2021-07-26T08:16:50+00:00",
+            "Creator": {
+                "_media-type": "application/vnd.ibexa.api.User+json",
+                "_href": "/api/ibexa/v2/user/users/14"
+            },
+            "creationDate": "2021-07-26T08:16:50+00:00",
+            "initialLanguageCode": "eng-GB",
+            "languageCodes": "eng-GB",
+            "VersionTranslationInfo": {
+                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                "Language": [
+                    {
+                        "languageCode": "eng-GB"
+                    }
+                ]
+            },
+            "names": {
+                "value": [
+                    {
+                        "_languageCode": "eng-GB",
+                        "#text": "Art1"
+                    }
+                ]
+            },
+            "Content": {
+                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                "_href": "/api/ibexa/v2/content/objects/61"
+            }
+        },
+        "Fields": {
+            "field": [
+                {
+                    "id": 279,
+                    "fieldDefinitionIdentifier": "title",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezstring",
+                    "fieldValue": "Art1"
+                },
+                {
+                    "id": 280,
+                    "fieldDefinitionIdentifier": "short_title",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezstring",
+                    "fieldValue": null
+                },
+                {
+                    "id": 281,
+                    "fieldDefinitionIdentifier": "author",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezauthor",
+                    "fieldValue": [
+                        {
+                            "id": "1",
+                            "name": "Administrator User",
+                            "email": "admin@link.invalid"
+                        }
+                    ]
+                },
+                {
+                    "id": 282,
+                    "fieldDefinitionIdentifier": "intro",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezrichtext",
+                    "fieldValue": {
+                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>aaaaa</para></section>\n",
+                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>aaaaa</p></section>\n"
+                    }
+                },
+                {
+                    "id": 283,
+                    "fieldDefinitionIdentifier": "body",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezrichtext",
+                    "fieldValue": {
+                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
+                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
+                    }
+                },
+                {
+                    "id": 284,
+                    "fieldDefinitionIdentifier": "enable_comments",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezboolean",
+                    "fieldValue": false
+                },
+                {
+                    "id": 285,
+                    "fieldDefinitionIdentifier": "image",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezimageasset",
+                    "fieldValue": {
+                        "destinationContentId": "62",
+                        "alternativeText": null,
+                        "source": null,
+                        "variations": {
+                            "article_full": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full"
+                            },
+                            "content_list": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list"
+                            },
+                            "dog_breed_full": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full"
+                            },
+                            "ezplatform_admin_ui_profile_picture_user_menu": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu"
+                            },
+                            "featured_article": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article"
+                            },
+                            "fourth_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3"
+                            },
+                            "fourth_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2"
+                            },
+                            "full_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3"
+                            },
+                            "full_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2"
+                            },
+                            "gallery": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery"
+                            },
+                            "half_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3"
+                            },
+                            "half_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2"
+                            },
+                            "large": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/large"
+                            },
+                            "medium": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/medium"
+                            },
+                            "reference": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/reference"
+                            },
+                            "small": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/small"
+                            },
+                            "third_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3"
+                            },
+                            "third_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2"
+                            },
+                            "tiny": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny"
+                            }
+                        }
+                    }
+                }
+            ]
+        },
+        "Relations": {
+            "_media-type": "application/vnd.ibexa.api.RelationList+json",
+            "_href": "/api/ibexa/v2/content/objects/61/versions/3/relations",
+            "Relation": [
+                {
+                    "_media-type": "application/vnd.ibexa.api.Relation+json",
+                    "_href": "/api/ibexa/v2/content/objects/61/versions/3/relations/17",
+                    "SourceContent": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/61"
+                    },
+                    "DestinationContent": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/62"
+                    },
+                    "SourceFieldDefinitionIdentifier": "image",
+                    "RelationType": "ASSET"
+                }
+            ]
+        },
+        "Thumbnail": {
+            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
+            "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
+            "width": null,
+            "height": null,
+            "mimeType": "image/svg+xml"
+        }
+    }
+}
 
                                             
@@ -9697,32 +9709,32 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<VersionUpdate xmlns:p="http://ez.no/API/Values"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://ez.no/API/Values ../VersionUpdate.xsd ">
-  <modificationDate>2012-02-20T12:00:00</modificationDate>
-  <initialLanguageCode>ger-DE</initialLanguageCode>
-  <fields>
-    <field>
-      <id>1234</id>
-      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-      <languageCode>ger-DE</languageCode>
-      <fieldValue>Neuer Titel</fieldValue>
-    </field>
-    <field>
-      <id>1235</id>
-      <fieldDefinitionIdentifier>summary</fieldDefinitionIdentifier>
-      <languageCode>ger-DE</languageCode>
-      <fieldValue>Dies ist eine neuse Zusammenfassungy</fieldValue>
-    </field>
-  </fields>
-</VersionUpdate>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<VersionUpdate xmlns:p="http://ez.no/API/Values"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://ez.no/API/Values ../VersionUpdate.xsd ">
+  <modificationDate>2012-02-20T12:00:00</modificationDate>
+  <initialLanguageCode>ger-DE</initialLanguageCode>
+  <fields>
+    <field>
+      <id>1234</id>
+      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+      <languageCode>ger-DE</languageCode>
+      <fieldValue>Neuer Titel</fieldValue>
+    </field>
+    <field>
+      <id>1235</id>
+      <fieldDefinitionIdentifier>summary</fieldDefinitionIdentifier>
+      <languageCode>ger-DE</languageCode>
+      <fieldValue>Dies ist eine neuse Zusammenfassungy</fieldValue>
+    </field>
+  </fields>
+</VersionUpdate>
 
                             
@@ -9775,32 +9787,32 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<VersionUpdate xmlns:p="http://ez.no/API/Values"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://ez.no/API/Values ../VersionUpdate.xsd ">
-  <modificationDate>2012-02-20T12:00:00</modificationDate>
-  <initialLanguageCode>ger-DE</initialLanguageCode>
-  <fields>
-    <field>
-      <id>1234</id>
-      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-      <languageCode>ger-DE</languageCode>
-      <fieldValue>Neuer Titel</fieldValue>
-    </field>
-    <field>
-      <id>1235</id>
-      <fieldDefinitionIdentifier>summary</fieldDefinitionIdentifier>
-      <languageCode>ger-DE</languageCode>
-      <fieldValue>Dies ist eine neuse Zusammenfassungy</fieldValue>
-    </field>
-  </fields>
-</VersionUpdate>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<VersionUpdate xmlns:p="http://ez.no/API/Values"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://ez.no/API/Values ../VersionUpdate.xsd ">
+  <modificationDate>2012-02-20T12:00:00</modificationDate>
+  <initialLanguageCode>ger-DE</initialLanguageCode>
+  <fields>
+    <field>
+      <id>1234</id>
+      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+      <languageCode>ger-DE</languageCode>
+      <fieldValue>Neuer Titel</fieldValue>
+    </field>
+    <field>
+      <id>1235</id>
+      <fieldDefinitionIdentifier>summary</fieldDefinitionIdentifier>
+      <languageCode>ger-DE</languageCode>
+      <fieldValue>Dies ist eine neuse Zusammenfassungy</fieldValue>
+    </field>
+  </fields>
+</VersionUpdate>
 
                                             
@@ -9844,36 +9856,37 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Version href="/content/objects/23/versions/4" media-type="application/vnd.ibexa.api.Version+xml">
-  <VersionInfo>
-    <id>45</id>
-    <versionNo>4</versionNo>
-    <status>DRAFT</status>
-    <modificationDate>2012-02-20T12:00:00</modificationDate>
-    <Creator href="/user/users/44" media-type="application/vnd.ibexa.api.User+xml" />
-    <creationDate>22012-02-20T12:00:00</creationDate>
-    <initialLanguageCode>ger-DE</initialLanguageCode>
-    <names>
-      <value languageCode="ger-DE">Neuer Titel</value>
-    </names>
-    <Content href="/content/objects/23" media-type="application/vnd.ibexa.api.ContentInfo+xml" />
-  </VersionInfo>
-  <Fields>
-    <field>
-      <id>1234</id>
-      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-      <languageCode>ger-DE</languageCode>
-      <fieldValue>Neuer Titel</fieldValue>
-    </field>
-    <field>
-      <id>1235</id>
-      <fieldDefinitionIdentifier>summary</fieldDefinitionIde
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Version href="/content/objects/23/versions/4" media-type="application/vnd.ibexa.api.Version+xml">
+  <VersionInfo>
+    <id>45</id>
+    <versionNo>4</versionNo>
+    <status>DRAFT</status>
+    <modificationDate>2012-02-20T12:00:00</modificationDate>
+    <Creator href="/user/users/44" media-type="application/vnd.ibexa.api.User+xml" />
+    <creationDate>22012-02-20T12:00:00</creationDate>
+    <initialLanguageCode>ger-DE</initialLanguageCode>
+    <names>
+      <value languageCode="ger-DE">Neuer Titel</value>
+    </names>
+    <Content href="/content/objects/23" media-type="application/vnd.ibexa.api.ContentInfo+xml" />
+  </VersionInfo>
+  <Fields>
+    <field>
+      <id>1234</id>
+      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+      <languageCode>ger-DE</languageCode>
+      <fieldValue>Neuer Titel</fieldValue>
+    </field>
+    <field>
+      <id>1235</id>
+      <fieldDefinitionIdentifier>summary</fieldDefinitionIdentifier>
+      <language
                             
View more @@ -9928,59 +9941,59 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Version href="/content/objects/23/versions/4" media-type="application/vnd.ibexa.api.Version+xml">
-  <VersionInfo>
-    <id>45</id>
-    <versionNo>4</versionNo>
-    <status>DRAFT</status>
-    <modificationDate>2012-02-20T12:00:00</modificationDate>
-    <Creator href="/user/users/44" media-type="application/vnd.ibexa.api.User+xml" />
-    <creationDate>22012-02-20T12:00:00</creationDate>
-    <initialLanguageCode>ger-DE</initialLanguageCode>
-    <names>
-      <value languageCode="ger-DE">Neuer Titel</value>
-    </names>
-    <Content href="/content/objects/23" media-type="application/vnd.ibexa.api.ContentInfo+xml" />
-  </VersionInfo>
-  <Fields>
-    <field>
-      <id>1234</id>
-      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-      <languageCode>ger-DE</languageCode>
-      <fieldValue>Neuer Titel</fieldValue>
-    </field>
-    <field>
-      <id>1235</id>
-      <fieldDefinitionIdentifier>summary</fieldDefinitionIdentifier>
-      <languageCode>ger-DE</languageCode>
-      <fieldValue>Dies ist eine neuse Zusammenfassungy</fieldValue>
-    </field>
-    <field>
-      <fieldDefinitionIdentifier>authors</fieldDefinitionIdentifier>
-      <languageCode>ger-DE</languageCode>
-      <fieldValue>
-        <authors>
-          <author name="Klaus Mustermann" email="klaus.mustermann@example.net" />
-        </authors>
-      </fieldValue>
-    </field>
-  </Fields>
-  <Relations>
-    <Relation href="/content/object/32/versions/2/relations/43" media-type="application/vnd.ibexa.api.Relation+xml">
-      <SourceContent href="/content/objects/23"
-        media-type="application/vnd.ibexa.api.ContentInfo+xml" />
-      <DestinationContent href="/content/objects/45"
-        media-type="application/vnd.ibexa.api.ContentInfo+xml" />
-      <RelationType>COMMON</RelationType>
-    </Relation>
-  </Relations>
-</Version>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Version href="/content/objects/23/versions/4" media-type="application/vnd.ibexa.api.Version+xml">
+  <VersionInfo>
+    <id>45</id>
+    <versionNo>4</versionNo>
+    <status>DRAFT</status>
+    <modificationDate>2012-02-20T12:00:00</modificationDate>
+    <Creator href="/user/users/44" media-type="application/vnd.ibexa.api.User+xml" />
+    <creationDate>22012-02-20T12:00:00</creationDate>
+    <initialLanguageCode>ger-DE</initialLanguageCode>
+    <names>
+      <value languageCode="ger-DE">Neuer Titel</value>
+    </names>
+    <Content href="/content/objects/23" media-type="application/vnd.ibexa.api.ContentInfo+xml" />
+  </VersionInfo>
+  <Fields>
+    <field>
+      <id>1234</id>
+      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+      <languageCode>ger-DE</languageCode>
+      <fieldValue>Neuer Titel</fieldValue>
+    </field>
+    <field>
+      <id>1235</id>
+      <fieldDefinitionIdentifier>summary</fieldDefinitionIdentifier>
+      <languageCode>ger-DE</languageCode>
+      <fieldValue>Dies ist eine neuse Zusammenfassungy</fieldValue>
+    </field>
+    <field>
+      <fieldDefinitionIdentifier>authors</fieldDefinitionIdentifier>
+      <languageCode>ger-DE</languageCode>
+      <fieldValue>
+        <authors>
+          <author name="Klaus Mustermann" email="klaus.mustermann@example.net" />
+        </authors>
+      </fieldValue>
+    </field>
+  </Fields>
+  <Relations>
+    <Relation href="/content/object/32/versions/2/relations/43" media-type="application/vnd.ibexa.api.Relation+xml">
+      <SourceContent href="/content/objects/23"
+        media-type="application/vnd.ibexa.api.ContentInfo+xml" />
+      <DestinationContent href="/content/objects/45"
+        media-type="application/vnd.ibexa.api.ContentInfo+xml" />
+      <RelationType>COMMON</RelationType>
+    </Relation>
+  </Relations>
+</Version>
 
                                             
@@ -10167,31 +10180,31 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
-    <VersionInfo>
-        <id>582</id>
-        <versionNo>3</versionNo>
-        <status>DRAFT</status>
-        <modificationDate>2021-07-26T08:54:47+00:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2021-07-26T08:54:47+00:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Art1</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+x
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
+    <VersionInfo>
+        <id>582</id>
+        <versionNo>3</versionNo>
+        <status>DRAFT</status>
+        <modificationDate>2021-07-26T08:54:47+00:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2021-07-26T08:54:47+00:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Art1</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibex
                             
View more @@ -10203,38 +10216,39 @@
Types
file_copy

-
-                                {
-    "Version": {
-        "_media-type": "application/vnd.ibexa.api.Version+json",
-        "_href": "/api/ibexa/v2/content/objects/61/versions/4",
-        "VersionInfo": {
-            "id": 583,
-            "versionNo": 4,
-            "status": "DRAFT",
-            "modificationDate": "2021-07-26T08:55:27+00:00",
-            "Creator": {
-                "_media-type": "application/vnd.ibexa.api.User+json",
-                "_href": "/api/ibexa/v2/user/users/14"
-            },
-            "creationDate": "2021-07-26T08:55:27+00:00",
-            "initialLanguageCode": "eng-GB",
-            "languageCodes": "eng-GB",
-            "VersionTranslationInfo": {
-                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                "Language": [
-                    {
-                        "languageCode": "eng-GB"
-                    }
-                ]
-            },
-            "names": {
-                "value": [
-                  
+                            
+                                {
+    "Version": {
+        "_media-type": "application/vnd.ibexa.api.Version+json",
+        "_href": "/api/ibexa/v2/content/objects/61/versions/4",
+        "VersionInfo": {
+            "id": 583,
+            "versionNo": 4,
+            "status": "DRAFT",
+            "modificationDate": "2021-07-26T08:55:27+00:00",
+            "Creator": {
+                "_media-type": "application/vnd.ibexa.api.User+json",
+                "_href": "/api/ibexa/v2/user/users/14"
+            },
+            "creationDate": "2021-07-26T08:55:27+00:00",
+            "initialLanguageCode": "eng-GB",
+            "languageCodes": "eng-GB",
+            "VersionTranslationInfo": {
+                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                "Language": [
+                    {
+                        "languageCode": "eng-GB"
+                    }
+                ]
+            },
+            "names": {
+                "value": [
+                    {
+                      
                             
View more @@ -10302,181 +10316,181 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
-    <VersionInfo>
-        <id>582</id>
-        <versionNo>3</versionNo>
-        <status>DRAFT</status>
-        <modificationDate>2021-07-26T08:54:47+00:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2021-07-26T08:54:47+00:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Art1</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
-    </VersionInfo>
-    <Fields>
-        <field>
-            <id>279</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Art1</fieldValue>
-        </field>
-        <field>
-            <id>280</id>
-            <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue/>
-        </field>
-        <field>
-            <id>281</id>
-            <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">1</value>
-                    <value key="name">Administrator User</value>
-                    <value key="email">admin@link.invalid</value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>282</id>
-            <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;aaaaa&lt;/para&gt;&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;aaaaa&lt;/p&gt;&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>283</id>
-            <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>284</id>
-            <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>285</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezimageasset</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="destinationContentId">62</value>
-                <value key="alternativeText"/>
-                <value key="source"/>
-                <value key="variations">
-                    <value key="article_full">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full</value>
-                    </value>
-                    <value key="content_list">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list</value>
-                    </value>
-                    <value key="dog_breed_full">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="featured_article">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article</value>
-                    </value>
-                    <value key="fourth_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3</value>
-                    </value>
-                    <value key="fourth_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2</value>
-                    </value>
-                    <value key="full_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3</value>
-                    </value>
-                    <value key="full_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery</value>
-                    </value>
-                    <value key="half_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3</value>
-                    </value>
-                    <value key="half_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/medium</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/reference</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/small</value>
-                    </value>
-                    <value key="third_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3</value>
-                    </value>
-                    <value key="third_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-    </Fields>
-    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/61/versions/3/relations">
-        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/61/versions/3/relations/18">
-            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
-            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/62"/>
-            <SourceFieldDefinitionIdentifier>image</SourceFieldDefinitionIdentifier>
-            <RelationType>ASSET</RelationType>
-        </Relation>
-    </Relations>
-    <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
-        <resource>/bundles/ezplatformadminui/img/ez-icons.svg#article</resource>
-        <width></width>
-        <height></height>
-        <mimeType>image/svg+xml</mimeType>
-    </Thumbnail>
-</Version>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
+    <VersionInfo>
+        <id>582</id>
+        <versionNo>3</versionNo>
+        <status>DRAFT</status>
+        <modificationDate>2021-07-26T08:54:47+00:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2021-07-26T08:54:47+00:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Art1</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
+    </VersionInfo>
+    <Fields>
+        <field>
+            <id>279</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Art1</fieldValue>
+        </field>
+        <field>
+            <id>280</id>
+            <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue/>
+        </field>
+        <field>
+            <id>281</id>
+            <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">1</value>
+                    <value key="name">Administrator User</value>
+                    <value key="email">admin@link.invalid</value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>282</id>
+            <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;aaaaa&lt;/para&gt;&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;aaaaa&lt;/p&gt;&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>283</id>
+            <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>284</id>
+            <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>285</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezimageasset</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="destinationContentId">62</value>
+                <value key="alternativeText"/>
+                <value key="source"/>
+                <value key="variations">
+                    <value key="article_full">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full</value>
+                    </value>
+                    <value key="content_list">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list</value>
+                    </value>
+                    <value key="dog_breed_full">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="featured_article">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article</value>
+                    </value>
+                    <value key="fourth_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3</value>
+                    </value>
+                    <value key="fourth_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2</value>
+                    </value>
+                    <value key="full_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3</value>
+                    </value>
+                    <value key="full_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery</value>
+                    </value>
+                    <value key="half_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3</value>
+                    </value>
+                    <value key="half_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/medium</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/reference</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/small</value>
+                    </value>
+                    <value key="third_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3</value>
+                    </value>
+                    <value key="third_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+    </Fields>
+    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/61/versions/3/relations">
+        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/61/versions/3/relations/18">
+            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
+            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/62"/>
+            <SourceFieldDefinitionIdentifier>image</SourceFieldDefinitionIdentifier>
+            <RelationType>ASSET</RelationType>
+        </Relation>
+    </Relations>
+    <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
+        <resource>/bundles/ezplatformadminui/img/ez-icons.svg#article</resource>
+        <width></width>
+        <height></height>
+        <mimeType>image/svg+xml</mimeType>
+    </Thumbnail>
+</Version>
 
                                             
@@ -10489,205 +10503,205 @@
Types
file_copy

-
-                                                {
-    "Version": {
-        "_media-type": "application/vnd.ibexa.api.Version+json",
-        "_href": "/api/ibexa/v2/content/objects/61/versions/4",
-        "VersionInfo": {
-            "id": 583,
-            "versionNo": 4,
-            "status": "DRAFT",
-            "modificationDate": "2021-07-26T08:55:27+00:00",
-            "Creator": {
-                "_media-type": "application/vnd.ibexa.api.User+json",
-                "_href": "/api/ibexa/v2/user/users/14"
-            },
-            "creationDate": "2021-07-26T08:55:27+00:00",
-            "initialLanguageCode": "eng-GB",
-            "languageCodes": "eng-GB",
-            "VersionTranslationInfo": {
-                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                "Language": [
-                    {
-                        "languageCode": "eng-GB"
-                    }
-                ]
-            },
-            "names": {
-                "value": [
-                    {
-                        "_languageCode": "eng-GB",
-                        "#text": "Art1"
-                    }
-                ]
-            },
-            "Content": {
-                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                "_href": "/api/ibexa/v2/content/objects/61"
-            }
-        },
-        "Fields": {
-            "field": [
-                {
-                    "id": 279,
-                    "fieldDefinitionIdentifier": "title",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezstring",
-                    "fieldValue": "Art1"
-                },
-                {
-                    "id": 280,
-                    "fieldDefinitionIdentifier": "short_title",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezstring",
-                    "fieldValue": null
-                },
-                {
-                    "id": 281,
-                    "fieldDefinitionIdentifier": "author",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezauthor",
-                    "fieldValue": [
-                        {
-                            "id": "1",
-                            "name": "Administrator User",
-                            "email": "admin@link.invalid"
-                        }
-                    ]
-                },
-                {
-                    "id": 282,
-                    "fieldDefinitionIdentifier": "intro",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezrichtext",
-                    "fieldValue": {
-                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>aaaaa</para></section>\n",
-                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>aaaaa</p></section>\n"
-                    }
-                },
-                {
-                    "id": 283,
-                    "fieldDefinitionIdentifier": "body",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezrichtext",
-                    "fieldValue": {
-                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
-                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
-                    }
-                },
-                {
-                    "id": 284,
-                    "fieldDefinitionIdentifier": "enable_comments",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezboolean",
-                    "fieldValue": false
-                },
-                {
-                    "id": 285,
-                    "fieldDefinitionIdentifier": "image",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezimageasset",
-                    "fieldValue": {
-                        "destinationContentId": "62",
-                        "alternativeText": null,
-                        "source": null,
-                        "variations": {
-                            "article_full": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full"
-                            },
-                            "content_list": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list"
-                            },
-                            "dog_breed_full": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full"
-                            },
-                            "ezplatform_admin_ui_profile_picture_user_menu": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu"
-                            },
-                            "featured_article": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article"
-                            },
-                            "fourth_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3"
-                            },
-                            "fourth_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2"
-                            },
-                            "full_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3"
-                            },
-                            "full_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2"
-                            },
-                            "gallery": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery"
-                            },
-                            "half_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3"
-                            },
-                            "half_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2"
-                            },
-                            "large": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/large"
-                            },
-                            "medium": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/medium"
-                            },
-                            "reference": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/reference"
-                            },
-                            "small": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/small"
-                            },
-                            "third_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3"
-                            },
-                            "third_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2"
-                            },
-                            "tiny": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny"
-                            }
-                        }
-                    }
-                }
-            ]
-        },
-        "Relations": {
-            "_media-type": "application/vnd.ibexa.api.RelationList+json",
-            "_href": "/api/ibexa/v2/content/objects/61/versions/4/relations",
-            "Relation": [
-                {
-                    "_media-type": "application/vnd.ibexa.api.Relation+json",
-                    "_href": "/api/ibexa/v2/content/objects/61/versions/4/relations/19",
-                    "SourceContent": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/61"
-                    },
-                    "DestinationContent": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/62"
-                    },
-                    "SourceFieldDefinitionIdentifier": "image",
-                    "RelationType": "ASSET"
-                }
-            ]
-        },
-        "Thumbnail": {
-            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
-            "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
-            "width": null,
-            "height": null,
-            "mimeType": "image/svg+xml"
-        }
-    }
-}
+                                            
+                                                {
+    "Version": {
+        "_media-type": "application/vnd.ibexa.api.Version+json",
+        "_href": "/api/ibexa/v2/content/objects/61/versions/4",
+        "VersionInfo": {
+            "id": 583,
+            "versionNo": 4,
+            "status": "DRAFT",
+            "modificationDate": "2021-07-26T08:55:27+00:00",
+            "Creator": {
+                "_media-type": "application/vnd.ibexa.api.User+json",
+                "_href": "/api/ibexa/v2/user/users/14"
+            },
+            "creationDate": "2021-07-26T08:55:27+00:00",
+            "initialLanguageCode": "eng-GB",
+            "languageCodes": "eng-GB",
+            "VersionTranslationInfo": {
+                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                "Language": [
+                    {
+                        "languageCode": "eng-GB"
+                    }
+                ]
+            },
+            "names": {
+                "value": [
+                    {
+                        "_languageCode": "eng-GB",
+                        "#text": "Art1"
+                    }
+                ]
+            },
+            "Content": {
+                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                "_href": "/api/ibexa/v2/content/objects/61"
+            }
+        },
+        "Fields": {
+            "field": [
+                {
+                    "id": 279,
+                    "fieldDefinitionIdentifier": "title",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezstring",
+                    "fieldValue": "Art1"
+                },
+                {
+                    "id": 280,
+                    "fieldDefinitionIdentifier": "short_title",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezstring",
+                    "fieldValue": null
+                },
+                {
+                    "id": 281,
+                    "fieldDefinitionIdentifier": "author",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezauthor",
+                    "fieldValue": [
+                        {
+                            "id": "1",
+                            "name": "Administrator User",
+                            "email": "admin@link.invalid"
+                        }
+                    ]
+                },
+                {
+                    "id": 282,
+                    "fieldDefinitionIdentifier": "intro",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezrichtext",
+                    "fieldValue": {
+                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>aaaaa</para></section>\n",
+                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>aaaaa</p></section>\n"
+                    }
+                },
+                {
+                    "id": 283,
+                    "fieldDefinitionIdentifier": "body",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezrichtext",
+                    "fieldValue": {
+                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
+                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
+                    }
+                },
+                {
+                    "id": 284,
+                    "fieldDefinitionIdentifier": "enable_comments",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezboolean",
+                    "fieldValue": false
+                },
+                {
+                    "id": 285,
+                    "fieldDefinitionIdentifier": "image",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezimageasset",
+                    "fieldValue": {
+                        "destinationContentId": "62",
+                        "alternativeText": null,
+                        "source": null,
+                        "variations": {
+                            "article_full": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full"
+                            },
+                            "content_list": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list"
+                            },
+                            "dog_breed_full": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full"
+                            },
+                            "ezplatform_admin_ui_profile_picture_user_menu": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu"
+                            },
+                            "featured_article": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article"
+                            },
+                            "fourth_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3"
+                            },
+                            "fourth_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2"
+                            },
+                            "full_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3"
+                            },
+                            "full_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2"
+                            },
+                            "gallery": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery"
+                            },
+                            "half_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3"
+                            },
+                            "half_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2"
+                            },
+                            "large": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/large"
+                            },
+                            "medium": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/medium"
+                            },
+                            "reference": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/reference"
+                            },
+                            "small": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/small"
+                            },
+                            "third_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3"
+                            },
+                            "third_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2"
+                            },
+                            "tiny": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny"
+                            }
+                        }
+                    }
+                }
+            ]
+        },
+        "Relations": {
+            "_media-type": "application/vnd.ibexa.api.RelationList+json",
+            "_href": "/api/ibexa/v2/content/objects/61/versions/4/relations",
+            "Relation": [
+                {
+                    "_media-type": "application/vnd.ibexa.api.Relation+json",
+                    "_href": "/api/ibexa/v2/content/objects/61/versions/4/relations/19",
+                    "SourceContent": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/61"
+                    },
+                    "DestinationContent": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/62"
+                    },
+                    "SourceFieldDefinitionIdentifier": "image",
+                    "RelationType": "ASSET"
+                }
+            ]
+        },
+        "Thumbnail": {
+            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
+            "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
+            "width": null,
+            "height": null,
+            "mimeType": "image/svg+xml"
+        }
+    }
+}
 
                                             
@@ -11203,31 +11217,31 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/59/versions/1">
-    <VersionInfo>
-        <id>519</id>
-        <versionNo>1</versionNo>
-        <status>PUBLISHED</status>
-        <modificationDate>2021-06-28T11:33:01+00:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2021-06-28T11:32:39+00:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Art1</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentIn
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/59/versions/1">
+    <VersionInfo>
+        <id>519</id>
+        <versionNo>1</versionNo>
+        <status>PUBLISHED</status>
+        <modificationDate>2021-06-28T11:33:01+00:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2021-06-28T11:32:39+00:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Art1</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/
                             
View more @@ -11239,38 +11253,39 @@
Types
file_copy

-
-                                {
-    "Version": {
-        "_media-type": "application/vnd.ibexa.api.Version+json",
-        "_href": "/api/ibexa/v2/content/objects/59/versions/1",
-        "VersionInfo": {
-            "id": 519,
-            "versionNo": 1,
-            "status": "PUBLISHED",
-            "modificationDate": "2021-06-28T11:33:01+00:00",
-            "Creator": {
-                "_media-type": "application/vnd.ibexa.api.User+json",
-                "_href": "/api/ibexa/v2/user/users/14"
-            },
-            "creationDate": "2021-06-28T11:32:39+00:00",
-            "initialLanguageCode": "eng-GB",
-            "languageCodes": "eng-GB",
-            "VersionTranslationInfo": {
-                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                "Language": [
-                    {
-                        "languageCode": "eng-GB"
-                    }
-                ]
-            },
-            "names": {
-                "value": [
-              
+                            
+                                {
+    "Version": {
+        "_media-type": "application/vnd.ibexa.api.Version+json",
+        "_href": "/api/ibexa/v2/content/objects/59/versions/1",
+        "VersionInfo": {
+            "id": 519,
+            "versionNo": 1,
+            "status": "PUBLISHED",
+            "modificationDate": "2021-06-28T11:33:01+00:00",
+            "Creator": {
+                "_media-type": "application/vnd.ibexa.api.User+json",
+                "_href": "/api/ibexa/v2/user/users/14"
+            },
+            "creationDate": "2021-06-28T11:32:39+00:00",
+            "initialLanguageCode": "eng-GB",
+            "languageCodes": "eng-GB",
+            "VersionTranslationInfo": {
+                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                "Language": [
+                    {
+                        "languageCode": "eng-GB"
+                    }
+                ]
+            },
+            "names": {
+                "value": [
+                    {
+                  
                             
View more @@ -11338,181 +11353,181 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/59/versions/1">
-    <VersionInfo>
-        <id>519</id>
-        <versionNo>1</versionNo>
-        <status>PUBLISHED</status>
-        <modificationDate>2021-06-28T11:33:01+00:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2021-06-28T11:32:39+00:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Art1</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
-    </VersionInfo>
-    <Fields>
-        <field>
-            <id>269</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Art1</fieldValue>
-        </field>
-        <field>
-            <id>270</id>
-            <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue/>
-        </field>
-        <field>
-            <id>271</id>
-            <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">1</value>
-                    <value key="name">Administrator User</value>
-                    <value key="email">admin@link.invalid</value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>272</id>
-            <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;aaaaa&lt;/para&gt;&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;aaaaa&lt;/p&gt;&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>273</id>
-            <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>274</id>
-            <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>275</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezimageasset</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="destinationContentId">60</value>
-                <value key="alternativeText"/>
-                <value key="source"/>
-                <value key="variations">
-                    <value key="article_full">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/article_full</value>
-                    </value>
-                    <value key="content_list">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/content_list</value>
-                    </value>
-                    <value key="dog_breed_full">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/dog_breed_full</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="featured_article">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/featured_article</value>
-                    </value>
-                    <value key="fourth_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/fourth_width_2_3</value>
-                    </value>
-                    <value key="fourth_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/fourth_width_3_2</value>
-                    </value>
-                    <value key="full_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/full_width_2_3</value>
-                    </value>
-                    <value key="full_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/full_width_3_2</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/gallery</value>
-                    </value>
-                    <value key="half_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/half_width_2_3</value>
-                    </value>
-                    <value key="half_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/half_width_3_2</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/medium</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/reference</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/small</value>
-                    </value>
-                    <value key="third_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/third_width_2_3</value>
-                    </value>
-                    <value key="third_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/third_width_3_2</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-    </Fields>
-    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/59/versions/1/relations">
-        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/59/versions/1/relations/1">
-            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
-            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/60"/>
-            <SourceFieldDefinitionIdentifier>image</SourceFieldDefinitionIdentifier>
-            <RelationType>ASSET</RelationType>
-        </Relation>
-    </Relations>
-    <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
-        <resource>/bundles/ezplatformadminui/img/ez-icons.svg#article</resource>
-        <width></width>
-        <height></height>
-        <mimeType>image/svg+xml</mimeType>
-    </Thumbnail>
-</Version>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/59/versions/1">
+    <VersionInfo>
+        <id>519</id>
+        <versionNo>1</versionNo>
+        <status>PUBLISHED</status>
+        <modificationDate>2021-06-28T11:33:01+00:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2021-06-28T11:32:39+00:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Art1</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
+    </VersionInfo>
+    <Fields>
+        <field>
+            <id>269</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Art1</fieldValue>
+        </field>
+        <field>
+            <id>270</id>
+            <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue/>
+        </field>
+        <field>
+            <id>271</id>
+            <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">1</value>
+                    <value key="name">Administrator User</value>
+                    <value key="email">admin@link.invalid</value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>272</id>
+            <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;aaaaa&lt;/para&gt;&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;aaaaa&lt;/p&gt;&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>273</id>
+            <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>274</id>
+            <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>275</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezimageasset</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="destinationContentId">60</value>
+                <value key="alternativeText"/>
+                <value key="source"/>
+                <value key="variations">
+                    <value key="article_full">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/article_full</value>
+                    </value>
+                    <value key="content_list">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/content_list</value>
+                    </value>
+                    <value key="dog_breed_full">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/dog_breed_full</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="featured_article">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/featured_article</value>
+                    </value>
+                    <value key="fourth_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/fourth_width_2_3</value>
+                    </value>
+                    <value key="fourth_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/fourth_width_3_2</value>
+                    </value>
+                    <value key="full_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/full_width_2_3</value>
+                    </value>
+                    <value key="full_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/full_width_3_2</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/gallery</value>
+                    </value>
+                    <value key="half_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/half_width_2_3</value>
+                    </value>
+                    <value key="half_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/half_width_3_2</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/medium</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/reference</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/small</value>
+                    </value>
+                    <value key="third_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/third_width_2_3</value>
+                    </value>
+                    <value key="third_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/third_width_3_2</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+    </Fields>
+    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/59/versions/1/relations">
+        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/59/versions/1/relations/1">
+            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
+            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/60"/>
+            <SourceFieldDefinitionIdentifier>image</SourceFieldDefinitionIdentifier>
+            <RelationType>ASSET</RelationType>
+        </Relation>
+    </Relations>
+    <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
+        <resource>/bundles/ezplatformadminui/img/ez-icons.svg#article</resource>
+        <width></width>
+        <height></height>
+        <mimeType>image/svg+xml</mimeType>
+    </Thumbnail>
+</Version>
 
                                             
@@ -11525,205 +11540,205 @@
Types
file_copy

-
-                                                {
-    "Version": {
-        "_media-type": "application/vnd.ibexa.api.Version+json",
-        "_href": "/api/ibexa/v2/content/objects/59/versions/1",
-        "VersionInfo": {
-            "id": 519,
-            "versionNo": 1,
-            "status": "PUBLISHED",
-            "modificationDate": "2021-06-28T11:33:01+00:00",
-            "Creator": {
-                "_media-type": "application/vnd.ibexa.api.User+json",
-                "_href": "/api/ibexa/v2/user/users/14"
-            },
-            "creationDate": "2021-06-28T11:32:39+00:00",
-            "initialLanguageCode": "eng-GB",
-            "languageCodes": "eng-GB",
-            "VersionTranslationInfo": {
-                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                "Language": [
-                    {
-                        "languageCode": "eng-GB"
-                    }
-                ]
-            },
-            "names": {
-                "value": [
-                    {
-                        "_languageCode": "eng-GB",
-                        "#text": "Art1"
-                    }
-                ]
-            },
-            "Content": {
-                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                "_href": "/api/ibexa/v2/content/objects/59"
-            }
-        },
-        "Fields": {
-            "field": [
-                {
-                    "id": 269,
-                    "fieldDefinitionIdentifier": "title",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezstring",
-                    "fieldValue": "Art1"
-                },
-                {
-                    "id": 270,
-                    "fieldDefinitionIdentifier": "short_title",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezstring",
-                    "fieldValue": null
-                },
-                {
-                    "id": 271,
-                    "fieldDefinitionIdentifier": "author",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezauthor",
-                    "fieldValue": [
-                        {
-                            "id": "1",
-                            "name": "Administrator User",
-                            "email": "admin@link.invalid"
-                        }
-                    ]
-                },
-                {
-                    "id": 272,
-                    "fieldDefinitionIdentifier": "intro",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezrichtext",
-                    "fieldValue": {
-                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>aaaaa</para></section>\n",
-                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>aaaaa</p></section>\n"
-                    }
-                },
-                {
-                    "id": 273,
-                    "fieldDefinitionIdentifier": "body",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezrichtext",
-                    "fieldValue": {
-                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
-                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
-                    }
-                },
-                {
-                    "id": 274,
-                    "fieldDefinitionIdentifier": "enable_comments",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezboolean",
-                    "fieldValue": false
-                },
-                {
-                    "id": 275,
-                    "fieldDefinitionIdentifier": "image",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezimageasset",
-                    "fieldValue": {
-                        "destinationContentId": "60",
-                        "alternativeText": null,
-                        "source": null,
-                        "variations": {
-                            "article_full": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/article_full"
-                            },
-                            "content_list": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/content_list"
-                            },
-                            "dog_breed_full": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/dog_breed_full"
-                            },
-                            "ezplatform_admin_ui_profile_picture_user_menu": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/ezplatform_admin_ui_profile_picture_user_menu"
-                            },
-                            "featured_article": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/featured_article"
-                            },
-                            "fourth_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/fourth_width_2_3"
-                            },
-                            "fourth_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/fourth_width_3_2"
-                            },
-                            "full_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/full_width_2_3"
-                            },
-                            "full_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/full_width_3_2"
-                            },
-                            "gallery": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/gallery"
-                            },
-                            "half_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/half_width_2_3"
-                            },
-                            "half_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/half_width_3_2"
-                            },
-                            "large": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/large"
-                            },
-                            "medium": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/medium"
-                            },
-                            "reference": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/reference"
-                            },
-                            "small": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/small"
-                            },
-                            "third_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/third_width_2_3"
-                            },
-                            "third_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/third_width_3_2"
-                            },
-                            "tiny": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/tiny"
-                            }
-                        }
-                    }
-                }
-            ]
-        },
-        "Relations": {
-            "_media-type": "application/vnd.ibexa.api.RelationList+json",
-            "_href": "/api/ibexa/v2/content/objects/59/versions/1/relations",
-            "Relation": [
-                {
-                    "_media-type": "application/vnd.ibexa.api.Relation+json",
-                    "_href": "/api/ibexa/v2/content/objects/59/versions/1/relations/1",
-                    "SourceContent": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/59"
-                    },
-                    "DestinationContent": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/60"
-                    },
-                    "SourceFieldDefinitionIdentifier": "image",
-                    "RelationType": "ASSET"
-                }
-            ]
-        },
-        "Thumbnail": {
-            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
-            "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
-            "width": null,
-            "height": null,
-            "mimeType": "image/svg+xml"
-        }
-    }
-}
+                                            
+                                                {
+    "Version": {
+        "_media-type": "application/vnd.ibexa.api.Version+json",
+        "_href": "/api/ibexa/v2/content/objects/59/versions/1",
+        "VersionInfo": {
+            "id": 519,
+            "versionNo": 1,
+            "status": "PUBLISHED",
+            "modificationDate": "2021-06-28T11:33:01+00:00",
+            "Creator": {
+                "_media-type": "application/vnd.ibexa.api.User+json",
+                "_href": "/api/ibexa/v2/user/users/14"
+            },
+            "creationDate": "2021-06-28T11:32:39+00:00",
+            "initialLanguageCode": "eng-GB",
+            "languageCodes": "eng-GB",
+            "VersionTranslationInfo": {
+                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                "Language": [
+                    {
+                        "languageCode": "eng-GB"
+                    }
+                ]
+            },
+            "names": {
+                "value": [
+                    {
+                        "_languageCode": "eng-GB",
+                        "#text": "Art1"
+                    }
+                ]
+            },
+            "Content": {
+                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                "_href": "/api/ibexa/v2/content/objects/59"
+            }
+        },
+        "Fields": {
+            "field": [
+                {
+                    "id": 269,
+                    "fieldDefinitionIdentifier": "title",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezstring",
+                    "fieldValue": "Art1"
+                },
+                {
+                    "id": 270,
+                    "fieldDefinitionIdentifier": "short_title",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezstring",
+                    "fieldValue": null
+                },
+                {
+                    "id": 271,
+                    "fieldDefinitionIdentifier": "author",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezauthor",
+                    "fieldValue": [
+                        {
+                            "id": "1",
+                            "name": "Administrator User",
+                            "email": "admin@link.invalid"
+                        }
+                    ]
+                },
+                {
+                    "id": 272,
+                    "fieldDefinitionIdentifier": "intro",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezrichtext",
+                    "fieldValue": {
+                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>aaaaa</para></section>\n",
+                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>aaaaa</p></section>\n"
+                    }
+                },
+                {
+                    "id": 273,
+                    "fieldDefinitionIdentifier": "body",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezrichtext",
+                    "fieldValue": {
+                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
+                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
+                    }
+                },
+                {
+                    "id": 274,
+                    "fieldDefinitionIdentifier": "enable_comments",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezboolean",
+                    "fieldValue": false
+                },
+                {
+                    "id": 275,
+                    "fieldDefinitionIdentifier": "image",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezimageasset",
+                    "fieldValue": {
+                        "destinationContentId": "60",
+                        "alternativeText": null,
+                        "source": null,
+                        "variations": {
+                            "article_full": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/article_full"
+                            },
+                            "content_list": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/content_list"
+                            },
+                            "dog_breed_full": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/dog_breed_full"
+                            },
+                            "ezplatform_admin_ui_profile_picture_user_menu": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/ezplatform_admin_ui_profile_picture_user_menu"
+                            },
+                            "featured_article": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/featured_article"
+                            },
+                            "fourth_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/fourth_width_2_3"
+                            },
+                            "fourth_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/fourth_width_3_2"
+                            },
+                            "full_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/full_width_2_3"
+                            },
+                            "full_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/full_width_3_2"
+                            },
+                            "gallery": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/gallery"
+                            },
+                            "half_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/half_width_2_3"
+                            },
+                            "half_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/half_width_3_2"
+                            },
+                            "large": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/large"
+                            },
+                            "medium": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/medium"
+                            },
+                            "reference": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/reference"
+                            },
+                            "small": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/small"
+                            },
+                            "third_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/third_width_2_3"
+                            },
+                            "third_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/third_width_3_2"
+                            },
+                            "tiny": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/tiny"
+                            }
+                        }
+                    }
+                }
+            ]
+        },
+        "Relations": {
+            "_media-type": "application/vnd.ibexa.api.RelationList+json",
+            "_href": "/api/ibexa/v2/content/objects/59/versions/1/relations",
+            "Relation": [
+                {
+                    "_media-type": "application/vnd.ibexa.api.Relation+json",
+                    "_href": "/api/ibexa/v2/content/objects/59/versions/1/relations/1",
+                    "SourceContent": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/59"
+                    },
+                    "DestinationContent": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/60"
+                    },
+                    "SourceFieldDefinitionIdentifier": "image",
+                    "RelationType": "ASSET"
+                }
+            ]
+        },
+        "Thumbnail": {
+            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
+            "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
+            "width": null,
+            "height": null,
+            "mimeType": "image/svg+xml"
+        }
+    }
+}
 
                                             
@@ -11930,17 +11945,17 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/59/versions/2/relations/40">
-    <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
-    <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
-    <RelationType>COMMON</RelationType>
-</Relation>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/59/versions/2/relations/40">
+    <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
+    <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
+    <RelationType>COMMON</RelationType>
+</Relation>
 
                             
@@ -11953,26 +11968,26 @@
Types
file_copy

-
-                                {
-    "Relation": {
-        "_media-type": "application/vnd.ibexa.api.Relation+json",
-        "_href": "/api/ibexa/v2/content/objects/59/versions/2/relations/38",
-        "SourceContent": {
-            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-            "_href": "/api/ibexa/v2/content/objects/59"
-        },
-        "DestinationContent": {
-            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-            "_href": "/api/ibexa/v2/content/objects/59"
-        },
-        "RelationType": "COMMON"
-    }
-}
+                            
+                                {
+    "Relation": {
+        "_media-type": "application/vnd.ibexa.api.Relation+json",
+        "_href": "/api/ibexa/v2/content/objects/59/versions/2/relations/38",
+        "SourceContent": {
+            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+            "_href": "/api/ibexa/v2/content/objects/59"
+        },
+        "DestinationContent": {
+            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+            "_href": "/api/ibexa/v2/content/objects/59"
+        },
+        "RelationType": "COMMON"
+    }
+}
 
                             
@@ -12041,17 +12056,17 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/59/versions/2/relations/40">
-    <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
-    <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
-    <RelationType>COMMON</RelationType>
-</Relation>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/59/versions/2/relations/40">
+    <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
+    <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
+    <RelationType>COMMON</RelationType>
+</Relation>
 
                                             
@@ -12064,26 +12079,26 @@
Types
file_copy

-
-                                                {
-    "Relation": {
-        "_media-type": "application/vnd.ibexa.api.Relation+json",
-        "_href": "/api/ibexa/v2/content/objects/59/versions/2/relations/38",
-        "SourceContent": {
-            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-            "_href": "/api/ibexa/v2/content/objects/59"
-        },
-        "DestinationContent": {
-            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-            "_href": "/api/ibexa/v2/content/objects/59"
-        },
-        "RelationType": "COMMON"
-    }
-}
+                                            
+                                                {
+    "Relation": {
+        "_media-type": "application/vnd.ibexa.api.Relation+json",
+        "_href": "/api/ibexa/v2/content/objects/59/versions/2/relations/38",
+        "SourceContent": {
+            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+            "_href": "/api/ibexa/v2/content/objects/59"
+        },
+        "DestinationContent": {
+            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+            "_href": "/api/ibexa/v2/content/objects/59"
+        },
+        "RelationType": "COMMON"
+    }
+}
 
                                             
@@ -12634,19 +12649,19 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<LocationCreate>
-  <ParentLocation href="/api/ibexa/v2/content/locations/1/42" />
-  <priority>0</priority>
-  <hidden>false</hidden>
-  <sortField>PATH</sortField>
-  <sortOrder>ASC</sortOrder>
-</LocationCreate>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<LocationCreate>
+  <ParentLocation href="/api/ibexa/v2/content/locations/1/42" />
+  <priority>0</priority>
+  <hidden>false</hidden>
+  <sortField>PATH</sortField>
+  <sortOrder>ASC</sortOrder>
+</LocationCreate>
 
                             
@@ -12659,23 +12674,23 @@
Types
file_copy

-
-                                {
-    "LocationCreate": {
-        "ParentLocation": {
-            "_href": "/api/ibexa/v2/content/locations/1/59"
-        },
-     "priority": "0",
-            "hidden": false,
-            "sortField": "PATH",
-            "sortOrder": "ASC"
-       
-    }
-}
+                            
+                                {
+    "LocationCreate": {
+        "ParentLocation": {
+            "_href": "/api/ibexa/v2/content/locations/1/59"
+        },
+     "priority": "0",
+            "hidden": false,
+            "sortField": "PATH",
+            "sortOrder": "ASC"
+       
+    }
+}
 
                             
@@ -12741,19 +12756,19 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<LocationCreate>
-  <ParentLocation href="/api/ibexa/v2/content/locations/1/42" />
-  <priority>0</priority>
-  <hidden>false</hidden>
-  <sortField>PATH</sortField>
-  <sortOrder>ASC</sortOrder>
-</LocationCreate>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<LocationCreate>
+  <ParentLocation href="/api/ibexa/v2/content/locations/1/42" />
+  <priority>0</priority>
+  <hidden>false</hidden>
+  <sortField>PATH</sortField>
+  <sortOrder>ASC</sortOrder>
+</LocationCreate>
 
                                             
@@ -12766,23 +12781,23 @@
Types
file_copy

-
-                                                {
-    "LocationCreate": {
-        "ParentLocation": {
-            "_href": "/api/ibexa/v2/content/locations/1/59"
-        },
-     "priority": "0",
-            "hidden": false,
-            "sortField": "PATH",
-            "sortOrder": "ASC"
-       
-    }
-}
+                                            
+                                                {
+    "LocationCreate": {
+        "ParentLocation": {
+            "_href": "/api/ibexa/v2/content/locations/1/59"
+        },
+     "priority": "0",
+            "hidden": false,
+            "sortField": "PATH",
+            "sortOrder": "ASC"
+       
+    }
+}
 
                                             
@@ -12836,28 +12851,28 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42/96">
-    <id>96</id>
-    <priority>0</priority>
-    <hidden>false</hidden>
-    <invisible>true</invisible>
-    <explicitlyHidden>false</explicitlyHidden>
-    <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42"/>
-    <pathString>/1/2/42/96/</pathString>
-    <depth>3</depth>
-    <childCount>0</childCount>
-    <remoteId>58133c8c75230e5debe362a28b92d27a</remoteId>
-    <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/42/96/children"/>
-    <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/63"/>
-    <sortField>PATH</sortField>
-    <sortOrder>ASC</sortOrder>
-    <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42/96">
+    <id>96</id>
+    <priority>0</priority>
+    <hidden>false</hidden>
+    <invisible>true</invisible>
+    <explicitlyHidden>false</explicitlyHidden>
+    <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42"/>
+    <pathString>/1/2/42/96/</pathString>
+    <depth>3</depth>
+    <childCount>0</childCount>
+    <remoteId>58133c8c75230e5debe362a28b92d27a</remoteId>
+    <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/42/96/children"/>
+    <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/63"/>
+    <sortField>PATH</sortField>
+    <sortOrder>ASC</sortOrder>
+    <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/42/96/urlalia
                             
View more @@ -12869,38 +12884,39 @@
Types
file_copy

-
-                                {
-    "Location": {
-        "_media-type": "application/vnd.ibexa.api.Location+json",
-        "_href": "/api/ibexa/v2/content/locations/1/2/59/114",
-        "id": 114,
-        "priority": 0,
-        "hidden": false,
-        "invisible": false,
-        "explicitlyHidden": false,
-        "ParentLocation": {
-            "_media-type": "application/vnd.ibexa.api.Location+json",
-            "_href": "/api/ibexa/v2/content/locations/1/2/59"
-        },
-        "pathString": "/1/2/59/114/",
-        "depth": 3,
-        "childCount": 0,
-        "remoteId": "47a1e4ee082fb64e93a822dcfe3a5614",
-        "Children": {
-            "_media-type": "application/vnd.ibexa.api.LocationList+json",
-            "_href": "/api/ibexa/v2/content/locations/1/2/59/114/children"
-        },
-        "Content": {
-            "_media-type": "application/vnd.ibexa.api.Content+json",
-            "_href": "/api/ibexa/v2/content/objects/59"
-        },
-        "sortField": "PATH",
-        "sortOrde
+                            
+                                {
+    "Location": {
+        "_media-type": "application/vnd.ibexa.api.Location+json",
+        "_href": "/api/ibexa/v2/content/locations/1/2/59/114",
+        "id": 114,
+        "priority": 0,
+        "hidden": false,
+        "invisible": false,
+        "explicitlyHidden": false,
+        "ParentLocation": {
+            "_media-type": "application/vnd.ibexa.api.Location+json",
+            "_href": "/api/ibexa/v2/content/locations/1/2/59"
+        },
+        "pathString": "/1/2/59/114/",
+        "depth": 3,
+        "childCount": 0,
+        "remoteId": "47a1e4ee082fb64e93a822dcfe3a5614",
+        "Children": {
+            "_media-type": "application/vnd.ibexa.api.LocationList+json",
+            "_href": "/api/ibexa/v2/content/locations/1/2/59/114/children"
+        },
+        "Content": {
+            "_media-type": "application/vnd.ibexa.api.Content+json",
+            "_href": "/api/ibexa/v2/content/objects/59"
+        },
+        "sortField": "PATH",
+        "sortOrder": "ASC",
+        "UrlAli
                             
View more @@ -12968,49 +12984,49 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42/96">
-    <id>96</id>
-    <priority>0</priority>
-    <hidden>false</hidden>
-    <invisible>true</invisible>
-    <explicitlyHidden>false</explicitlyHidden>
-    <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42"/>
-    <pathString>/1/2/42/96/</pathString>
-    <depth>3</depth>
-    <childCount>0</childCount>
-    <remoteId>58133c8c75230e5debe362a28b92d27a</remoteId>
-    <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/42/96/children"/>
-    <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/63"/>
-    <sortField>PATH</sortField>
-    <sortOrder>ASC</sortOrder>
-    <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/42/96/urlaliases"/>
-    <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/63">
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/63" remoteId="211e99934c8fef5900e4813b96ec5c87" id="63">
-            <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
-            <Name>Art3</Name>
-            <TranslatedName>Art3</TranslatedName>
-            <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/63/versions"/>
-            <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/63/currentversion"/>
-            <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
-            <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations"/>
-            <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-            <lastModificationDate>2021-06-28T11:34:17+00:00</lastModificationDate>
-            <publishedDate>2021-06-28T11:34:17+00:00</publishedDate>
-            <mainLanguageCode>eng-GB</mainLanguageCode>
-            <currentVersionNo>1</currentVersionNo>
-            <alwaysAvailable>false</alwaysAvailable>
-            <isHidden>false</isHidden>
-            <status>PUBLISHED</status>
-            <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/63/objectstates"/>
-        </Content>
-    </ContentInfo>
-</Location>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42/96">
+    <id>96</id>
+    <priority>0</priority>
+    <hidden>false</hidden>
+    <invisible>true</invisible>
+    <explicitlyHidden>false</explicitlyHidden>
+    <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42"/>
+    <pathString>/1/2/42/96/</pathString>
+    <depth>3</depth>
+    <childCount>0</childCount>
+    <remoteId>58133c8c75230e5debe362a28b92d27a</remoteId>
+    <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/42/96/children"/>
+    <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/63"/>
+    <sortField>PATH</sortField>
+    <sortOrder>ASC</sortOrder>
+    <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/42/96/urlaliases"/>
+    <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/63">
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/63" remoteId="211e99934c8fef5900e4813b96ec5c87" id="63">
+            <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
+            <Name>Art3</Name>
+            <TranslatedName>Art3</TranslatedName>
+            <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/63/versions"/>
+            <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/63/currentversion"/>
+            <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
+            <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations"/>
+            <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+            <lastModificationDate>2021-06-28T11:34:17+00:00</lastModificationDate>
+            <publishedDate>2021-06-28T11:34:17+00:00</publishedDate>
+            <mainLanguageCode>eng-GB</mainLanguageCode>
+            <currentVersionNo>1</currentVersionNo>
+            <alwaysAvailable>false</alwaysAvailable>
+            <isHidden>false</isHidden>
+            <status>PUBLISHED</status>
+            <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/63/objectstates"/>
+        </Content>
+    </ContentInfo>
+</Location>
 
                                             
@@ -13023,91 +13039,91 @@
Types
file_copy

-
-                                                {
-    "Location": {
-        "_media-type": "application/vnd.ibexa.api.Location+json",
-        "_href": "/api/ibexa/v2/content/locations/1/2/59/114",
-        "id": 114,
-        "priority": 0,
-        "hidden": false,
-        "invisible": false,
-        "explicitlyHidden": false,
-        "ParentLocation": {
-            "_media-type": "application/vnd.ibexa.api.Location+json",
-            "_href": "/api/ibexa/v2/content/locations/1/2/59"
-        },
-        "pathString": "/1/2/59/114/",
-        "depth": 3,
-        "childCount": 0,
-        "remoteId": "47a1e4ee082fb64e93a822dcfe3a5614",
-        "Children": {
-            "_media-type": "application/vnd.ibexa.api.LocationList+json",
-            "_href": "/api/ibexa/v2/content/locations/1/2/59/114/children"
-        },
-        "Content": {
-            "_media-type": "application/vnd.ibexa.api.Content+json",
-            "_href": "/api/ibexa/v2/content/objects/59"
-        },
-        "sortField": "PATH",
-        "sortOrder": "ASC",
-        "UrlAliases": {
-            "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
-            "_href": "/api/ibexa/v2/content/locations/1/2/59/114/urlaliases"
-        },
-        "ContentInfo": {
-            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-            "_href": "/api/ibexa/v2/content/objects/59",
-            "Content": {
-                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                "_href": "/api/ibexa/v2/content/objects/59",
-                "_remoteId": "0fe1b1543f886b0becd4d9b2c7c517d0",
-                "_id": 59,
-                "ContentType": {
-                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
-                    "_href": "/api/ibexa/v2/content/types/2"
-                },
-                "Name": "Art1",
-                "TranslatedName": "Art1",
-                "Versions": {
-                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
-                    "_href": "/api/ibexa/v2/content/objects/59/versions"
-                },
-                "CurrentVersion": {
-                    "_media-type": "application/vnd.ibexa.api.Version+json",
-                    "_href": "/api/ibexa/v2/content/objects/59/currentversion"
-                },
-                "Section": {
-                    "_media-type": "application/vnd.ibexa.api.Section+json",
-                    "_href": "/api/ibexa/v2/content/sections/1"
-                },
-                "Locations": {
-                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
-                    "_href": "/api/ibexa/v2/content/objects/59/locations"
-                },
-                "Owner": {
-                    "_media-type": "application/vnd.ibexa.api.User+json",
-                    "_href": "/api/ibexa/v2/user/users/14"
-                },
-                "lastModificationDate": "2021-06-28T11:33:01+00:00",
-                "publishedDate": "2021-06-28T11:33:01+00:00",
-                "mainLanguageCode": "eng-GB",
-                "currentVersionNo": 1,
-                "alwaysAvailable": false,
-                "isHidden": false,
-                "status": "PUBLISHED",
-                "ObjectStates": {
-                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
-                    "_href": "/api/ibexa/v2/content/objects/59/objectstates"
-                }
-            }
-        }
-    }
-}
+                                            
+                                                {
+    "Location": {
+        "_media-type": "application/vnd.ibexa.api.Location+json",
+        "_href": "/api/ibexa/v2/content/locations/1/2/59/114",
+        "id": 114,
+        "priority": 0,
+        "hidden": false,
+        "invisible": false,
+        "explicitlyHidden": false,
+        "ParentLocation": {
+            "_media-type": "application/vnd.ibexa.api.Location+json",
+            "_href": "/api/ibexa/v2/content/locations/1/2/59"
+        },
+        "pathString": "/1/2/59/114/",
+        "depth": 3,
+        "childCount": 0,
+        "remoteId": "47a1e4ee082fb64e93a822dcfe3a5614",
+        "Children": {
+            "_media-type": "application/vnd.ibexa.api.LocationList+json",
+            "_href": "/api/ibexa/v2/content/locations/1/2/59/114/children"
+        },
+        "Content": {
+            "_media-type": "application/vnd.ibexa.api.Content+json",
+            "_href": "/api/ibexa/v2/content/objects/59"
+        },
+        "sortField": "PATH",
+        "sortOrder": "ASC",
+        "UrlAliases": {
+            "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
+            "_href": "/api/ibexa/v2/content/locations/1/2/59/114/urlaliases"
+        },
+        "ContentInfo": {
+            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+            "_href": "/api/ibexa/v2/content/objects/59",
+            "Content": {
+                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                "_href": "/api/ibexa/v2/content/objects/59",
+                "_remoteId": "0fe1b1543f886b0becd4d9b2c7c517d0",
+                "_id": 59,
+                "ContentType": {
+                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
+                    "_href": "/api/ibexa/v2/content/types/2"
+                },
+                "Name": "Art1",
+                "TranslatedName": "Art1",
+                "Versions": {
+                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
+                    "_href": "/api/ibexa/v2/content/objects/59/versions"
+                },
+                "CurrentVersion": {
+                    "_media-type": "application/vnd.ibexa.api.Version+json",
+                    "_href": "/api/ibexa/v2/content/objects/59/currentversion"
+                },
+                "Section": {
+                    "_media-type": "application/vnd.ibexa.api.Section+json",
+                    "_href": "/api/ibexa/v2/content/sections/1"
+                },
+                "Locations": {
+                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
+                    "_href": "/api/ibexa/v2/content/objects/59/locations"
+                },
+                "Owner": {
+                    "_media-type": "application/vnd.ibexa.api.User+json",
+                    "_href": "/api/ibexa/v2/user/users/14"
+                },
+                "lastModificationDate": "2021-06-28T11:33:01+00:00",
+                "publishedDate": "2021-06-28T11:33:01+00:00",
+                "mainLanguageCode": "eng-GB",
+                "currentVersionNo": 1,
+                "alwaysAvailable": false,
+                "isHidden": false,
+                "status": "PUBLISHED",
+                "ObjectStates": {
+                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
+                    "_href": "/api/ibexa/v2/content/objects/59/objectstates"
+                }
+            }
+        }
+    }
+}
 
                                             
@@ -13322,15 +13338,15 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations">
-    <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65"/>
-</LocationList>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations">
+    <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65"/>
+</LocationList>
 
                             
@@ -13343,23 +13359,23 @@
Types
file_copy

-
-                                {
-    "LocationList": {
-        "_media-type": "application/vnd.ibexa.api.LocationList+json",
-        "_href": "/api/ibexa/v2/content/objects/63/locations",
-        "Location": [
-            {
-                "_media-type": "application/vnd.ibexa.api.Location+json",
-                "_href": "/api/ibexa/v2/content/locations/1/2/57/65"
-            }
-        ]
-    }
-}
+                            
+                                {
+    "LocationList": {
+        "_media-type": "application/vnd.ibexa.api.LocationList+json",
+        "_href": "/api/ibexa/v2/content/objects/63/locations",
+        "Location": [
+            {
+                "_media-type": "application/vnd.ibexa.api.Location+json",
+                "_href": "/api/ibexa/v2/content/locations/1/2/57/65"
+            }
+        ]
+    }
+}
 
                             
@@ -13428,15 +13444,15 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations">
-    <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65"/>
-</LocationList>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations">
+    <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65"/>
+</LocationList>
 
                                             
@@ -13449,23 +13465,23 @@
Types
file_copy

-
-                                                {
-    "LocationList": {
-        "_media-type": "application/vnd.ibexa.api.LocationList+json",
-        "_href": "/api/ibexa/v2/content/objects/63/locations",
-        "Location": [
-            {
-                "_media-type": "application/vnd.ibexa.api.Location+json",
-                "_href": "/api/ibexa/v2/content/locations/1/2/57/65"
-            }
-        ]
-    }
-}
+                                            
+                                                {
+    "LocationList": {
+        "_media-type": "application/vnd.ibexa.api.LocationList+json",
+        "_href": "/api/ibexa/v2/content/objects/63/locations",
+        "Location": [
+            {
+                "_media-type": "application/vnd.ibexa.api.Location+json",
+                "_href": "/api/ibexa/v2/content/locations/1/2/57/65"
+            }
+        ]
+    }
+}
 
                                             
@@ -13693,18 +13709,18 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<ContentObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml">
-    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1"/>
-    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/3/objectstates/3"/>
-    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates/7"/>
-    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/8/objectstates/8"/>
-</ContentObjectStates>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<ContentObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml">
+    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1"/>
+    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/3/objectstates/3"/>
+    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates/7"/>
+    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/8/objectstates/8"/>
+</ContentObjectStates>
 
                             
@@ -13717,34 +13733,34 @@
Types
file_copy

-
-                                {
-    "ContentObjectStates": {
-        "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
-        "ObjectState": [
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/1"
-            },
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/3/objectstates/3"
-            },
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates/7"
-            },
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/8/objectstates/8"
-            }
-        ]
-    }
-}
+                            
+                                {
+    "ContentObjectStates": {
+        "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
+        "ObjectState": [
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/1"
+            },
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/3/objectstates/3"
+            },
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates/7"
+            },
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/8/objectstates/8"
+            }
+        ]
+    }
+}
 
                             
@@ -13813,18 +13829,18 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<ContentObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml">
-    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1"/>
-    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/3/objectstates/3"/>
-    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates/7"/>
-    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/8/objectstates/8"/>
-</ContentObjectStates>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<ContentObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml">
+    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1"/>
+    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/3/objectstates/3"/>
+    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates/7"/>
+    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/8/objectstates/8"/>
+</ContentObjectStates>
 
                                             
@@ -13837,34 +13853,34 @@
Types
file_copy

-
-                                                {
-    "ContentObjectStates": {
-        "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
-        "ObjectState": [
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/1"
-            },
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/3/objectstates/3"
-            },
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates/7"
-            },
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/8/objectstates/8"
-            }
-        ]
-    }
-}
+                                            
+                                                {
+    "ContentObjectStates": {
+        "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
+        "ObjectState": [
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/1"
+            },
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/3/objectstates/3"
+            },
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates/7"
+            },
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/8/objectstates/8"
+            }
+        ]
+    }
+}
 
                                             
@@ -14100,25 +14116,17 @@
Types
+
- -Notice: Trying to access array offset on value of type null in C:\DK\Repositories\developer-documentation\tools\raml2html\vendor\raml-org\raml-php-parser\src\Body.php on line 231 -
+
+
- -Notice: Trying to access array offset on value of type null in C:\DK\Repositories\developer-documentation\tools\raml2html\vendor\raml-org\raml-php-parser\src\Body.php on line 231 -
+
@@ -14338,29 +14346,29 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateGroupList media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups">
-    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2">
-        <id>2</id>
-        <identifier>ez_lock</identifier>
-        <defaultLanguageCode>eng-GB</defaultLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates"/>
-        <names>
-            <value languageCode="eng-GB">Lock</value>
-        </names>
-        <descriptions>
-            <value languageCode="eng-GB"></value>
-        </descriptions>
-    </ObjectStateGroup>
-    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/3">
-        <id>3</id>
-        <i
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateGroupList media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups">
+    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2">
+        <id>2</id>
+        <identifier>ez_lock</identifier>
+        <defaultLanguageCode>eng-GB</defaultLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates"/>
+        <names>
+            <value languageCode="eng-GB">Lock</value>
+        </names>
+        <descriptions>
+            <value languageCode="eng-GB"></value>
+        </descriptions>
+    </ObjectStateGroup>
+    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/3">
+        <id>3</id>
+        <identifier>accessi
                             
View more @@ -14372,34 +14380,36 @@
Types
file_copy

-
-                                {
-    "ObjectStateGroupList": {
-        "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups",
-        "ObjectStateGroup": [
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/2",
-                "id": 2,
-                "identifier": "ez_lock",
-                "defaultLanguageCode": "eng-GB",
-                "languageCodes": "eng-GB",
-                "ObjectStates": {
-                    "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
-                    "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates"
-                },
-                "names": {
-                    "value": [
-                        {
-                            "_languageCode": "eng-GB",
-                            "#text": "Lock"
-                        }
-                    ]
+                            
+                                {
+    "ObjectStateGroupList": {
+        "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups",
+        "ObjectStateGroup": [
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/2",
+                "id": 2,
+                "identifier": "ez_lock",
+                "defaultLanguageCode": "eng-GB",
+                "languageCodes": "eng-GB",
+                "ObjectStates": {
+                    "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
+                    "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates"
+                },
+                "names": {
+                    "value": [
+                        {
+                            "_languageCode": "eng-GB",
+                            "#text": "Lock"
+                        }
+                    ]
+                },
+  
                             
View more @@ -14467,53 +14477,53 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateGroupList media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups">
-    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2">
-        <id>2</id>
-        <identifier>ez_lock</identifier>
-        <defaultLanguageCode>eng-GB</defaultLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates"/>
-        <names>
-            <value languageCode="eng-GB">Lock</value>
-        </names>
-        <descriptions>
-            <value languageCode="eng-GB"></value>
-        </descriptions>
-    </ObjectStateGroup>
-    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/3">
-        <id>3</id>
-        <identifier>accessibility</identifier>
-        <defaultLanguageCode>eng-GB</defaultLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/3/objectstates"/>
-        <names>
-            <value languageCode="eng-GB">Accessibility</value>
-        </names>
-        <descriptions>
-            <value languageCode="eng-GB"></value>
-        </descriptions>
-    </ObjectStateGroup>
-    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/6">
-        <id>6</id>
-        <identifier>custom-states</identifier>
-        <defaultLanguageCode>eng-GB</defaultLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/6/objectstates"/>
-        <names>
-            <value languageCode="eng-GB">Custom State</value>
-        </names>
-        <descriptions>
-            <value languageCode="eng-GB">Custom Object state</value>
-        </descriptions>
-    </ObjectStateGroup>
-</ObjectStateGroupList>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateGroupList media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups">
+    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2">
+        <id>2</id>
+        <identifier>ez_lock</identifier>
+        <defaultLanguageCode>eng-GB</defaultLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates"/>
+        <names>
+            <value languageCode="eng-GB">Lock</value>
+        </names>
+        <descriptions>
+            <value languageCode="eng-GB"></value>
+        </descriptions>
+    </ObjectStateGroup>
+    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/3">
+        <id>3</id>
+        <identifier>accessibility</identifier>
+        <defaultLanguageCode>eng-GB</defaultLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/3/objectstates"/>
+        <names>
+            <value languageCode="eng-GB">Accessibility</value>
+        </names>
+        <descriptions>
+            <value languageCode="eng-GB"></value>
+        </descriptions>
+    </ObjectStateGroup>
+    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/6">
+        <id>6</id>
+        <identifier>custom-states</identifier>
+        <defaultLanguageCode>eng-GB</defaultLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/6/objectstates"/>
+        <names>
+            <value languageCode="eng-GB">Custom State</value>
+        </names>
+        <descriptions>
+            <value languageCode="eng-GB">Custom Object state</value>
+        </descriptions>
+    </ObjectStateGroup>
+</ObjectStateGroupList>
 
                                             
@@ -14526,103 +14536,103 @@
Types
file_copy

-
-                                                {
-    "ObjectStateGroupList": {
-        "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups",
-        "ObjectStateGroup": [
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/2",
-                "id": 2,
-                "identifier": "ez_lock",
-                "defaultLanguageCode": "eng-GB",
-                "languageCodes": "eng-GB",
-                "ObjectStates": {
-                    "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
-                    "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates"
-                },
-                "names": {
-                    "value": [
-                        {
-                            "_languageCode": "eng-GB",
-                            "#text": "Lock"
-                        }
-                    ]
-                },
-                "descriptions": {
-                    "value": [
-                        {
-                            "_languageCode": "eng-GB",
-                            "#text": ""
-                        }
-                    ]
-                }
-            },
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/3",
-                "id": 3,
-                "identifier": "accessibility",
-                "defaultLanguageCode": "eng-GB",
-                "languageCodes": "eng-GB",
-                "ObjectStates": {
-                    "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
-                    "_href": "/api/ibexa/v2/content/objectstategroups/3/objectstates"
-                },
-                "names": {
-                    "value": [
-                        {
-                            "_languageCode": "eng-GB",
-                            "#text": "Accessibility"
-                        }
-                    ]
-                },
-                "descriptions": {
-                    "value": [
-                        {
-                            "_languageCode": "eng-GB",
-                            "#text": ""
-                        }
-                    ]
-                }
-            },
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/6",
-                "id": 6,
-                "identifier": "custom-states",
-                "defaultLanguageCode": "eng-GB",
-                "languageCodes": "eng-GB",
-                "ObjectStates": {
-                    "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
-                    "_href": "/api/ibexa/v2/content/objectstategroups/6/objectstates"
-                },
-                "names": {
-                    "value": [
-                        {
-                            "_languageCode": "eng-GB",
-                            "#text": "Custom State"
-                        }
-                    ]
-                },
-                "descriptions": {
-                    "value": [
-                        {
-                            "_languageCode": "eng-GB",
-                            "#text": "Custom Object state"
-                        }
-                    ]
-                }
-            }
-        ]
-    }
-}
+                                            
+                                                {
+    "ObjectStateGroupList": {
+        "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups",
+        "ObjectStateGroup": [
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/2",
+                "id": 2,
+                "identifier": "ez_lock",
+                "defaultLanguageCode": "eng-GB",
+                "languageCodes": "eng-GB",
+                "ObjectStates": {
+                    "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
+                    "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates"
+                },
+                "names": {
+                    "value": [
+                        {
+                            "_languageCode": "eng-GB",
+                            "#text": "Lock"
+                        }
+                    ]
+                },
+                "descriptions": {
+                    "value": [
+                        {
+                            "_languageCode": "eng-GB",
+                            "#text": ""
+                        }
+                    ]
+                }
+            },
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/3",
+                "id": 3,
+                "identifier": "accessibility",
+                "defaultLanguageCode": "eng-GB",
+                "languageCodes": "eng-GB",
+                "ObjectStates": {
+                    "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
+                    "_href": "/api/ibexa/v2/content/objectstategroups/3/objectstates"
+                },
+                "names": {
+                    "value": [
+                        {
+                            "_languageCode": "eng-GB",
+                            "#text": "Accessibility"
+                        }
+                    ]
+                },
+                "descriptions": {
+                    "value": [
+                        {
+                            "_languageCode": "eng-GB",
+                            "#text": ""
+                        }
+                    ]
+                }
+            },
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/6",
+                "id": 6,
+                "identifier": "custom-states",
+                "defaultLanguageCode": "eng-GB",
+                "languageCodes": "eng-GB",
+                "ObjectStates": {
+                    "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
+                    "_href": "/api/ibexa/v2/content/objectstategroups/6/objectstates"
+                },
+                "names": {
+                    "value": [
+                        {
+                            "_languageCode": "eng-GB",
+                            "#text": "Custom State"
+                        }
+                    ]
+                },
+                "descriptions": {
+                    "value": [
+                        {
+                            "_languageCode": "eng-GB",
+                            "#text": "Custom Object state"
+                        }
+                    ]
+                }
+            }
+        ]
+    }
+}
 
                                             
@@ -14856,21 +14866,21 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateGroupCreate>
-    <identifier>custom</identifier>
-    <defaultLanguageCode>eng-GB</defaultLanguageCode>
-    <names>
-        <value languageCode="eng-GB">Custom State</value>
-    </names>
-    <descriptions>
-        <value languageCode="eng-GB">Custom Object state</value>
-    </descriptions>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateGroupCreate>
+    <identifier>custom</identifier>
+    <defaultLanguageCode>eng-GB</defaultLanguageCode>
+    <names>
+        <value languageCode="eng-GB">Custom State</value>
+    </names>
+    <descriptions>
+        <value languageCode="eng-GB">Custom Object state</value>
+    </descriptions>
 </ObjectStateGroup>
                             
@@ -14883,33 +14893,33 @@
Types
file_copy

-
-                                {
-    "ObjectStateGroup": {
-        "identifier": "custom-states",
-        "defaultLanguageCode": "eng-GB",
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom State"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom Object state"
-                }
-            ]
-        }
-    }
-}
+                            
+                                {
+    "ObjectStateGroup": {
+        "identifier": "custom-states",
+        "defaultLanguageCode": "eng-GB",
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom State"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom Object state"
+                }
+            ]
+        }
+    }
+}
 
                             
@@ -14975,21 +14985,21 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateGroupCreate>
-    <identifier>custom</identifier>
-    <defaultLanguageCode>eng-GB</defaultLanguageCode>
-    <names>
-        <value languageCode="eng-GB">Custom State</value>
-    </names>
-    <descriptions>
-        <value languageCode="eng-GB">Custom Object state</value>
-    </descriptions>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateGroupCreate>
+    <identifier>custom</identifier>
+    <defaultLanguageCode>eng-GB</defaultLanguageCode>
+    <names>
+        <value languageCode="eng-GB">Custom State</value>
+    </names>
+    <descriptions>
+        <value languageCode="eng-GB">Custom Object state</value>
+    </descriptions>
 </ObjectStateGroup>
                                             
@@ -15002,33 +15012,33 @@
Types
file_copy

-
-                                                {
-    "ObjectStateGroup": {
-        "identifier": "custom-states",
-        "defaultLanguageCode": "eng-GB",
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom State"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom Object state"
-                }
-            ]
-        }
-    }
-}
+                                            
+                                                {
+    "ObjectStateGroup": {
+        "identifier": "custom-states",
+        "defaultLanguageCode": "eng-GB",
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom State"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom Object state"
+                }
+            ]
+        }
+    }
+}
 
                                             
@@ -15082,25 +15092,25 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/5">
-    <id>5</id>
-    <identifier>custom-states</identifier>
-    <defaultLanguageCode>eng-GB</defaultLanguageCode>
-    <languageCodes>eng-GB</languageCodes>
-    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/5/objectstates"/>
-    <names>
-        <value languageCode="eng-GB">Custom State</value>
-    </names>
-    <descriptions>
-        <value languageCode="eng-GB">Custom Object state</value>
-    </descriptions>
-</ObjectStateGroup>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/5">
+    <id>5</id>
+    <identifier>custom-states</identifier>
+    <defaultLanguageCode>eng-GB</defaultLanguageCode>
+    <languageCodes>eng-GB</languageCodes>
+    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/5/objectstates"/>
+    <names>
+        <value languageCode="eng-GB">Custom State</value>
+    </names>
+    <descriptions>
+        <value languageCode="eng-GB">Custom Object state</value>
+    </descriptions>
+</ObjectStateGroup>
 
                             
@@ -15113,41 +15123,41 @@
Types
file_copy

-
-                                {
-    "ObjectStateGroup": {
-        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups/7",
-        "id": 7,
-        "identifier": "custom-states",
-        "defaultLanguageCode": "eng-GB",
-        "languageCodes": "eng-GB",
-        "ObjectStates": {
-            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
-            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
-        },
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom State"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom Object state"
-                }
-            ]
-        }
-    }
-}
+                            
+                                {
+    "ObjectStateGroup": {
+        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups/7",
+        "id": 7,
+        "identifier": "custom-states",
+        "defaultLanguageCode": "eng-GB",
+        "languageCodes": "eng-GB",
+        "ObjectStates": {
+            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
+            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
+        },
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom State"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom Object state"
+                }
+            ]
+        }
+    }
+}
 
                             
@@ -15216,25 +15226,25 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/5">
-    <id>5</id>
-    <identifier>custom-states</identifier>
-    <defaultLanguageCode>eng-GB</defaultLanguageCode>
-    <languageCodes>eng-GB</languageCodes>
-    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/5/objectstates"/>
-    <names>
-        <value languageCode="eng-GB">Custom State</value>
-    </names>
-    <descriptions>
-        <value languageCode="eng-GB">Custom Object state</value>
-    </descriptions>
-</ObjectStateGroup>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/5">
+    <id>5</id>
+    <identifier>custom-states</identifier>
+    <defaultLanguageCode>eng-GB</defaultLanguageCode>
+    <languageCodes>eng-GB</languageCodes>
+    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/5/objectstates"/>
+    <names>
+        <value languageCode="eng-GB">Custom State</value>
+    </names>
+    <descriptions>
+        <value languageCode="eng-GB">Custom Object state</value>
+    </descriptions>
+</ObjectStateGroup>
 
                                             
@@ -15247,41 +15257,41 @@
Types
file_copy

-
-                                                {
-    "ObjectStateGroup": {
-        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups/7",
-        "id": 7,
-        "identifier": "custom-states",
-        "defaultLanguageCode": "eng-GB",
-        "languageCodes": "eng-GB",
-        "ObjectStates": {
-            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
-            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
-        },
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom State"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom Object state"
-                }
-            ]
-        }
-    }
-}
+                                            
+                                                {
+    "ObjectStateGroup": {
+        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups/7",
+        "id": 7,
+        "identifier": "custom-states",
+        "defaultLanguageCode": "eng-GB",
+        "languageCodes": "eng-GB",
+        "ObjectStates": {
+            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
+            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
+        },
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom State"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom Object state"
+                }
+            ]
+        }
+    }
+}
 
                                             
@@ -15524,25 +15534,25 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
-    <id>7</id>
-    <identifier>custom-states</identifier>
-    <defaultLanguageCode>eng-GB</defaultLanguageCode>
-    <languageCodes>eng-GB</languageCodes>
-    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates"/>
-    <names>
-        <value languageCode="eng-GB">Custom State</value>
-    </names>
-    <descriptions>
-        <value languageCode="eng-GB">Custom Object state</value>
-    </descriptions>
-</ObjectStateGroup>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
+    <id>7</id>
+    <identifier>custom-states</identifier>
+    <defaultLanguageCode>eng-GB</defaultLanguageCode>
+    <languageCodes>eng-GB</languageCodes>
+    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates"/>
+    <names>
+        <value languageCode="eng-GB">Custom State</value>
+    </names>
+    <descriptions>
+        <value languageCode="eng-GB">Custom Object state</value>
+    </descriptions>
+</ObjectStateGroup>
 
                             
@@ -15555,41 +15565,41 @@
Types
file_copy

-
-                                {
-    "ObjectStateGroup": {
-        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups/7",
-        "id": 7,
-        "identifier": "custom-states",
-        "defaultLanguageCode": "eng-GB",
-        "languageCodes": "eng-GB",
-        "ObjectStates": {
-            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
-            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
-        },
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom State"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom Object state"
-                }
-            ]
-        }
-    }
-}
+                            
+                                {
+    "ObjectStateGroup": {
+        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups/7",
+        "id": 7,
+        "identifier": "custom-states",
+        "defaultLanguageCode": "eng-GB",
+        "languageCodes": "eng-GB",
+        "ObjectStates": {
+            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
+            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
+        },
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom State"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom Object state"
+                }
+            ]
+        }
+    }
+}
 
                             
@@ -15658,25 +15668,25 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
-    <id>7</id>
-    <identifier>custom-states</identifier>
-    <defaultLanguageCode>eng-GB</defaultLanguageCode>
-    <languageCodes>eng-GB</languageCodes>
-    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates"/>
-    <names>
-        <value languageCode="eng-GB">Custom State</value>
-    </names>
-    <descriptions>
-        <value languageCode="eng-GB">Custom Object state</value>
-    </descriptions>
-</ObjectStateGroup>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
+    <id>7</id>
+    <identifier>custom-states</identifier>
+    <defaultLanguageCode>eng-GB</defaultLanguageCode>
+    <languageCodes>eng-GB</languageCodes>
+    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates"/>
+    <names>
+        <value languageCode="eng-GB">Custom State</value>
+    </names>
+    <descriptions>
+        <value languageCode="eng-GB">Custom Object state</value>
+    </descriptions>
+</ObjectStateGroup>
 
                                             
@@ -15689,41 +15699,41 @@
Types
file_copy

-
-                                                {
-    "ObjectStateGroup": {
-        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups/7",
-        "id": 7,
-        "identifier": "custom-states",
-        "defaultLanguageCode": "eng-GB",
-        "languageCodes": "eng-GB",
-        "ObjectStates": {
-            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
-            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
-        },
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom State"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom Object state"
-                }
-            ]
-        }
-    }
-}
+                                            
+                                                {
+    "ObjectStateGroup": {
+        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups/7",
+        "id": 7,
+        "identifier": "custom-states",
+        "defaultLanguageCode": "eng-GB",
+        "languageCodes": "eng-GB",
+        "ObjectStates": {
+            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
+            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
+        },
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom State"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom Object state"
+                }
+            ]
+        }
+    }
+}
 
                                             
@@ -15990,25 +16000,25 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
-    <id>7</id>
-    <identifier>custom-states</identifier>
-    <defaultLanguageCode>eng-GB</defaultLanguageCode>
-    <languageCodes>eng-GB</languageCodes>
-    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates"/>
-    <names>
-        <value languageCode="eng-GB">New Custom State name</value>
-    </names>
-    <descriptions>
-        <value languageCode="eng-GB">Custom Object state</value>
-    </descriptions>
-</ObjectStateGroup>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
+    <id>7</id>
+    <identifier>custom-states</identifier>
+    <defaultLanguageCode>eng-GB</defaultLanguageCode>
+    <languageCodes>eng-GB</languageCodes>
+    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates"/>
+    <names>
+        <value languageCode="eng-GB">New Custom State name</value>
+    </names>
+    <descriptions>
+        <value languageCode="eng-GB">Custom Object state</value>
+    </descriptions>
+</ObjectStateGroup>
 
                             
@@ -16021,41 +16031,41 @@
Types
file_copy

-
-                                {
-    "ObjectStateGroup": {
-        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups/7",
-        "id": 7,
-        "identifier": "custom-states",
-        "defaultLanguageCode": "eng-GB",
-        "languageCodes": "eng-GB",
-        "ObjectStates": {
-            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
-            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
-        },
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "New Custom State name"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom Object state"
-                }
-            ]
-        }
-    }
-}
+                            
+                                {
+    "ObjectStateGroup": {
+        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups/7",
+        "id": 7,
+        "identifier": "custom-states",
+        "defaultLanguageCode": "eng-GB",
+        "languageCodes": "eng-GB",
+        "ObjectStates": {
+            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
+            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
+        },
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "New Custom State name"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom Object state"
+                }
+            ]
+        }
+    }
+}
 
                             
@@ -16124,25 +16134,25 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
-    <id>7</id>
-    <identifier>custom-states</identifier>
-    <defaultLanguageCode>eng-GB</defaultLanguageCode>
-    <languageCodes>eng-GB</languageCodes>
-    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates"/>
-    <names>
-        <value languageCode="eng-GB">New Custom State name</value>
-    </names>
-    <descriptions>
-        <value languageCode="eng-GB">Custom Object state</value>
-    </descriptions>
-</ObjectStateGroup>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
+    <id>7</id>
+    <identifier>custom-states</identifier>
+    <defaultLanguageCode>eng-GB</defaultLanguageCode>
+    <languageCodes>eng-GB</languageCodes>
+    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates"/>
+    <names>
+        <value languageCode="eng-GB">New Custom State name</value>
+    </names>
+    <descriptions>
+        <value languageCode="eng-GB">Custom Object state</value>
+    </descriptions>
+</ObjectStateGroup>
 
                                             
@@ -16155,41 +16165,41 @@
Types
file_copy

-
-                                                {
-    "ObjectStateGroup": {
-        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups/7",
-        "id": 7,
-        "identifier": "custom-states",
-        "defaultLanguageCode": "eng-GB",
-        "languageCodes": "eng-GB",
-        "ObjectStates": {
-            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
-            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
-        },
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "New Custom State name"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom Object state"
-                }
-            ]
-        }
-    }
-}
+                                            
+                                                {
+    "ObjectStateGroup": {
+        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups/7",
+        "id": 7,
+        "identifier": "custom-states",
+        "defaultLanguageCode": "eng-GB",
+        "languageCodes": "eng-GB",
+        "ObjectStates": {
+            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
+            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
+        },
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "New Custom State name"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom Object state"
+                }
+            ]
+        }
+    }
+}
 
                                             
@@ -16275,7 +16285,7 @@
Possible responses
-

/content/objectstategroups/objectstates

+

/content/objectstategroups/{objectStateGroupId}/objectstates

  • @@ -16308,7 +16318,7 @@

    /cont

    GET - /content/objectstategroups/objectstates + /content/objectstategroups/{objectStateGroupId}/objectstates

    Returns a list of all Object states of the given group.

    @@ -16393,7 +16403,7 @@
    Possible responses
    -
    200 @@ -16445,28 +16455,28 @@
    Types
    -
    +
    -
    -
    -
    +
    +

    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<ObjectStateList media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates">
    -    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1">
    -        <id>1</id>
    -        <identifier>not_locked</identifier>
    -        <priority>0</priority>
    -        <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2"/>
    -        <defaultLanguageCode>eng-GB</defaultLanguageCode>
    -        <languageCodes>eng-GB</languageCodes>
    -        <names>
    -            <value languageCode="eng-GB">Not locked</value>
    -        </names>
    -        <descriptions>
    -            <value languageCode="eng-GB"></value>
    -        </descriptions>
    -    </ObjectState>
    -    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objec
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<ObjectStateList media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates">
    +    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1">
    +        <id>1</id>
    +        <identifier>not_locked</identifier>
    +        <priority>0</priority>
    +        <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2"/>
    +        <defaultLanguageCode>eng-GB</defaultLanguageCode>
    +        <languageCodes>eng-GB</languageCodes>
    +        <names>
    +            <value languageCode="eng-GB">Not locked</value>
    +        </names>
    +        <descriptions>
    +            <value languageCode="eng-GB"></value>
    +        </descriptions>
    +    </ObjectState>
    +    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/2">
    +    
                                 
    - View more + View more
    -
    +

    file_copy

    -
    -                                {
    -    "ObjectStateList": {
    -        "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
    -        "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates",
    -        "ObjectState": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
    -                "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/1",
    -                "id": 1,
    -                "identifier": "not_locked",
    -                "priority": 0,
    -                "ObjectStateGroup": {
    -                    "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    -                    "_href": "/api/ibexa/v2/content/objectstategroups/2"
    -                },
    -                "defaultLanguageCode": "eng-GB",
    -                "languageCodes": "eng-GB",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Not locked"
    -     
    +                            
    +                                {
    +    "ObjectStateList": {
    +        "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
    +        "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates",
    +        "ObjectState": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
    +                "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/1",
    +                "id": 1,
    +                "identifier": "not_locked",
    +                "priority": 0,
    +                "ObjectStateGroup": {
    +                    "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    +                    "_href": "/api/ibexa/v2/content/objectstategroups/2"
    +                },
    +                "defaultLanguageCode": "eng-GB",
    +                "languageCodes": "eng-GB",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Not locked"
    +                        }
    + 
                                 
    - View more + View more
    -