mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add max rows to videos list
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user