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 699df28987
commit bd3a4b4406
No known key found for this signature in database
GPG Key ID: 6B501DFD73514E14
1 changed files with 1 additions and 1 deletions

View File

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