mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 21:45:26 +08:00
UX: Admin setting page consistency - Fonts (#30564)
Create a basic config page that only contains font-related settings, to replace the setting filtered view linked to from "Font style" in the admin sidebar.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class SiteSetting < ActiveRecord::Base
|
||||
VALID_AREAS = %w[about embedding emojis flags notifications permalinks]
|
||||
VALID_AREAS = %w[about embedding emojis flags fonts notifications permalinks]
|
||||
|
||||
extend GlobalPath
|
||||
extend SiteSettingExtension
|
||||
|
Reference in New Issue
Block a user