From 0ba3dced0e213d1becf8bea8e66f9a0dbf145474 Mon Sep 17 00:00:00 2001 From: Alexander Walther Date: Sat, 22 Jun 2024 20:31:36 +0200 Subject: [PATCH] =?UTF-8?q?Icon=20f=C3=BCr=20REST-Plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/rest/package.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/rest/package.yml b/plugins/rest/package.yml index 74e64c28..3045f0a6 100644 --- a/plugins/rest/package.yml +++ b/plugins/rest/package.yml @@ -7,7 +7,8 @@ supportpage: 'https://github.com/yakamara/yform/issues' page: title: 'translate:yform_rest' pjax: true + icon: 'rex-icon fa-arrow-right-arrow-left' perm: admin subpages: - token: { title: translate:yform_rest_token } - access: { title: translate:yform_rest_token_access } + token: { title: translate:yform_rest_token, icon: 'rex-icon fa-key' } + access: { title: translate:yform_rest_token_access, icon: 'rex-icon fa-rectangle-list' }