Add value to validator
This commit is contained in:
parent
d7259f828f
commit
89c7b7533f
|
@ -27,7 +27,7 @@ window.hasKeys = function (object, expected) {
|
||||||
};
|
};
|
||||||
|
|
||||||
window.globalFieldRules = function () {
|
window.globalFieldRules = function () {
|
||||||
return ['default', 'nami_type', 'for_members', 'key', 'columns', 'name', 'type'];
|
return ['value', 'nami_type', 'for_members', 'key', 'columns', 'name', 'type'];
|
||||||
};
|
};
|
||||||
|
|
||||||
EventForm.styles = [classes, carousel, carouselStyle];
|
EventForm.styles = [classes, carousel, carouselStyle];
|
||||||
|
|
Loading…
Reference in New Issue