Skip to content

Commit

Permalink
removed preview cta message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-L committed Dec 2, 2024
1 parent 0ad5239 commit c0d7330
Showing 1 changed file with 1 addition and 37 deletions.
38 changes: 1 addition & 37 deletions live/windows-config/windows-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 6,
"version": 7,
"messages": [
{
"id": "windows_privacy_pro_exit_survey_1",
Expand Down Expand Up @@ -50,37 +50,9 @@
7,
8
]
},
{
"id": "windows_preview_cta",
"content": {
"messageType": "big_single_action",
"titleText": "Get early access to the latest features in \nDuckDuckGo Preview for Windows",
"descriptionText": "Try out the latest browser features and send feedback to help us improve DuckDuckGo.",
"placeholder": "DDGAnnounce",
"primaryActionText": "Learn More",
"primaryAction": {
"type": "url",
"value": "https://duckduckgo.com/windows-preview"
}
},
"matchingRules": [
1
],
"exclusionRules": [
9
]
}
],
"rules": [
{
"id": 1,
"attributes": {
"daysSinceInstalled": {
"min": 14
}
}
},
{
"id": 2,
"attributes": {
Expand Down Expand Up @@ -161,14 +133,6 @@
]
}
}
},
{
"id": 9,
"attributes": {
"flavor": {
"value": ["beta", "dev", "canary", "preview"]
}
}
}
]
}

0 comments on commit c0d7330

Please sign in to comment.