This commit is contained in:
barisusakli
2016-08-27 14:06:14 +03:00
parent b933385b76
commit 50aac3c6a4
6 changed files with 44 additions and 50 deletions

View File

@@ -5,7 +5,8 @@ var winston = require('winston'),
module.exports = function(Plugins) {
Plugins.deprecatedHooks = {
'filter:user.custom_fields': null // remove in v1.1.0
'filter:user.custom_fields': null, // remove in v1.1.0
'filter:post.save': 'filter:post.create'
};
/*
`data` is an object consisting of (* is required):