mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-07-24 04:31:52 +00:00
Added new settings to determine how to search on tags during short URL creation, and how many suggestions to display
This commit is contained in:
@@ -17,8 +17,12 @@ interface RealTimeUpdatesSettings {
|
||||
interval?: number;
|
||||
}
|
||||
|
||||
type TagFilteringMode = 'startsWith' | 'includes';
|
||||
|
||||
export interface ShortUrlCreationSettings {
|
||||
validateUrls: boolean;
|
||||
tagFilteringMode?: TagFilteringMode;
|
||||
maxTagSuggestions?: number;
|
||||
}
|
||||
|
||||
export interface UiSettings {
|
||||
|
||||
Reference in New Issue
Block a user