From ed08a6f52cb710f583c3f3349565e0f81f63a111 Mon Sep 17 00:00:00 2001 From: Michael Andrewartha Date: Wed, 23 Jul 2014 14:15:27 +1200 Subject: [PATCH] specifiy after toolbar --- app/_config/config.yml | 10 ++++++++++ themes/docs/templates/DocumentationViewer.ss | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/app/_config/config.yml b/app/_config/config.yml index c07aca2..6112067 100644 --- a/app/_config/config.yml +++ b/app/_config/config.yml @@ -1,3 +1,8 @@ +--- +After: + - framework/* + - cms/* +--- StaticExporter: extensions: - DocumentationStaticPublisherExtension @@ -5,6 +10,11 @@ StaticExporter: Controller: extensions: - ControllerExtension + +--- +After: + - toolbar/* +--- GlobalNav: hostname: 'http://ssorg-another.test.silverstripe.com/' css_path: '/themes/ssv3/css/toolbar.css' diff --git a/themes/docs/templates/DocumentationViewer.ss b/themes/docs/templates/DocumentationViewer.ss index fd1ef14..7be9d3f 100644 --- a/themes/docs/templates/DocumentationViewer.ss +++ b/themes/docs/templates/DocumentationViewer.ss @@ -8,7 +8,6 @@ -