presentation-remove-rendering-parameter-by-path
Remove rendering parameters from Sitecore items by specifying the item path and rendering ID. Manage layout configurations by targeting shared or final layouts.
Instructions
Removes the specified rendering parameter from the rendering placed on the item specified by path.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemPath | Yes | The path of the item holding the rendering. | |
| renderingUniqueId | Yes | The unique ID of the rendering holding the rendering parameter. | |
| name | No | The name of the rendering parameter to remove. | |
| finalLayout | No | Specifies layout holding the rendering parameter. If 'true', the final layout is used, otherwise - shared layout. | |
| language | No | The item language varsion. |