顧客ログインのページタイトルを変更したい。
ページタイトルを変更する簡単な方法は何ですか?
/**
* @return $this
*/
protected function _prepareLayout()
{
$this->pageConfig->getTitle()->set(__('Customer Login'));
return parent::_prepareLayout();
}
2
これを試しましたか?magehelper.blogspot.in/2015/01/set-page-title-on-magento-2.html
—
Magento 2