mirror of
https://github.com/discourse/discourse.git
synced 2025-06-19 21:51:35 +08:00
UX: adds support for a color setting type (#9016)
This commit is contained in:
@ -22,7 +22,8 @@ const CUSTOM_TYPES = [
|
||||
"secret_list",
|
||||
"upload",
|
||||
"group_list",
|
||||
"tag_list"
|
||||
"tag_list",
|
||||
"color"
|
||||
];
|
||||
|
||||
const AUTO_REFRESH_ON_SAVE = ["logo", "logo_small", "large_icon"];
|
||||
|
Reference in New Issue
Block a user