Jelord Rey Gulle
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.
Does this works on the keystone 4 ?
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;...
I am using Keystone 4
@shash7 , does not work either
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...
> Yep Yeah2, I know it wont appear.
Just don't know why it does not seem to work , no error either .