Skip to content

Commit

Permalink
DEP Remove cwp themes
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Feb 27, 2024
1 parent 1158a7c commit a4a4842
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 111 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,3 @@ composer create-project silverstripe/recipe-kitchen-sink ./cms-sink ^4

See the [recipe plugin](https://github.com/silverstripe/recipe-plugin) page for instructions on how
Silverstripe CMS recipes work.

## Troubleshooting

### Page and PageController parent classes

When installing the kitchen sink, your project Page and PageController subclasses may be set to extend
SiteTree and ContentController. This is [only an issue](https://github.com/silverstripe/cwp-recipe-kitchen-sink/issues/30)
with the kitchen sink recipe, and requires you to manually change the parent classes to CWP's BasePage and
BasePageController.
5 changes: 0 additions & 5 deletions app/_config/agencyextensions.yml

This file was deleted.

25 changes: 0 additions & 25 deletions app/_config/environmentcheck.yml

This file was deleted.

20 changes: 0 additions & 20 deletions app/_config/security.yml

This file was deleted.

9 changes: 0 additions & 9 deletions app/_config/theme.yml

This file was deleted.

6 changes: 0 additions & 6 deletions app/_config/versionfeed.yml

This file was deleted.

8 changes: 0 additions & 8 deletions app/src/HomePage.php

This file was deleted.

8 changes: 0 additions & 8 deletions app/src/HomePageController.php

This file was deleted.

8 changes: 0 additions & 8 deletions app/src/Page.php

This file was deleted.

8 changes: 0 additions & 8 deletions app/src/PageController.php

This file was deleted.

5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
"silverstripe/subsites": "4.x-dev",
"silverstripe/lumberjack": "4.x-dev",
"silverstripe/staticpublishqueue": "7.x-dev",
"cwp/starter-theme": "5.x-dev",
"cwp/watea-theme": "5.x-dev",
"dnadesign/silverstripe-elemental-userforms": "5.x-dev",
"symbiote/silverstripe-multivaluefield": "7.x-dev",
"symbiote/silverstripe-gridfieldextensions": "5.x-dev",
Expand All @@ -49,9 +47,6 @@
"mikey179/vfsstream": "^1.6"
},
"extra": {
"project-files": [
"app/*"
],
"public-files": [
"assets/*",
"favicon.ico"
Expand Down

0 comments on commit a4a4842

Please sign in to comment.