mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
8b4b81decb
Added toolbar yml, removed toolbar yml code from config, added toolbar code into header
14 lines
284 B
YAML
14 lines
284 B
YAML
---
|
|
After:
|
|
- toolbar/*
|
|
---
|
|
GlobalNav:
|
|
hostname: 'http://www.silverstripe.org/'
|
|
css_path: '/themes/ssv3/css/toolbar.css'
|
|
use_localhost: false
|
|
GlobalNavTemplateProvider:
|
|
connection_timeout: 2000
|
|
transfer_timeout: 6000
|
|
SiteController:
|
|
extensions:
|
|
- GlobalNavExtension |