CookiebarContent
The content of a cookiebar in Askas cookie manager (acm)
type CookiebarContent {
main: [LocalizedString]
popup: [LocalizedString]
}
Fields
main ● [LocalizedString]
The main content
popup ● [LocalizedString]
The popup content
Example
{
"main": [
{
"language": "EN",
"value": "String"
}
]
}