Commit 8af597d850a9fb04ea49a74c62c404fd29822608

Authored by Anastasia
1 parent 6fc55685

add link to logo

Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
backend/controllers/LogoController.php
@@ -120,7 +120,7 @@ @@ -120,7 +120,7 @@
120 'languageFields' => [ 120 'languageFields' => [
121 ], 121 ],
122 'fields' => [ 122 'fields' => [
123 - 123 +
124 [ 124 [
125 'name' => 'image_id', 125 'name' => 'image_id',
126 'type' => Form::IMAGE, 126 'type' => Form::IMAGE,
@@ -129,6 +129,10 @@ @@ -129,6 +129,10 @@
129 'name' => 'sort', 129 'name' => 'sort',
130 'type' => Form::NUMBER, 130 'type' => Form::NUMBER,
131 ], 131 ],
  132 + [
  133 + 'name' => 'link',
  134 + 'type' => Form::STRING,
  135 + ],
132 ], 136 ],
133 ]; 137 ];
134 } 138 }