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
108108 const XML_INCLUDE_BLOG_CSS_HOME_PAGE = 'mfblog/developer/css_settings/include_home_page ' ;
109109 const XML_INCLUDE_BLOG_CSS_PRODUCT_PAGES = 'mfblog/developer/css_settings/include_product_page ' ;
110110
111+ /**
112+ * @var ScopeConfigInterface
113+ */
114+ protected ScopeConfigInterface $ scopeConfig ;
115+
111116 /**
112117 * Config constructor.
113118 * @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
2323 */
2424 protected $ _storeId ;
2525
26+ /**
27+ * @var bool
28+ */
29+ protected $ _previewFlag ;
30+
2631 /**
2732 * @param \Magento\Framework\Data\Collection\EntityFactory $entityFactory
2833 * @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
3838 */
3939 protected $ categoryRepository ;
4040
41+ /**
42+ * @var bool
43+ */
44+ protected $ _previewFlag ;
45+
4146 /**
4247 * @param \Magento\Framework\Data\Collection\EntityFactory $entityFactory
4348 * @param \Psr\Log\LoggerInterface $logger
You can’t perform that action at this time.
0 commit comments