Skip to content

Instantly share code, notes, and snippets.

@croxton
Created June 3, 2014 17:30
Show Gist options
  • Save croxton/77df250647204c964f29 to your computer and use it in GitHub Desktop.
Save croxton/77df250647204c964f29 to your computer and use it in GitHub Desktop.
<?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