Skip to content

Picture Picker

In order to apply a Picture Picker in Jahia you need to apply a weakreference field with a picker of type image

definitions.cnd
- image (weakreference, picker[type='image'])

In case you want to define multiple pictures in the same field you apply multiple to it

definitions.cnd
- images (weakreference, picker[type='image']) multiple
Play