File tree Expand file tree Collapse file tree 6 files changed +5
-6
lines changed
app/code/Magento/PageBuilder
css/source/content-type/tabs Expand file tree Collapse file tree 6 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 15
15
<description value =" Admin are able to add External URL link into PageBuilder content" />
16
16
<severity value =" CRITICAL" />
17
17
<testCaseId value =" MAGETWO-89379" />
18
- <group value =" pagebuilder " />
18
+ <group value =" run " />
19
19
<group value =" pagebuilder-urlInput" />
20
20
</annotations >
21
21
<before >
Original file line number Diff line number Diff line change 170
170
171
171
.pagebuilder-stage.focus-child .pagebuilder-content-type.pagebuilder-tabs .tabs-content {
172
172
z-index : auto ;
173
- }
173
+ }
Original file line number Diff line number Diff line change 5
5
6
6
import $t from "mage/translate" ;
7
7
import events from "uiEvents" ;
8
+ import { DataObject } from "../../data-store" ;
8
9
import BasePreview from "../preview" ;
9
10
import Uploader from "../uploader" ;
10
- import { DataObject } from "../../data-store" ;
11
11
12
12
export default class Preview extends BasePreview {
13
13
/**
Original file line number Diff line number Diff line change @@ -414,4 +414,3 @@ export function updateColumnWidth(column: ContentTypeCollectionInterface<ColumnP
414
414
"width" ,
415
415
) ;
416
416
}
417
-
Original file line number Diff line number Diff line change 4
4
*/
5
5
6
6
import events from "uiEvents" ;
7
+ import { DataObject } from "../../data-store" ;
7
8
import BasePreview from "../preview" ;
8
9
import Uploader from "../uploader" ;
9
- import { DataObject } from "../../data-store" ;
10
10
11
11
export default class Preview extends BasePreview {
12
12
/**
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ import Options from "../../content-type-menu";
12
12
import Option from "../../content-type-menu/option" ;
13
13
import OptionInterface from "../../content-type-menu/option.d" ;
14
14
import ContentTypeInterface from "../../content-type.d" ;
15
+ import { DataObject } from "../../data-store" ;
15
16
import { StyleAttributeMapperResult } from "../../master-format/style-attribute-mapper" ;
16
17
import { fromHex } from "../../utils/color-converter" ;
17
18
import { percentToDecimal } from "../../utils/number-converter" ;
18
19
import ObservableUpdater from "../observable-updater" ;
19
20
import BasePreview from "../preview" ;
20
21
import Uploader from "../uploader" ;
21
- import { DataObject } from "../../data-store" ;
22
22
23
23
export default class Preview extends BasePreview {
24
24
private showOverlayHover : KnockoutObservable < boolean > = ko . observable ( false ) ;
You can’t perform that action at this time.
0 commit comments