Skip to content

Commit 2fe0335

Browse files
[DURACOM-507] minor layout fix, add bitstream form options
1 parent 8291e3e commit 2fe0335

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

src/app/bitstream-page/edit-bitstream-page/edit-bitstream-page.component.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,18 @@ export class EditBitstreamPageComponent implements OnInit, OnDestroy {
365365
label: this.translate.instant('bitstream.edit.form.mediaType.option.audio-video'),
366366
value: 'audio+video',
367367
},
368+
{
369+
label: this.translate.instant('bitstream.edit.form.mediaType.option.logo'),
370+
value: 'logo',
371+
},
372+
{
373+
label: this.translate.instant('bitstream.edit.form.mediaType.option.main-article'),
374+
value: 'main article',
375+
},
376+
{
377+
label: this.translate.instant('bitstream.edit.form.mediaType.option.personal-picture'),
378+
value: 'personal picture',
379+
},
368380
],
369381
value: 'neither',
370382
});

src/app/dynamic-layout/dynamic-layout-loader/dynamic-layout-vertical/dynamic-layout-sidebar/dynamic-layout-sidebar.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.wrapper {
2-
margin-bottom: -24px;
2+
margin-bottom: -16px;
33
}
44

55
.navbar {

src/assets/i18n/en.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,12 @@
10231023

10241024
"bitstream.edit.form.mediaType.option.audio-video": "Audio and video",
10251025

1026+
"bitstream.edit.form.mediaType.option.logo": "Logo",
1027+
1028+
"bitstream.edit.form.mediaType.option.main-article": "Main Article",
1029+
1030+
"bitstream.edit.form.mediaType.option.personal-picture": "Personal Picture",
1031+
10261032
"bitstream.edit.form.audioTranscript.label": "Audio transcript",
10271033

10281034
"bitstream.edit.form.audioTranscript.hint": "Provide a transcript for audio content.",

0 commit comments

Comments
 (0)