Add new whitlisted class for upward menus

This commit is contained in:
Ciarán Ainsworth 2019-10-17 10:18:55 +02:00 committed by Eliot Berriot
parent b3278894ea
commit 9d26daaa45
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ plugins.push(
]), ]),
whitelist: ['scale'], whitelist: ['scale'],
whitelistPatterns:[/plyr/], whitelistPatterns:[/plyr/],
whitelistPatternsChildren:[/plyr/] whitelistPatternsChildren:[/plyr/,/dropdown/,/upward/]
}), }),
) )
module.exports = { module.exports = {