]> _ Git - odl.git/commitdiff
wip #4807 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 21 Oct 2021 09:37:30 +0000 (11:37 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 21 Oct 2021 09:37:30 +0000 (11:37 +0200)
app/Fields/Link.php

index 4bbee97b20d207feab214d330e24be5635a94728..1f455ee3afe56035ae46256609c45606b0de853e 100644 (file)
@@ -8,6 +8,13 @@ class Link extends SelectFromArray
 {
     public function getOptions()
     {
-        return ['home' => 'Home', 'resources' => 'Ressources', 'medialibrary' => 'Mediathèque', 'tour' => 'Visite guidée', 'fluidbook' => 'Fluidbook', 'animation' => 'Animation d\'ouverture', 'search' => 'Moteur de recherche', 'menu' => 'Menu'];
+        return ['home' => 'Home',
+            'resources' => 'Ressources',
+            'medialibrary' => 'Mediathèque',
+            'tour' => 'Visite guidée',
+            'fluidbook' => 'Fluidbook',
+            'animation' => 'Animation d\'ouverture',
+            'search' => 'Moteur de recherche',
+            'menu' => 'Menu'];
     }
 }