You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

What is it for?

An image is used for displaying pictures in a container, page, content item, or document.

An image has two sub-types: Upload and QRCode.

To upload an image

  1. Make sure the selected image type is "Upload".
  2. Use the -button to upload an image.
  3. Select an image from your file system.
  4. The imported image is shown in the editor:

The originally uploaded image can be downloaded by right clicking the example and choosing "Save image as..." from the context menu from the browser. 

SVG images are structured using XML. It is also possible to add Javascript to the SVG image. This could lead to possible XSS attacks (https://www.owasp.org/images/0/03/Mario_Heiderich_OWASP_Sweden_The_image_that_called_me.pdf). We advise to minimize the use of SVG images and check regularly for irregularities.

To create a QR code

  1. Make sure the selected image type is "QR Code".
  2. Supply an expression which content is encoded as QR code at runtime.
  • No labels