Change names of newsletter JSON attributes

This commit is contained in:
Tautvidas Sipavičius
2015-09-23 14:16:37 +03:00
parent 27a90f5ef1
commit fd7312fbf9
8 changed files with 27 additions and 27 deletions

View File

@ -34,10 +34,10 @@ define([
fontColor: '#21759B',
textDecoration: 'underline',
},
newsletter: {
wrapper: {
backgroundColor: '#ffffff',
},
background: {
body: {
backgroundColor: '#cccccc',
},
},
@ -72,7 +72,7 @@ define([
App.getAvailableStyles = Module.getAvailableStyles;
this.setGlobalStyles(options.newsletter.styles);
this.setGlobalStyles(options.newsletter.globalStyles);
});
App.on('start', function(options) {