Charlie Birch - Hi team - really simple one, bu...
Hi team - really simple one, but I want to embed the fullApp but then have the new homepage with SPOTTER enabled. When I do the fullApp embed it seems to be the older Sage experience.
const embed = new AppEmbed("#your-own-div", {
frameParams: {},
pageId: Page.Home,
modularHomeExperience: true,
showPrimaryNavbar: true,
});
2 Replies
How about adding
homePageSearchBarMode: 'aiAnswer',
?Thank you for this! This works, thank you so much 😄