diff options
author | kontrollanten <6680299+kontrollanten@users.noreply.github.com> | 2021-12-03 10:47:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-03 10:47:47 +0100 |
commit | 28c6556789e4cd8cc205c3e0672c2fec3d6ca2ab (patch) | |
tree | 7cf3a011311c3f5774c42f294069073f994d8f72 /shared/models/plugins | |
parent | bdb4cc80c3d90fccfe5ed2a0f1a4837882a46b8f (diff) | |
download | PeerTube-28c6556789e4cd8cc205c3e0672c2fec3d6ca2ab.tar.gz PeerTube-28c6556789e4cd8cc205c3e0672c2fec3d6ca2ab.tar.zst PeerTube-28c6556789e4cd8cc205c3e0672c2fec3d6ca2ab.zip |
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>
Diffstat (limited to 'shared/models/plugins')
-rw-r--r-- | shared/models/plugins/client/plugin-selector-id.type.ts | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/shared/models/plugins/client/plugin-selector-id.type.ts b/shared/models/plugins/client/plugin-selector-id.type.ts index b74dffbef..8d23314b5 100644 --- a/shared/models/plugins/client/plugin-selector-id.type.ts +++ b/shared/models/plugins/client/plugin-selector-id.type.ts | |||
@@ -1 +1,10 @@ | |||
1 | export type PluginSelectorId = 'login-form' | 1 | export type PluginSelectorId = |
2 | 'login-form' | | ||
3 | 'menu-user-dropdown-language-item' | | ||
4 | 'about-instance-features' | | ||
5 | 'about-instance-statistics' | | ||
6 | 'about-instance-moderation' | | ||
7 | 'about-menu-instance' | | ||
8 | 'about-menu-peertube' | | ||
9 | 'about-menu-network' | | ||
10 | 'about-instance-other-information' | ||