{#{% set boxStyle = shortcode.getParameter('style', '') %}#} {% set boxColor = shortcode.getParameter('color', 'primary') %} {% set boxHeading = shortcode.getParameter('heading', shortcode.getBbCode()) %} {% set boxLevel = shortcode.getParameter('level', '3') %} {% set boxImage = shortcode.getParameter('image', '') %} {% set boxImageAlt = shortcode.getParameter('alt', '') %} {% set boxImageTitle = shortcode.getParameter('title', '') %} {# Options for button in box #} {% set buttonLabel = shortcode.getParameter('button-label', '') %} {% set buttonUrl = shortcode.getParameter('button-url', '') %} {% set buttonTarget = shortcode.getParameter('button-target', 'self') %} {% set buttonClasses = shortcode.getParameter('button-classes', '') %} {# Get the relative path to the current page #} {% set pagePath = uri.route(true) %} {% set imagePath = pagePath ~ '/' ~ boxImage %}
{% if boxImage %} {{ boxImageAlt }} {% endif %}
{% if boxHeading %} {{ boxHeading|raw }} {% endif %} {{ shortcode.content|raw }} {% if buttonLabel and buttonUrl %}

{{ buttonLabel }}

{% endif %}