Switched to Lexican Rich Text editor. Got editor working. Need to test signup.
This commit is contained in:
@@ -27,7 +27,10 @@ if(Meteor.isServer) {
|
||||
Meteor.methods({
|
||||
'workshops.add'(name, description, signupLimit) {
|
||||
let signupSheet = [];
|
||||
|
||||
|
||||
console.log(name)
|
||||
console.log(description)
|
||||
console.log(signupLimit)
|
||||
check(name, String);
|
||||
check(description, Match.Maybe(String));
|
||||
// Match a positive integer or undefined/null.
|
||||
|
||||
Reference in New Issue
Block a user