Link multilingual content items
plone_link_translationLink an existing content item as a translation of another. Pass source path and target translation path (full URL or path).
Instructions
Links an existing content item as a translation of another. Both items must already exist. Passing the '@id' (full URL) of the existing content item. Example: plone_link_translation({path: '/en/my-page', id: 'https://example.com/de/meine-seite'})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the source content item | |
| id | Yes | The path of the content item to link as a translation (e.g., '/es/test-document'). |