Sarim Khan
07/31/2023, 10:47 AM<title>
) in the <head>
section?
Or is there any other way to change the <title>
of a Page which was added via the registerPageType() API?
Your help is greatly appreciated. ThanksSteve Goldberg
07/31/2023, 11:04 AMthis.title = "your title here"
in the beforeShowContent()
of the page type base view that you’re extending.Steve Goldberg
07/31/2023, 11:05 AM