feat: Gitea backend refactoring (#833)
This commit is contained in:
@ -570,7 +570,14 @@ export interface MediaLibraryConfig {
|
||||
folder_support?: boolean;
|
||||
}
|
||||
|
||||
export type BackendType = 'git-gateway' | 'github' | 'gitlab' | 'bitbucket' | 'test-repo' | 'proxy';
|
||||
export type BackendType =
|
||||
| 'git-gateway'
|
||||
| 'github'
|
||||
| 'gitlab'
|
||||
| 'gitea'
|
||||
| 'bitbucket'
|
||||
| 'test-repo'
|
||||
| 'proxy';
|
||||
|
||||
export type MapWidgetType = 'Point' | 'LineString' | 'Polygon';
|
||||
|
||||
|
Reference in New Issue
Block a user