We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
section shortcode: Added support for
section
// file: {theme}/framework-customizations/extensions/shortcodes/shortcodes/section/config.php $cfg = array( 'page_builder' => array( ... // Title Template examples 'title_template' => '{{- title }} Lorem {{- o.option_id }} ipsum {{= o["option-id"] }}', 'title_template' => '{{- title }}: {{- o.label }}{{ if (o.target == "_blank") { }} <span class="dashicons dashicons-external"></span>{{ } }}', ) );
column shortcode: Renamed config key from 'image' to 'icon'
column
'image'
'icon'
ThemeFuse/Unyson-Shortcodes-Extension@v1.2.13...v1.2.14
Download and extract in unyson/framework/extensions/shortcodes/
unyson/framework/extensions/shortcodes/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Changelog
section
shortcode: Added support forcolumn
shortcode: Renamed config key from'image'
to'icon'
ThemeFuse/Unyson-Shortcodes-Extension@v1.2.13...v1.2.14
Test
Download and extract in
unyson/framework/extensions/shortcodes/
The text was updated successfully, but these errors were encountered: