presentation-switch-rendering-by-path
Switch an existing rendering with an alternate one for a specific item by specifying paths, updating either the shared or final layout as needed.
Instructions
Switches an existing rendering specified by path with an alternate one for the item specified by path.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemPath | Yes | The path of the item holding the renderings. | |
| oldRenderingPath | Yes | The path of the rendering to switch. | |
| newRenderingPath | Yes | The path of the new rendering. | |
| finalLayout | No | Specifies the layout to update the rendering. If 'true', the final layout is used, otherwise - shared layout. | |
| language | No | The language version of the item holding the renderings. |