Advanced filters for editors

This commit is contained in:
2018-03-25 18:27:24 +02:00
parent 39e445bf71
commit 94adad1fd8
7 changed files with 34 additions and 12 deletions

View File

@ -257,6 +257,7 @@ func Configure(app *aero.Application) {
editorFilterable("/editor/anime/synopsis", filteranime.Synopsis)
editorFilterable("/editor/anime/genres", filteranime.Genres)
editorFilterable("/editor/anime/startdate", filteranime.StartDate)
editorFilterable("/editor/anime/tba", filteranime.TBA)
editorFilterable("/editor/anime/mapping/shoboi", filteranime.Shoboi)
editorFilterable("/editor/anime/mapping/anilist", filteranime.AniList)
editorFilterable("/editor/anime/mapping/mal", filteranime.MAL)