From c961a9c56b889aa489e62a9e70f4edefff3ea421 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 13 Nov 2024 16:19:20 +0100 Subject: [PATCH] wip #7180 --- src/Links/Link.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Links/Link.php b/src/Links/Link.php index 5e867a7..2591d74 100644 --- a/src/Links/Link.php +++ b/src/Links/Link.php @@ -73,7 +73,7 @@ class Link const LOTTIE = 44; const COPY_TO_CLIPBOARD = 45; const SLIDESHOW_INLINE = 46; - const PAGE_BACKGROUND_COLOR = 47; + const PAGE_BACKGROUND_COLOR = 48; protected static string|false|null $_linksKey = null; -- 2.39.5