X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fcustom-markup%2Fcustom-markup-data.model.ts;h=3e396052a68e7f66fc27dcb5461b6f5f21c0e89e;hb=0dce48c1e25a4ac0d4b7a4cb53c9fa54c81fa766;hp=667eaad9c0c3cb30178a6087db0968905f556100;hpb=8e72210829368aeb831f13b66a31ffbe5bf35272;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/custom-markup/custom-markup-data.model.ts b/shared/models/custom-markup/custom-markup-data.model.ts index 667eaad9c..3e396052a 100644 --- a/shared/models/custom-markup/custom-markup-data.model.ts +++ b/shared/models/custom-markup/custom-markup-data.model.ts @@ -53,4 +53,6 @@ export type ContainerMarkupData = { title?: string description?: string layout?: 'row' | 'column' + + justifyContent?: 'space-between' | 'normal' // default to 'space-between' }