var settings = {
messages:'on',// 'on' потому что checkbox
video:'on',
theme:'ligh-wordpress',
style:'',
btnStyle:'',
btnText:'',
}
<!-- comment -->
<script>
window._Global={
functions:{message:true,video:true},
theme:'ligh-wordpress',
style:'',
btn:{
style:'',
text:''
}
}
window.onload(installScript...<!-- ну эта часть никак не зависит от настроек поэтому -->
</script>
<!-- /comment -->