setPageSize( (int) $this->_scopeConfig->getValue( 'mfblog/sidebar/'.$this->_widgetKey.'/posts_per_page', \Magento\Store\Model\ScopeInterface::SCOPE_STORE ) ); return parent::_construct(); } /** * Retrieve block identities * @return array */ public function getIdentities() { return [\Magento\Cms\Model\Block::CACHE_TAG . '_blog_recent_posts_widget' ]; } }