';
// phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped
echo wpforms_render( 'fields/internal-information/icon-lightbulb' );
echo '
';
$this->render_preview( 'heading', $field );
$this->render_preview( 'description', $field );
$this->render_preview( 'expanded-description', $field );
if ( $this->is_button_displayable( $field ) ) {
echo '
';
echo $this->render_custom_preview( 'cta-button', $field, [] );
echo '
';
}
echo '