Package io.wcm.devops.conga.generator.plugins.handlebars.helper


package io.wcm.devops.conga.generator.plugins.handlebars.helper
Built-in handlebars helper plugins.
  • Classes
    Class
    Description
    Handlebars helper that checks the existence of a value in an array or list.
    Handlebars helper that ensures a given property is not set/present.
    Handlebars helper that extends the each helper by iterating only on list items that have a specified property set to a specific value.
    Handlebars helper that extends the each helper by iterating only on list items that have a specified property set.
    Handlebars helper that checks if all given property names have a value set.
    Handlebars helper that evaluates two objects for equality and shows/hides the contained block accordingly.
    Handlebars helper that evaluates two objects for inequality and shows/hides the contained block accordingly.
    Handlebars helper that allows to quotes a string for usage in a regular expression.