Skip to content

Commit

Permalink
Windows htmlNewTabPage override, move nextStepsWidget (#2675)
Browse files Browse the repository at this point in the history
* Windows `htmlNewTabPage` override, move `nextStepsWidget`

* Remove `minSupportedVersion`

* Add experiment back
  • Loading branch information
greyivy authored Jan 29, 2025
1 parent d38ca83 commit 9198d14
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions features/html-new-tab-page.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"features": {
"isLaunched": {
"state": "disabled"
},
"nextStepsWidget": {
"state": "disabled"
}
}
}
10 changes: 8 additions & 2 deletions overrides/windows-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -472,10 +472,16 @@
},
"windowsNewTabPageExperiment": {
"state": "enabled",
"minSupportedVersion": "0.96.0",
"minSupportedVersion": "0.96.0"
},
"htmlNewTabPage": {
"state": "internal",
"features": {
"isLaunched": {
"state": "internal"
},
"nextStepsWidget": {
"state": "disabled"
"state": "internal"
}
}
},
Expand Down

0 comments on commit 9198d14

Please sign in to comment.