Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 9245883

Browse files
sebgeelendmo-odoo
authored andcommitted
[IMP] Add OdooVideoNode in Odoo export
1 parent 65d5dd8 commit 9245883

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/bundle-odoo-website-editor/odoo-integration.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import { Parser } from '../plugin-parser/src/Parser';
2323
import { FontAwesomeNode } from '../plugin-fontawesome/src/FontAwesomeNode';
2424
import { SeparatorNode } from '../core/src/VNodes/SeparatorNode';
2525
import { Format } from '../core/src/Format';
26+
import { OdooVideoNode } from '../plugin-odoo-video/src/OdooVideoNode';
2627

2728
export {
2829
OdooWebsiteEditor,
@@ -48,6 +49,7 @@ export {
4849
DomHelpers,
4950
Parser,
5051
FontAwesomeNode,
52+
OdooVideoNode,
5153
SeparatorNode,
5254
Format,
5355
};

0 commit comments

Comments
 (0)