Skip to content

Commit

Permalink
DEP Swap out simple theme for the new startup theme
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Feb 3, 2025
1 parent 9450dbb commit cf87142
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .cow.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"child-stability-inherit": true,
"dependency-constraint": "loose",
"vendors": [
"silverstripe",
"silverstripe-themes"
"silverstripe"
],
"tests": [
"vendor/bin/phpunit vendor/silverstripe/framework/tests/php",
Expand Down
2 changes: 1 addition & 1 deletion app/_config/theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Name: mytheme
SilverStripe\View\SSViewer:
themes:
- '$public'
- 'simple'
- 'startup-theme'
- '$default'
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"silverstripe/recipe-plugin": "2.0.x-dev",
"silverstripe/vendor-plugin": "3.0.x-dev",
"silverstripe/recipe-cms": "6.0.x-dev",
"silverstripe-themes/simple": "3.3.x-dev",
"silverstripe/startup-theme": "1.0.x-dev",
"silverstripe/login-forms": "6.0.x-dev"
},
"require-dev": {
Expand Down

0 comments on commit cf87142

Please sign in to comment.