From 93f4dd17642fc8b55057b1179248109de1c4e318 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Mon, 25 Jul 2016 17:26:22 +1200 Subject: [PATCH] API Support nested themes API (#129) --- mysite/_config/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mysite/_config/config.yml b/mysite/_config/config.yml index 17910fc..3beba7e 100644 --- a/mysite/_config/config.yml +++ b/mysite/_config/config.yml @@ -8,6 +8,8 @@ After: # See http://doc.silverstripe.org/framework/en/topics/configuration # Caution: Indentation through two spaces, not tabs SSViewer: - theme: 'simple' + themes: + - 'simple' + - '$default' Debug: friendly_error_httpcode: true