From 945a5ef8a67d154cc72b060b56fb40d5a788b257 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 2 Jan 2026 15:44:23 +0100 Subject: [PATCH] #7866 --- app/Fluidbook/Link/LinksData.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Fluidbook/Link/LinksData.php b/app/Fluidbook/Link/LinksData.php index da2039d27..878480c76 100644 --- a/app/Fluidbook/Link/LinksData.php +++ b/app/Fluidbook/Link/LinksData.php @@ -64,6 +64,7 @@ class LinksData 'pdfjs' => __('Mode PDFJS'), 'polygon' => __('Tracé du polygone'), 'background_color' => __('Couleur de fond'), + 'accessibility'=>__('Contenu accessible'), ); $comments = array(); -- 2.39.5