Skip to content

Instantly share code, notes, and snippets.

@mooror
Created January 26, 2017 04:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mooror/e306edf45e2f29083e73760a164d4e57 to your computer and use it in GitHub Desktop.
Save mooror/e306edf45e2f29083e73760a164d4e57 to your computer and use it in GitHub Desktop.
# The Yaml produced by pyYAML in my python script
---
After:
- framework/*
- cms/*
Name: mysite
---
Debug:
friendly_error_httpcode: true
SSViewer:
theme: simple
SiteConfig:
extensions:
- InstallSettingsExtension
# The YAML format silverstripe wants
---
After:
- framework/*
- cms/*
Name: mysite
---
Debug:
friendly_error_httpcode: true
SSViewer:
theme: simple
SiteConfig:
extensions:
- InstallSettingsExtension
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment