diff --git a/plugins/removeAttrs.js b/plugins/removeAttrs.js index eef4606d..f7e131d8 100644 --- a/plugins/removeAttrs.js +++ b/plugins/removeAttrs.js @@ -6,6 +6,8 @@ exports.type = 'perItem'; exports.active = false; +exports.description = 'removes specified attributes'; + exports.params = { attrs: [] };