Compare commits
2 Commits
89c7b7533f
...
228fd01e26
Author | SHA1 | Date |
---|---|---|
|
228fd01e26 | |
|
4320379d1a |
|
@ -27,7 +27,7 @@ window.hasKeys = function (object, expected) {
|
||||||
};
|
};
|
||||||
|
|
||||||
window.globalFieldRules = function () {
|
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];
|
EventForm.styles = [classes, carousel, carouselStyle];
|
||||||
|
|
Loading…
Reference in New Issue