iframe_single_optin
Version:
Single opt-in for iframe resources like google maps, youtube and vimeo.
12 lines (11 loc) • 685 B
text/typescript
export const data = {
titleTextVideo: "We need your consent to load the video",
titleTextMap: "We need your consent to load the map",
serviceUrlText: "more information",
showTextVideo: "show {SERVICE_NAME} video",
showTextMap: "show {SERVICE_NAME}",
infoTextVideo:
"We use a third party service to embed video content. This service can collect data about your activities. Please read the details and agree to use the service to view this video.",
infoTextMap:
"We use a third party service to embed map content. This service can collect data about your activities. Please read the details and agree to use the service to view this map.",
};