Skip to content

Commit

Permalink
DEP Swap out simple theme for the new startup theme (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Feb 4, 2025
1 parent 9450dbb commit ae0cfca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 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 .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
/silverstripe-cache/
/.env
/vendor/
/themes/simple/
/themes/startup-theme/
/_resources/
/public/_resources/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![CI](https://github.com/silverstripe/silverstripe-installer/actions/workflows/ci.yml/badge.svg)](https://github.com/silverstripe/silverstripe-installer/actions/workflows/ci.yml)
[![Silverstripe supported module](https://img.shields.io/badge/silverstripe-supported-0071C4.svg)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)

Base project folder for a Silverstripe ([http://silverstripe.org](http://silverstripe.org)) installation. Required modules are installed via [http://github.com/silverstripe/recipe-cms](http://github.com/silverstripe/recipe-cms). For information on how to change the dependencies in a recipe, please have a look at [https://github.com/silverstripe/recipe-plugin](https://github.com/silverstripe/recipe-plugin). In addition, installer includes [theme/simple](https://github.com/silverstripe-themes/silverstripe-simple) as a default theme.
Base project folder for a Silverstripe ([http://silverstripe.org](http://silverstripe.org)) installation. Required modules are installed via [http://github.com/silverstripe/recipe-cms](http://github.com/silverstripe/recipe-cms). For information on how to change the dependencies in a recipe, please have a look at [https://github.com/silverstripe/recipe-plugin](https://github.com/silverstripe/recipe-plugin). In addition, installer includes [silverstripe/startup-theme](https://github.com/silverstripe/startup-theme) as a default theme.

## Installation

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 ae0cfca

Please sign in to comment.