mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 04:48:11 +08:00
![OsamaSayegh](/assets/img/avatar_default.png)
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, {});
|