Forum Discussion
Modern PnP search result web part - results layout template
- Nov 11, 2020
IngeborgHawighorst I would start here: https://microsoft-search.github.io/pnp-modern-search/
Those docs cover how the Web Parts work, though they are still a bit techie.
The language you see in the templates is Handlebars: https://handlebarsjs.com/
IngeborgHawighorst I would start here: https://microsoft-search.github.io/pnp-modern-search/
Those docs cover how the Web Parts work, though they are still a bit techie.
The language you see in the templates is Handlebars: https://handlebarsjs.com/
- Nov 12, 2020
MarcDAnderson Thanks for the reply.
The Github documentation is really very hard to stomach for a non-developer. I managed to find the documentation about the 'getDate' helper on the Extensibility > Templating page. It refers to a page on Moment.js for the formatting, where the options are finally listed.
Looks like I need to dig deeper into Handlebars for more customisations.