Bart Spedden
Results
3
comments of
Bart Spedden
@frco9 can you provide an example of how you did this? Thanks.
Thanks for getting me on the right path @CaptainN. But I have another question. My schema looks like this ``` export const Companies = new Mongo.Collection('companies'); Companies.attachSchema(new SimpleSchema({ name: {...
+1 I'm trying to get meteor-admin working with meteor 1.3 and without an import for AdminConfig I'm not sure how to get things rolling. Any direction would be helpful. Thanks!