]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/custom-markup/custom-markup-data.model.ts
Add notification plugin hook
[github/Chocobozzz/PeerTube.git] / shared / models / custom-markup / custom-markup-data.model.ts
index 8cbe3cfa4731ea680f2500008350af4805f4f705..3e396052a68e7f66fc27dcb5461b6f5f21c0e89e 100644 (file)
@@ -36,6 +36,8 @@ export type VideosListMarkupData = {
   channelHandle?: string
   accountHandle?: string
 
+  isLive?: string // number
+
   onlyLocal?: string // boolean
 }
 
@@ -51,4 +53,6 @@ export type ContainerMarkupData = {
   title?: string
   description?: string
   layout?: 'row' | 'column'
+
+  justifyContent?: 'space-between' | 'normal' // default to 'space-between'
 }