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:
Gary Pendergast
2025-01-06 15:05:40 +11:00
committed by GitHub
parent b07e7cc70f
commit 01ceeae2d6
9 changed files with 44 additions and 4 deletions

View File

@ -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