discourse/app/assets/javascripts/admin/models/theme-settings.js.es6
OsamaSayegh 282f53f0cd FEATURE: Theme settings (2) (#5611)
Allows theme authors to specify custom theme settings for the theme. 

Centralizes the theme/site settings into a single construct
2018-03-04 19:04:23 -05:00

4 lines
104 B
JavaScript

import Setting from 'admin/mixins/setting-object';
export default Discourse.Model.extend(Setting, {});