diff --git a/fields/types/BuildFileAlias.js b/fields/types/BuildFileAlias.js index 8eb8826763..0de7e72b20 100644 --- a/fields/types/BuildFileAlias.js +++ b/fields/types/BuildFileAlias.js @@ -5,6 +5,7 @@ var keystone = require('../../'), module.exports = function(adapter, multiple) { function file(list, path, options) { + console.log('Keystone:','"'+adapter+'File" will be deprecated, please create a "'+adapter+'" Store and use "FileType"'); var storeName = list.key + '-' + path; new keystone.Store(storeName, _.defaults({ adapter: adapter