feat(BOOK-436): Added manage cookie bot dynamic content to content pages
Approved-by: Linus Flood
This commit is contained in:
@@ -25,6 +25,7 @@ export namespace DynamicContentEnum {
|
||||
sas_link_account_banner: "sas_link_account_banner",
|
||||
sas_transfer_points: "sas_transfer_points",
|
||||
sas_tier_comparison: "sas_tier_comparison",
|
||||
manage_cookie_consent: "manage_cookie_consent",
|
||||
unknown: "unknown",
|
||||
} as const
|
||||
|
||||
@@ -72,6 +73,7 @@ export namespace DynamicContentEnum {
|
||||
export const components = {
|
||||
my_pages_navigation: "my_pages_navigation",
|
||||
employee_benefits_auth_card: "employee_benefits_auth_card",
|
||||
cookie_consent_button: "cookie_consent_button",
|
||||
unknown: "unknown",
|
||||
} as const
|
||||
|
||||
|
||||
Reference in New Issue
Block a user