Add max rows to videos list

This commit is contained in:
Chocobozzz
2021-06-09 10:59:20 +02:00
parent 61cbafc1f8
commit 5d6395af72
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 = {