0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-11 02:59:07 +08:00
discourse/lib/site_settings
Martin Brennan 802fa4c356
FEATURE: Add icon type site setting (#38779)
This new setting type will use an IconPicker component
instead of requiring the admin to type in a FontAwesome icon name. This
will make it easier for admins to select icons and reduce errors from
typos.

The `discourse_reactions_like_icon` setting in reactions will be
the first to use this.
2026-03-24 10:57:50 +10:00
..
db_provider.rb FEATURE: Upcoming changes part 1 (#34617) 2025-10-30 10:46:14 +10:00
defaults_provider.rb DEV: Fix various rubocop lints (#24749) 2023-12-06 23:25:00 +01:00
dependency_graph.rb DEV: Detect circular site setting dependencies (#38165) 2026-03-04 10:10:38 +10:00
deprecated_settings.rb DEV: Remove deprecated trust level access settings (#36414) 2025-12-11 11:09:29 +10:00
hidden_provider.rb DEV: support un-hiding site settings programmatically (#32824) 2025-05-20 21:44:56 +02:00
label_formatter.rb UX: Upcoming foundation changes (#37162) 2026-02-06 11:50:57 -06:00
local_process_provider.rb DEV: Fix core backend CI tests timing out (#34281) 2025-08-13 16:06:19 +08:00
type_supervisor.rb FEATURE: Add icon type site setting (#38779) 2026-03-24 10:57:50 +10:00
validations.rb DEV: Add setting to tag s3 objects enabling tag based access control policies (#32988) 2025-06-16 13:26:18 +08:00
yaml_loader.rb