1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Add max rows to videos list

This commit is contained in:
Chocobozzz 2021-06-09 10:59:20 +02:00
parent 61cbafc1f8
commit 5d6395af72
No known key found for this signature in database
GPG key ID: 583A612D890159BE
10 changed files with 80 additions and 42 deletions

View file

@ -25,14 +25,16 @@ export type ChannelMiniatureMarkupData = {
export type VideosListMarkupData = {
onlyDisplayTitle?: string // boolean
maxRows?: string // number
sort?: string
count?: string
count?: string // number
categoryOneOf?: string // coma separated values
languageOneOf?: string // coma separated values
onlyLocal?: string // boolean
}
export type ButtonMarkupData = {