Multiple Components - Same Response

If you require two or more components outputted inline for example you can append a numerical ordering to the extensions output parameter.

For example you might want to show some button options along with an inline carousel.

extensions1 = ${ExtensionHelper.displayClickableList(yesNoMaybeOptions,channel)}
extensions2 = ${ExtensionHelper.displayImageCarousel(imageUrlArray,channel)}

Last updated