<?php if ($helpText = $this->getDefinition()->getHelpText()) : ?>
<div class="cjt-shortcode-parameters-form-helpText renderer-<?php echo $rendererName ?>">
	<div class="helpText"><?php echo $helpText ?></div>
</div>
<?php endif; ?>