1
0
Fork 0
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:
Chocobozzz 2021-06-09 09:19:36 +02:00
parent 17b064e394
commit f7894f0964
No known key found for this signature in database
GPG key ID: 583A612D890159BE
8 changed files with 83 additions and 27 deletions

View file

@ -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
}