...
In the image upload area on the left-hand side you can insert an image using the Magento 2 media explorer. [1] If you already have an image, you can remove it using the “bin” icon. If you have more than one image teaser (added using the the “+” icon) you can move the given image using the “arrow up” and “arrow down” icons. Also by clicking “change” you can change an existing image. Regardless whether you have chosen an image or not there always will be shown a live preview with your slogan and description.
Enter the SLOGAN text which will be the most prominent text element on the image teaser (depending on the styling). Additionally it is possible to insert dynamic content in this text area and any other textfield component, e.g. HEADLINE and DESCRIPTION using Content Constructor Directives. By adding directives it will display your products’ price or a products’ discount percentage to your desired text field.
Fetching a products’ price can be done with this directive:
{{price sku=”your_product_sku” withCurrency=”true”}}
When choosing “false” as your parameter there is no currency sign displayed.If you wish to display a discount percentage of a certain product use following directive:
{{discountPercentage sku=”your_product_sku”}}However only an integer value will be shown.
Enter the DESCRIPTION text which will be the text element located underneath the slogan on the image teaser (depending on the styling). Also Constructor Directives can be used here.
Enter a CTA LABEL text in case you want to include a CTA button on the image teaser.
Enter a URL in the CTA TARGET LINK input in case you want to add a link to the CTA button (also the Magento 2 widget types CMS Page Link, Catalog Category Link, Category Product Link, File URL are supported).
...
Choosing TEXT STYLE ‘light’ provides a black box with white font. If ‘dark’ is selected it is the other way around, providing a black text font on a white background. Both coloring changes are in each case applied to slogan and description.
MIRROR IMAGE can be toggled on or off. This feature gives the possibility to flip your image horizontally.
When the changes are done click “SAVE” on the right-hand side in the top area.
...
[1] It is recommended to use JPG and PNG (RGB format) file types for images