Jelord Rey Gulle

Results 11 comments of Jelord Rey Gulle

Maybe because he needs a server copy of those files that in case that the source of the url no longer exist at least he would still have a copy.

So a seperate model that would handle the the mixed schema ? ``` var Schema = mongoose.Schema; Data.schema.add({ ImageData : { type : Schema.Types.Mixed } }); ``` ``` Data.add({ name:...

That would raise an error throw new Error('Unrecognised field constructor: ' + options.type);****

``` var keystone = require('keystone'); var Types = keystone.Field.Types; var mongoose = require('mongoose'); /** Vehicle ===== */ var Vehicle = new keystone.List('Vehicle', { label: 'Vehicle', }); var Schema = mongoose.Schema;...

Cause there won't be a UI for imageData as there's no field available for the mixed data type , you are talking about the UI on the admin of keystone...

Just don't know why it does not seem to work , no error either .