UX: Add simple-list setting type (#9970)

This commit is contained in:
Penar Musaraj
2020-06-04 10:44:54 -04:00
committed by GitHub
parent 76af25f753
commit 2d880b42a3
11 changed files with 219 additions and 3 deletions

View File

@ -34,7 +34,8 @@ class SiteSettings::TypeSupervisor
group: 19,
group_list: 20,
tag_list: 21,
color: 22
color: 22,
simple_list: 23
)
end