aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-06-09 09:19:36 +0200
committerChocobozzz <me@florianbigard.com>2021-06-09 09:19:36 +0200
commitf7894f09649b8ae4009d51790f1ac636c4fc4439 (patch)
tree40f719c35686e22ea43ac8a0a25bc5c9d915c7b8 /client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts
parent17b064e394e6d6ad1eaad1c47ae7d69d0fccd3bc (diff)
downloadPeerTube-f7894f09649b8ae4009d51790f1ac636c4fc4439.tar.gz
PeerTube-f7894f09649b8ae4009d51790f1ac636c4fc4439.tar.zst
PeerTube-f7894f09649b8ae4009d51790f1ac636c4fc4439.zip
Create peertube-container html tag
Diffstat (limited to 'client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts')
-rw-r--r--client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts
index 8d9e223da..c3710484e 100644
--- a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts
+++ b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts
@@ -14,8 +14,6 @@ import { MiniatureDisplayOptions } from '../../shared-video-miniature'
14 styleUrls: [ 'videos-list-markup.component.scss' ] 14 styleUrls: [ 'videos-list-markup.component.scss' ]
15}) 15})
16export class VideosListMarkupComponent implements OnInit { 16export class VideosListMarkupComponent implements OnInit {
17 @Input() title: string
18 @Input() description: string
19 @Input() sort = '-publishedAt' 17 @Input() sort = '-publishedAt'
20 @Input() categoryOneOf: number[] 18 @Input() categoryOneOf: number[]
21 @Input() languageOneOf: string[] 19 @Input() languageOneOf: string[]