From 8af597d850a9fb04ea49a74c62c404fd29822608 Mon Sep 17 00:00:00 2001 From: Anastasia Date: Thu, 13 Sep 2018 10:51:06 +0300 Subject: [PATCH] add link to logo --- backend/controllers/LogoController.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/backend/controllers/LogoController.php b/backend/controllers/LogoController.php index 545b83f..058ba9d 100644 --- a/backend/controllers/LogoController.php +++ b/backend/controllers/LogoController.php @@ -120,7 +120,7 @@ 'languageFields' => [ ], 'fields' => [ - + [ 'name' => 'image_id', 'type' => Form::IMAGE, @@ -129,6 +129,10 @@ 'name' => 'sort', 'type' => Form::NUMBER, ], + [ + 'name' => 'link', + 'type' => Form::STRING, + ], ], ]; } -- libgit2 0.21.4