mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
282f53f0cd
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, {});
|