Created
June 3, 2014 17:30
-
-
Save croxton/77df250647204c964f29 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
* -------------------------------------------------------------------- | |
* CUSTOM CONFIG VALUES | |
* -------------------------------------------------------------------- | |
// enable file sync for previews | |
$assign_to_config['stash_file_sync'] = TRUE; | |
// apply a prefix to all saved variables, so we don't overwrite any cached vars used by live site when previewing | |
$assign_to_config['stash_var_prefix'] = 'preview-'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment