Add special_type to validator

This commit is contained in:
philipp lang 2024-03-15 00:56:29 +01:00
parent 89c7b7533f
commit 4320379d1a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ window.hasKeys = function (object, expected) {
};
window.globalFieldRules = function () {
return ['value', 'nami_type', 'for_members', 'key', 'columns', 'name', 'type'];
return ['value', 'special_type', 'nami_type', 'for_members', 'key', 'columns', 'name', 'type'];
};
EventForm.styles = [classes, carousel, carouselStyle];