Administrators looking to build experiences on the Hitchhikers theme can now take advantage of Theme v1.30 as well as Answers Search UI SDK 1.15!
Updates
This feature is available in Early Access. Here’s how to use the Early Access branches of the Theme! For the Fall '22 release, the theme branch name is
early-access-fall-22
.
New Feature
The main update in this theme is auto-initialization in the code editor in situations where the intitializeManually
feature is being used. Some administrators use initializeManually
for advanced use cases like: tracking visitor analytics or query sources, or dynamically enabling session tracking based on different cookie consent policies. Previously, you could not use the code editor to preview your experience if you set intitiliazeManually
to true
.
This new theme automatically initializes itself in dev mode by looking for environment variables that are present in dev mode, making it now possible to preview experiences while using initializeManually
.