UX: adds support for a color setting type (#9016)

This commit is contained in:
Joffrey JAFFEUX
2020-03-09 10:07:03 +01:00
committed by GitHub
parent 8612bfb152
commit 60b47d622e
9 changed files with 117 additions and 18 deletions

View File

@ -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"];