Added editor list for trailers

This commit is contained in:
2018-04-06 00:37:10 +02:00
parent a4bbd5cbbc
commit 84bb8fc2b8
3 changed files with 20 additions and 0 deletions
pages

@ -286,6 +286,7 @@ func Configure(app *aero.Application) {
editorFilterable("/editor/anime/details/synopsis", filteranime.Synopsis)
editorFilterable("/editor/anime/details/genres", filteranime.Genres)
editorFilterable("/editor/anime/details/trailers", filteranime.Trailers)
editorFilterable("/editor/anime/details/startdate", filteranime.StartDate)
editorFilterable("/editor/anime/details/episodelength", filteranime.EpisodeLength)
editorFilterable("/editor/anime/details/source", filteranime.Source)