mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Introduce plugin id selectors
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export * from './client-hook.model'
|
||||
export * from './plugin-client-scope.type'
|
||||
export * from './plugin-element-placeholder.type'
|
||||
export * from './plugin-selector-id.type'
|
||||
export * from './register-client-form-field.model'
|
||||
export * from './register-client-hook.model'
|
||||
export * from './register-client-settings-script.model'
|
||||
|
||||
1
shared/models/plugins/client/plugin-selector-id.type.ts
Normal file
1
shared/models/plugins/client/plugin-selector-id.type.ts
Normal file
@@ -0,0 +1 @@
|
||||
export type PluginSelectorId = 'login-form'
|
||||
Reference in New Issue
Block a user