Skip to content

Commit 3d8c391

Browse files
valeriocomomburri
authored andcommitted
feat: video property added in description field (italia#382)
1 parent f15fd92 commit 3d8c391

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/app/components/Editor.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ import EditorSelect from "./EditorSelect";
5656
import EditorToolbar from "./EditorToolbar";
5757
import EditorUsedBy from "./EditorUsedBy";
5858
import EditorVideos from "./EditorVideos";
59+
import EditorVideos from "./EditorVideos";
5960
import PubliccodeYmlLanguages from "./PubliccodeYmlLanguages";
6061
import { yamlLoadEventBus } from "./UploadPanel";
6162
// import EditorMDInput from "./EditorMDInput";
@@ -481,7 +482,12 @@ export default function Editor() {
481482
</span>
482483
</div>
483484
<div>
484-
<EditorDescriptionInput<"longDescription">
485+
<Col>
486+
<EditorVideos lang={lang} />
487+
</Col>
488+
</Row>
489+
<Row>
490+
<EditorDescriptionInput<"longDescription">
485491
fieldName="longDescription"
486492
lang={lang}
487493
required

0 commit comments

Comments
 (0)