mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
24 lines
418 B
YAML
24 lines
418 B
YAML
---
|
|
After:
|
|
- framework/*
|
|
- cms/*
|
|
---
|
|
StaticExporter:
|
|
extensions:
|
|
- DocumentationStaticPublisherExtension
|
|
disable_sitetree_export: true
|
|
Controller:
|
|
extensions:
|
|
- ControllerExtension
|
|
|
|
---
|
|
After:
|
|
- toolbar/*
|
|
---
|
|
GlobalNav:
|
|
hostname: 'http://ssorg-another.test.silverstripe.com/'
|
|
css_path: '/themes/ssv3/css/toolbar.css'
|
|
use_localhost: false
|
|
SiteController:
|
|
extensions:
|
|
- GlobalNavExtension |