]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/custom-markup/custom-markup-data.model.ts
Improve channel card custom markup
[github/Chocobozzz/PeerTube.git] / shared / models / custom-markup / custom-markup-data.model.ts
index 085ea7cf6e48ccac0fb6b454987571f30ca8c7b2..f3c23ec2c93aad3b68bc2c266bfefa6e0356bf99 100644 (file)
@@ -18,6 +18,9 @@ export type PlaylistMiniatureMarkupData = {
 export type ChannelMiniatureMarkupData = {
   // Channel name (username)
   name: string
+
+  displayLatestVideo?: string // boolean
+  displayDescription?: string // boolean
 }
 
 export type VideosListMarkupData = {
@@ -43,4 +46,5 @@ export type ContainerMarkupData = {
   width?: string
   title?: string
   description?: string
+  layout?: 'row' | 'column'
 }