added settings for validator no colons in name

This commit is contained in:
Kaa Maurice 2022-11-29 15:42:33 +01:00
parent c1437c0a39
commit de4a5c4953
2 changed files with 9 additions and 0 deletions

View file

@ -24,6 +24,11 @@
"optional": false,
"active": true
},
"ValidateNoColonsInName": {
"enabled": true,
"optional": false,
"active": true
},
"ExtractBlend": {
"enabled": true,
"optional": true,

View file

@ -37,6 +37,10 @@
{
"key": "ValidateTransformZero",
"label": "Validate Transform Zero"
},
{
"key": "ValidateNoColonsInName",
"label": "Validate No Colons In Name"
}
]
}