ohif-viewer/Packages/ohif-core/both/schema.js
2016-08-29 16:51:02 -03:00

7 lines
179 B
JavaScript

import { SimpleSchema } from 'meteor/aldeed:simple-schema';
SimpleSchema.extendOptions({
valuesLabels: Match.Optional([String]),
emptyOption: Match.Optional(Boolean)
});