Unlink Translation
plone_unlink_translationRemoves the translation link between a content item and a specific language translation, identified by path and language code.
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') |