File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,11 @@ class Config
108
108
const XML_INCLUDE_BLOG_CSS_HOME_PAGE = 'mfblog/developer/css_settings/include_home_page ' ;
109
109
const XML_INCLUDE_BLOG_CSS_PRODUCT_PAGES = 'mfblog/developer/css_settings/include_product_page ' ;
110
110
111
+ /**
112
+ * @var ScopeConfigInterface
113
+ */
114
+ protected ScopeConfigInterface $ scopeConfig ;
115
+
111
116
/**
112
117
* Config constructor.
113
118
* @param ScopeConfigInterface $scopeConfig
Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\Ab
23
23
*/
24
24
protected $ _storeId ;
25
25
26
+ /**
27
+ * @var bool
28
+ */
29
+ protected $ _previewFlag ;
30
+
26
31
/**
27
32
* @param \Magento\Framework\Data\Collection\EntityFactory $entityFactory
28
33
* @param \Psr\Log\LoggerInterface $logger
Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\Ab
38
38
*/
39
39
protected $ categoryRepository ;
40
40
41
+ /**
42
+ * @var bool
43
+ */
44
+ protected $ _previewFlag ;
45
+
41
46
/**
42
47
* @param \Magento\Framework\Data\Collection\EntityFactory $entityFactory
43
48
* @param \Psr\Log\LoggerInterface $logger
You can’t perform that action at this time.
0 commit comments