mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
add plugin selector to about/menu elements (#4597)
* add plugin selector to about/menu elements closes #4586 * Update plugin selector names Co-authored-by: Chocobozzz <me@florianbigard.com>
This commit is contained in:
parent
bdb4cc80c3
commit
28c6556789
4 changed files with 86 additions and 70 deletions
|
@ -1 +1,10 @@
|
|||
export type PluginSelectorId = 'login-form'
|
||||
export type PluginSelectorId =
|
||||
'login-form' |
|
||||
'menu-user-dropdown-language-item' |
|
||||
'about-instance-features' |
|
||||
'about-instance-statistics' |
|
||||
'about-instance-moderation' |
|
||||
'about-menu-instance' |
|
||||
'about-menu-peertube' |
|
||||
'about-menu-network' |
|
||||
'about-instance-other-information'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue