Max Stoiber
Max Stoiber
https://github.com/keystonejs/keystone/issues/1267
https://github.com/keystonejs/keystone/issues/1296
Ref https://github.com/keystonejs/keystone/issues/1258
https://github.com/keystonejs/keystone/issues/1240
https://github.com/keystonejs/keystone/issues/769
https://github.com/keystonejs/keystone/issues/719
Ref https://github.com/keystonejs/keystone/issues/272
See https://github.com/keystonejs/keystone/pull/2472 According to @snowkeeper, it works something like this: ``` var keystone = require('keystone'); var util = require('util'); /* Custom FieldType Constructor @extends Field @api public */ function custom(list,...
Ref https://github.com/keystonejs/keystone/pull/2481 /cc @molomby
Current we [only document the `format` option](http://keystonejs.com/docs/database/#fieldtypes-date), which is in what format the field is saved to the DB. The `inputFormat` option should be documented too, which is how a...