Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Feb 10, 2020
1 parent f7e5b7b commit a3faf25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/CmsSeoComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
use skeeks\cms\backend\BackendComponent;
use skeeks\cms\base\Component;
use skeeks\cms\helpers\StringHelper;
use skeeks\cms\seo\assets\CmsSeoAsset;
use skeeks\cms\seo\vendor\CanUrl;
use yii\base\ActionEvent;
use yii\base\BootstrapInterface;
Expand Down Expand Up @@ -174,6 +175,9 @@ static public function descriptorConfig()
{
return array_merge(parent::descriptorConfig(), [
'name' => \Yii::t('skeeks/seo', 'Seo'),
'image' => [
CmsSeoAsset::class, 'icons/seo-icon.png'
],
]);
}

Expand Down
Binary file added src/assets/icons/seo-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3faf25

Please sign in to comment.