presentation-get-placeholder-setting-by-path
Retrieve placeholder settings for Sitecore content items by specifying the item path, with options to filter by key, unique ID, language, and layout type.
Instructions
Gets placeholder setting assigned on the item specified by path.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemPath | Yes | The path of the item to get placeholder setting for. | |
| key | No | The key filter. | |
| uniqueId | No | The placeholder setting unique id. | |
| language | No | The language version of the item to retrieve placeholder setting for. | |
| finalLayout | No | Specifies layout holding the placeholder setting. If 'true', the final layout is used, otherwise - shared layout. |