Skip to content

Templates Image input

Nicolas Ronvel edited this page Jun 5, 2016 · 2 revisions

Image fields

Image fields allow the user to import an image from his computer to the card. An Open file window is opened, and the user can select his image file. The image is then stored inside the page to be displayed on the card.

"fields": [
    { "name": "portray", "label": "Portray", "type": "image"},
]

To set a field to the Image type, set the type property to image. No default value is required.

Using the variable

An image field stores the image as a Data-Url. Inside the canvas, when a property requires an url to an image, you can then instead set it to the variable $portray.