From 4f5c0c44ec43c93f1dd823b8aa83f50e9d1526d7 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Sat, 23 May 2026 14:52:19 +0000 Subject: [PATCH] Update clone event docs for tile-based UI Reflects PR #16158 which changes the cloned event insert option from a button-based panel to a clickable tile component in the Campaign builder. --- docs/campaigns/campaign_builder.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/campaigns/campaign_builder.rst b/docs/campaigns/campaign_builder.rst index 08135738..baff6ec8 100644 --- a/docs/campaigns/campaign_builder.rst +++ b/docs/campaigns/campaign_builder.rst @@ -330,16 +330,16 @@ To clone an event: | -#. Click on the anchor of the event after which you want to insert the cloned event. This opens up a modal window. +#. Click on the anchor of the event after which you want to insert the cloned event. This opens a panel with event type options and a tile showing the cloned event details. -#. In the modal window, click the "Insert" button to paste the stored event. +#. Click the cloned event tile to paste the stored event into the Campaign. | .. image:: images/paste_cloned_event_modal.png :width: 600 :align: center - :alt: Screenshot of the modal window with the insert option to paste the cloned event + :alt: Screenshot of the Campaign builder panel with the cloned event tile |