Commit 8af597d850a9fb04ea49a74c62c404fd29822608
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 | 120 | 'languageFields' => [ |
121 | 121 | ], |
122 | 122 | 'fields' => [ |
123 | - | |
123 | + | |
124 | 124 | [ |
125 | 125 | 'name' => 'image_id', |
126 | 126 | 'type' => Form::IMAGE, |
... | ... | @@ -129,6 +129,10 @@ |
129 | 129 | 'name' => 'sort', |
130 | 130 | 'type' => Form::NUMBER, |
131 | 131 | ], |
132 | + [ | |
133 | + 'name' => 'link', | |
134 | + 'type' => Form::STRING, | |
135 | + ], | |
132 | 136 | ], |
133 | 137 | ]; |
134 | 138 | } | ... | ... |