Optional
requestOptions: Rendering.RequestOptionsRequest-specific configuration.
Get render settings for a screen.
Name of the prompt
Name of the screen
Optional
requestOptions: Rendering.RequestOptionsRequest-specific configuration.
Learn more about configuring render settings for advanced customization.
Example head_tags
array. See our documentation on using Liquid variables within head tags.
{ "head_tags": [ { "tag": "script", "attributes": { "defer": true, "src": "URL_TO_ASSET", "async": true, "integrity": [ "ASSET_SHA" ] } }, { "tag": "link", "attributes": { "href": "URL_TO_ASSET", "rel": "stylesheet" } } ] }
Name of the prompt
Name of the screen
Optional
requestOptions: Rendering.RequestOptionsRequest-specific configuration.
Protected
_
Get render setting configurations for all screens.