Kevin Kolz

Results 2 comments of Kevin Kolz

@philotas @mbroadst thanks, create.write.before(..... did the trick. One caveat being I had to modify the req.body instead of the context.attributes ``` clientResource.create.write.before(function(req, res, context) { req.body.clientSecret = hashSecret(req.body.clientSecret); return context.continue;...

@soccerloway I also need the functionality @djcurfew described. It seems like my options are to solve this problem using quill or find another rich text editor that can handle it...