Unlink Translation
plone_unlink_translationRemove the translation link between a specified content item and one of its translations by providing the content path and language code of the translation to unlink.
Instructions
Removes the translation link between a content item and one of its translations, identified by language code. Example: plone_unlink_translation({path: '/en/my-page', language: 'de'})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the content item to unlink a translation from | |
| language | Yes | Language code of the translation to unlink (e.g., 'de', 'fr') |