OptionalrequestOptions: Rendering.RequestOptionsRequest-specific configuration.
Get render settings for a screen.
Name of the prompt
Name of the screen
OptionalrequestOptions: 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
OptionalrequestOptions: Rendering.RequestOptionsRequest-specific configuration.
Protected_
Get render setting configurations for all screens.