Add special_type to validator
This commit is contained in:
parent
89c7b7533f
commit
4320379d1a
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue