Link multilingual content items
plone_link_translationLink an existing content item as a translation of another by providing the source path and target item URL.
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 |
|---|---|---|---|
| id | Yes | The path of the content item to link as a translation (e.g., '/es/test-document'). | |
| path | Yes | Path to the source content item |