How to create the title and page header of a page using the SCA Extension

In view of the extension, we can possibly add a page header and title of the page for SEO

title: Utils.translate('Purchase History'),
// @property {String} className
className: 'OrderListView',
// @property {String} page_header
page_header: Utils.translate('Purchase History'),

Leave a comment

Your email address will not be published. Required fields are marked *