Appearance
Debug mode
Numerous Syngency scripts use Syngency.debugMode to toggle verbose console logging. Set this property to true for additional logging during development. This and other custom Syngency object properties are typically defined at the end of the head element in the Master template.
js
<script>
Syngency.debugMode = true;
</script>