Hi
I have a custom web part that extends ContentBySearchWebPart. On the web part i have a few custom properties that i want to expose to display template. For example, the user should be able to specify a link for the "See more" link on the web part.
How do i expose these custom properties to the display template? T only way that comes to mind is hidden input fields, but they're not the prettiest solution.
Thanks!