From 1e9b99c7a635cddf4c0561a5bf85ecc426d7927a Mon Sep 17 00:00:00 2001 From: Gogs Date: Wed, 2 Jun 2021 15:50:12 +0200 Subject: [PATCH] Backend Menu --- lang/en/lang.php | 2 +- plugin.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lang/en/lang.php b/lang/en/lang.php index ba9f8d8..36aef2c 100644 --- a/lang/en/lang.php +++ b/lang/en/lang.php @@ -4,7 +4,7 @@ 'description' => '', ], 'menu' => [ - 'main' => 'GraphQL', + 'playground' => 'GraphiQL', ], 'permission' => [ 'tab' => [ diff --git a/plugin.yaml b/plugin.yaml index 2f4dc38..9c389de 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -8,3 +8,8 @@ permissions: schemas: tab: 'germanairlinesva.graphql::lang.permission.tab.schemas' label: 'germanairlinesva.graphql::lang.permission.label.schemas' +navigation: + menu: + label: 'germanairlinesva.graphql::lang.menu.playground' + url: germanairlinesva/graphql/playground + icon: icon-database