From: Vincent Vanwaelscappel Date: Wed, 13 Nov 2024 15:19:20 +0000 (+0100) Subject: wip #7180 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c961a9c56b889aa489e62a9e70f4edefff3ea421;p=fluidbook_tools.git wip #7180 --- 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;