mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Create peertube-container html tag
This commit is contained in:
parent
17b064e394
commit
f7894f0964
8 changed files with 83 additions and 27 deletions
|
@ -19,8 +19,6 @@ export type ChannelMiniatureMarkupData = {
|
|||
}
|
||||
|
||||
export type VideosListMarkupData = {
|
||||
title: string
|
||||
description: string
|
||||
sort: string
|
||||
categoryOneOf: string // coma separated values
|
||||
languageOneOf: string // coma separated values
|
||||
|
@ -33,3 +31,9 @@ export type ButtonMarkupData = {
|
|||
label: string
|
||||
blankTarget?: string
|
||||
}
|
||||
|
||||
export type ContainerMarkupData = {
|
||||
width?: string
|
||||
title?: string
|
||||
description?: string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue