We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 595fc30 + 0ae2ad8 commit 1b05a1bCopy full SHA for 1b05a1b
app/code/Magento/PageBuilder/Model/Stage/Preview.php
@@ -42,6 +42,11 @@ class Preview
42
*/
43
private $scopeConfig;
44
45
+ /**
46
+ * @var bool
47
+ */
48
+ private $isPreview = false;
49
+
50
/**
51
* Preview constructor.
52
* @param \Magento\Store\Model\App\Emulation $emulation
@@ -67,11 +72,6 @@ public function __construct(
67
72
$this->scopeConfig = $scopeConfig;
68
73
}
69
74
70
- /**
71
- * @var bool
- */
- private $isPreview;
-
75
76
* Retrieve the area in which the preview needs to be ran in
77
*
0 commit comments