mirror of
https://github.com/discourse/discourse.git
synced 2026-08-04 10:23:17 -05:00
Allows theme authors to specify custom theme settings for the theme. Centralizes the theme/site settings into a single construct
4 lines
104 B
JavaScript
4 lines
104 B
JavaScript
import Setting from 'admin/mixins/setting-object';
|
|
|
|
export default Discourse.Model.extend(Setting, {});
|