Get Translations of a Content Item
plone_get_translationRetrieve all translations of a Plone content item by its URL path.
Instructions
Retrieves all available translations for a content item , identified by its '@id' (URL). Example: plone_get_translation({path: '/en/my-page'})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the content item (e.g., '/en/my-page') |