forked from yogiben/meteor-admin
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Replace Collection2 by aldeed:collection2-core.
Add in the dependency: session, bcrypt, aldeed:autoform and meteor npm i --save simpl-schema
Change the code from the collection example:
import SimpleSchema from 'simpl-schema';
SimpleSchema.extendOptions(['autoform']);
Schemas = {};
Posts = new Meteor.Collection('posts');
Schemas.Posts = new SimpleSchema({
title: {
type: String,
max: 60
},
content: {
...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels