Merge branch 'fix-upward-menu' into 'develop'
Add new whitlisted class for upward menus See merge request funkwhale/funkwhale!936
This commit is contained in:
commit
860522a291
|
@ -21,7 +21,7 @@ plugins.push(
|
||||||
]),
|
]),
|
||||||
whitelist: ['scale'],
|
whitelist: ['scale'],
|
||||||
whitelistPatterns:[/plyr/],
|
whitelistPatterns:[/plyr/],
|
||||||
whitelistPatternsChildren:[/plyr/]
|
whitelistPatternsChildren:[/plyr/,/dropdown/,/upward/]
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
Loading…
Reference in New Issue