mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Custom markup container default to space between
This commit is contained in:
parent
8e72210829
commit
0dce48c1e2
2 changed files with 4 additions and 0 deletions
|
@ -53,4 +53,6 @@ export type ContainerMarkupData = {
|
|||
title?: string
|
||||
description?: string
|
||||
layout?: 'row' | 'column'
|
||||
|
||||
justifyContent?: 'space-between' | 'normal' // default to 'space-between'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue