If you require two or more components outputted inline for example you can append a numerical ordering to the extensions output parameter.
extensions
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 4 years ago