Categories with underscore
This commit is contained in:
@@ -850,10 +850,10 @@ func applyHeadVisualeffectsConfig(policy *headVisualeffectsPolicy, cfg project.H
|
||||
func defaultHeadVisualeffectsPolicy() headVisualeffectsPolicy {
|
||||
return headVisualeffectsPolicy{
|
||||
Groups: map[string]headVisualeffectsGroupPolicy{
|
||||
"chestaccessory": {},
|
||||
"headaccessory": {},
|
||||
"headdecoration": {},
|
||||
"headfeature": {},
|
||||
"chest_accessories": {},
|
||||
"head_accessories": {},
|
||||
"head_decorations": {},
|
||||
"head_features": {},
|
||||
},
|
||||
GroupTokenSource: "folder_name",
|
||||
CategoryFrom: "immediate_parent",
|
||||
|
||||
Reference in New Issue
Block a user