FEATURE: Add new site setting type for tag-group lists (#21993)

* FEATURE: Add new site setting type for tag-group lists
This commit is contained in:
Jean
2023-06-09 11:02:55 -04:00
committed by GitHub
parent b3bb3872cf
commit b2aa411436
5 changed files with 27 additions and 0 deletions

View File

@ -27,6 +27,7 @@ const CUSTOM_TYPES = [
"upload",
"group_list",
"tag_list",
"tag_group_list",
"color",
"simple_list",
"emoji_list",