Added new editor lists for anime

This commit is contained in:
2018-04-08 10:55:17 +02:00
parent bb26e12f86
commit 5b77fa98cc
4 changed files with 47 additions and 8 deletions

View File

@ -284,6 +284,9 @@ func Configure(app *aero.Application) {
editorFilterable("/editor/anime/companies/producers", filteranime.Producers)
editorFilterable("/editor/anime/companies/licensors", filteranime.Licensors)
editorFilterable("/editor/anime/connections/relations", filteranime.Relations)
editorFilterable("/editor/anime/connections/characters", filteranime.Characters)
editorFilterable("/editor/anime/details/synopsis", filteranime.Synopsis)
editorFilterable("/editor/anime/details/genres", filteranime.Genres)
editorFilterable("/editor/anime/details/trailers", filteranime.Trailers)