Theme JS APIs
Theme JS APIs
Get the list of available themes
Fliplet.Themes.get().then(function (themes) {
});
Get settings from the current theme
var value = Fliplet.Themes.Current.get('keyName');
Fliplet.Themes.get().then(function (themes) {
});
var value = Fliplet.Themes.Current.get('keyName');