From cf87142b0eaca4cf8692a6848fec26bcdc3fe6c6 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Mon, 3 Feb 2025 14:48:16 +1300 Subject: [PATCH] DEP Swap out simple theme for the new startup theme --- .cow.json | 3 +-- app/_config/theme.yml | 2 +- composer.json | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.cow.json b/.cow.json index e2bc3260..ebfbfd0a 100644 --- a/.cow.json +++ b/.cow.json @@ -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", diff --git a/app/_config/theme.yml b/app/_config/theme.yml index e1184e7e..f4df9e41 100755 --- a/app/_config/theme.yml +++ b/app/_config/theme.yml @@ -4,5 +4,5 @@ Name: mytheme SilverStripe\View\SSViewer: themes: - '$public' - - 'simple' + - 'startup-theme' - '$default' diff --git a/composer.json b/composer.json index c8bc8606..be365590 100644 --- a/composer.json +++ b/composer.json @@ -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": {