ohif-viewer/Packages/ohif-core/both/schema.js
2016-08-29 18:22:40 -03:00

6 lines
137 B
JavaScript

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