Skip to content

Commit

Permalink
Add theme_color_override_with_admin_color_scheme environment config o…
Browse files Browse the repository at this point in the history
…ption
  • Loading branch information
ciampo committed Jan 14, 2025
1 parent d2512e0 commit 8daf4a8
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/_shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
],
"restricted_me_access": true,
"theme_color": "",
"theme_color_override_with_admin_color_scheme": true,
"reskinned_flows": [
"launch-site",
"onboarding",
Expand Down
1 change: 1 addition & 0 deletions config/a8c-for-agencies-development.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@
"theme": "a8c-for-agencies",
"restricted_me_access": false,
"theme_color": "#029CD7",
"theme_color_override_with_admin_color_scheme": false,
"hotjar_enabled": true
}
1 change: 1 addition & 0 deletions config/a8c-for-agencies-horizon.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@
"theme": "a8c-for-agencies",
"restricted_me_access": false,
"theme_color": "#029CD7",
"theme_color_override_with_admin_color_scheme": false,
"hotjar_enabled": true
}
1 change: 1 addition & 0 deletions config/a8c-for-agencies-production.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@
"theme": "a8c-for-agencies",
"restricted_me_access": false,
"theme_color": "#029CD7",
"theme_color_override_with_admin_color_scheme": false,
"hotjar_enabled": true
}
1 change: 1 addition & 0 deletions config/a8c-for-agencies-stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@
"theme": "a8c-for-agencies",
"restricted_me_access": false,
"theme_color": "#029CD7",
"theme_color_override_with_admin_color_scheme": false,
"hotjar_enabled": true
}
1 change: 1 addition & 0 deletions config/jetpack-cloud-development.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,6 @@
"theme": "jetpack-cloud",
"restricted_me_access": false,
"theme_color": "#2fb41f",
"theme_color_override_with_admin_color_scheme": false,
"hotjar_enabled": true
}
3 changes: 2 additions & 1 deletion config/jetpack-cloud-horizon.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,6 @@
"site_filter": [ "jetpack", "atomic", "wpcom" ],
"theme": "jetpack-cloud",
"hotjar_enabled": true,
"theme_color": "#2fb41f"
"theme_color": "#2fb41f",
"theme_color_override_with_admin_color_scheme": false
}
1 change: 1 addition & 0 deletions config/jetpack-cloud-production.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,6 @@
"theme": "jetpack-cloud",
"restricted_me_access": false,
"theme_color": "#2fb41f",
"theme_color_override_with_admin_color_scheme": false,
"hotjar_enabled": true
}
1 change: 1 addition & 0 deletions config/jetpack-cloud-stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,6 @@
"theme": "jetpack-cloud",
"restricted_me_access": false,
"theme_color": "#2fb41f",
"theme_color_override_with_admin_color_scheme": false,
"hotjar_enabled": true
}

0 comments on commit 8daf4a8

Please sign in to comment.