fix: added comment back

This commit is contained in:
Julian Lam
2019-09-04 11:44:04 -04:00
parent fe452762b7
commit 0c4cd840a0

View File

@@ -115,6 +115,7 @@ module.exports = function (Posts) {
sanitizeConfig.allowedAttributes[tag] = _.union(sanitizeConfig.allowedAttributes[tag], sanitizeConfig.globalAttributes);
});
// Some plugins might need to adjust or whitelist their own tags...
sanitizeConfig = await plugins.fireHook('filter:sanitize.config', sanitizeConfig);
};