You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Body_Part"="7d243965-be43-4ab6-b6ac-721e942f38d3",// No extra function on label
45
+
"Color"="ee83f116-fa27-40f7-bdb8-13a2084c1a6f",// Label should allow picking hex color
46
+
"Season"="9217222d-d61a-49fc-b989-46ec84af48a7"// Label should allow choosing temperature range
47
+
}
48
+
49
+
// I dislike that this is a separately defined enum but I needed to iterate over it in labels page
50
+
exportenumCategorySpecialityBodyPartValue{
51
+
Head="Head",
52
+
Arms="Arms",
53
+
Hands="Hands",
54
+
Torso="Torso",
55
+
Legs="Legs",
56
+
Feet="Feet"
57
+
}
58
+
59
+
60
+
// Maps what a CategorySpeciality expects the label to save. If undefined, label should not display input field. - Thank you @DerDeathraven for TS magic!
0 commit comments