Skip to main content

Enabling custom slides

LivePreso allows for the upload of image files as custom slides to individual presentations. While they are called "custom slides" in the context of the app UI, you will also see them referred to as "adjunct slides" in our documentation.

As custom slides are an optional feature, and the majority of clients will prefer to restrict the material being presented by their user teams, custom slides are disabled by default. In order to activate custom slides, two things need to happen:

  1. Specify a maxAdjunctSlides limit in the project.yaml per section that you wish to allow
  2. Ensure the correct user permission has been set on the server using LivePreso HQ
info

The ability to upload custom slides to individual presos is a user permission, so even if adjunct slide limits have been supplied in your deck's project file, the app will only show the UI for custom slides if the user has been given the corresponding permissions.

Update the project.yaml

Custom slide upload limits are specified per section using the following values:

ValueResponse
-1Unlimited custom slides
0Custom slides disabled (default)
1or more Custom slides capped at specified value

In the below example, the were_innovative section has allowed for a maximum of 10 custom slide uploads, product_suite can have unlimited custom slide uploads, and thank_you has custom slide uploads disabled.

sections:
- key: were_innovative
title: "We're innovative"
maxAdjunctSlides: 10
- key: product_suite
title: "Product suite"
maxAdjunctSlides: -1
- key: thank_you
title: "Thank you"
maxAdjunctSlides: 0

Set permissions in LivePreso HQ

  1. Login to LivePreso HQ
  2. Navigate to the Users page
  3. Find your target user(s)
  4. Check the "Custom Slide Uploader" permission

image