From fd8bd7fd3d5db5cbed11e193290475b9d21f4191 Mon Sep 17 00:00:00 2001 From: daisy-jump <88658844+daisy-jump@users.noreply.github.com> Date: Thu, 20 Mar 2025 17:02:28 +0000 Subject: [PATCH] createOnlyDelete setting --- usync/01.uSync/40.reference/02.handlers.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usync/01.uSync/40.reference/02.handlers.md b/usync/01.uSync/40.reference/02.handlers.md index aa18bde..1078e6f 100644 --- a/usync/01.uSync/40.reference/02.handlers.md +++ b/usync/01.uSync/40.reference/02.handlers.md @@ -121,6 +121,9 @@ Handler settings allow you to have more control over the behaviour of a handler. Items are created if they do not exist, but existing items are not synced. +### CreateOnlyDelete +Items are created if they do not exist, and items are deleted if they have been deleted, but existing items are not synced. + ### IgnoreAliases List of aliases of items that you don't want the handler to import.