Support for Tagger

This commit is contained in:
ReUnknown
2023-05-03 19:49:42 +09:00
parent 43243a9bf1
commit 664ae50c1a

View File

@@ -30,6 +30,14 @@ const thirdParty = {
"Filename keyword search",
"EXIF keyword search"
]
},
"tab_tagger": {
"base": "#tab_tagger",
"hasIds": false,
"selectors": [
"Additional tags (split by comma)",
"Exclude tags (split by comma)"
]
}
}