]> _ Git - fluidbook_tools.git/commitdiff
wip #7087 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 18 Sep 2024 17:06:42 +0000 (19:06 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 18 Sep 2024 17:06:42 +0000 (19:06 +0200)
src/Links/Link.php

index fcd07a64efed196ae8ec2138eece3d96aa5be045..620a986f41e1fac79774c4f52696de2391022376 100644 (file)
@@ -665,6 +665,9 @@ class Link
         if ($delay) {
             $res .= 'data-delay="' . $delay . '" ';
         }
+        if ($this->polygon) {
+            $res .= 'data-polygon="' . e($this->polygon) . '" ';
+        }
 
         return $res;