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:
parent
61cbafc1f8
commit
5d6395af72
10 changed files with 80 additions and 42 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue