Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to register handlebars partial #72

Closed
Etroid opened this issue Jan 31, 2022 · 1 comment
Closed

Unable to register handlebars partial #72

Etroid opened this issue Jan 31, 2022 · 1 comment

Comments

@Etroid
Copy link

Etroid commented Jan 31, 2022

Is there a way to register partials so they can be used within some of the addsearch ui templates?

Adding them to the global handlebars using

handlebars.registerPartial('test', '<h1>test</h1>');

just results in partial not found errors

@haoAddsearch
Copy link
Collaborator

Hi Etroid,
New release v0.6.1 now allows registering partials.
Please update your package version to 0.6 and also check README.md on how to use Handlebars partials via AddSearch Search UI Library.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants