Package io.wcm.devops.conga.generator.spi.handlebars
CONGA SPI with interfaces for the supported handlebars plugin types.
-
Interface Summary Interface Description EscapingStrategyPlugin Plugin that provides anEscapingStrategy
to be used by Handlebars when replacing variables in a template.HelperPlugin<T> Plugin that allows to register custom HandlebarsHelper
extensions that can be used in all templates.