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