Open Roman9961 opened 6 years ago
new SmartBanner({ daysHidden: 15, ... author: 'We don't need it now',
authorStore: { ios: 'iOS App Author', android: 'Android App Author', windows: 'Windows App Author' },
<div>"+
this.options.author
+"</div>
to ===>
<div>"+
this.options.authorStore[this.type]
+"</div>
Hey! Help me please! Is there way to set different authors for ios and android?