From ecc6cb36c3e3b19aaf07465b2eed20c6602302d5 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Wed, 5 Feb 2025 12:52:34 +1300 Subject: [PATCH] FIX Remove unnecessary theme.yml file. (#85) This file is currently identical to the one in installer, but will clash with it after silverstripe/silverstripe-installer#384 is merged. --- app/_config/theme.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 app/_config/theme.yml diff --git a/app/_config/theme.yml b/app/_config/theme.yml deleted file mode 100644 index 51c449a..0000000 --- a/app/_config/theme.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -Name: theme ---- -SilverStripe\View\SSViewer: - themes: - - '$public' - - 'simple' - - '$default'