.. include:: _include.rst .. _placeholders_custom_values: ############################ Custom Values ############################ .. highlight:: bbcode You can also define custom values as shortcode options to use as placeholders in your templates. It is very easy. Just define a unique shortcode option with a value and use the exact same option name as placeholder in your template. .. code:: [asa2 my_custom_text="Banana!" tpl="my_asa2_template"]B0094J2BZ0[/asa2] # use placeholder {{ my_custom_text }} in your template .. code:: [asa2 my_button_link="/my-sub-page/" tpl="my_asa2_template"]B0094J2BZ0[/asa2] # use placeholder {{ my_button_link }} in your template as link target: ...