Managing Slide Fragments [WIP]

What Is a Fragment?

A fragment is a reusable element, such as a menu or popup. Unlike a layout, a fragment can be updated in a single place, and all slides that use it are updated automatically.

When to Use a Fragment

Use a fragment when you need to reuse the same element across multiple slides and keep it centrally managed.

Example: a popup that contains global product information.

If you implement the popup using a layout, you must add the layout to each slide individually. Initially, this approach works, but when you need to update the popup content, you must revisit every slide and re-add the updated layout.

If you implement the popup as a fragment, you create and save it once and then add it to multiple slides. When you update the fragment, the changes are automatically applied to all slides that use it.

Create fragment

To create a fragment, go to Slides → Fragments and click “New Slide Fragment”.

image-20260126-154729.png

Set the fragment name, description and click the Create button.

image-20260126-154902.png


image-20260126-154743.png
image-20260126-154909.png


Update a Slide Fragment

To update a fragment, click the pencil icon.

image-20260126-154944.png

After creating or editing the content inside the fragment, click the Apply Changes button.

image-20260126-155019.png

After saving, refresh the slide to see the updated Slide Fragment.

image-20260126-155026.png


Delete a Slide Fragment

To delete a Slide Fragment, click the trash bin icon.

image-20260126-155043.png