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