Add new whitlisted class for upward menus
This commit is contained in:
parent
699df28987
commit
bd3a4b4406
|
@ -21,7 +21,7 @@ plugins.push(
|
||||||
]),
|
]),
|
||||||
whitelist: ['scale'],
|
whitelist: ['scale'],
|
||||||
whitelistPatterns:[/plyr/],
|
whitelistPatterns:[/plyr/],
|
||||||
whitelistPatternsChildren:[/plyr/, /dropdown/]
|
whitelistPatternsChildren:[/plyr/,/dropdown/,/upward/]
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
Loading…
Reference in New Issue