From 3351f76d973e6576ef94bfa2750816e8a6d60357 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 21 Oct 2021 11:37:30 +0200 Subject: [PATCH] wip #4807 @1 --- app/Fields/Link.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/Fields/Link.php b/app/Fields/Link.php index 4bbee97..1f455ee 100644 --- a/app/Fields/Link.php +++ b/app/Fields/Link.php @@ -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']; } } -- 2.39.5