Commit 5cb8a20f by semenov

1

parent 6d584943
<?php
/**
* @author Semenov Alexander <semenov@skeeks.com>
* @link http://skeeks.com/
* @copyright 2010 SkeekS (СкикС)
* @date 12.03.2015
*/
namespace skeeks\modules\cms\form\assets;
use skeeks\cms\base\AssetBundle;
/**
* Class SliderAsset
* @package skeeks\modules\cms\slider\assets
*/
class FormAsset extends AssetBundle
{
public $sourcePath = '@vendor/skeeks/cms-module-form/assets';
public $css = [];
public $js = [];
public $depends = [];
}
...@@ -10,17 +10,20 @@ return [ ...@@ -10,17 +10,20 @@ return [
[ [
'label' => 'Конструктор форм', 'label' => 'Конструктор форм',
'priority' => 0, 'priority' => 0,
"img" => ['\skeeks\modules\cms\form\assets\FormAsset', 'icons/forms.png'],
'items' => 'items' =>
[ [
[ [
"label" => "Формы", "label" => "Формы",
"url" => ["form/admin-form"] "url" => ["form/admin-form"],
"img" => ['\skeeks\modules\cms\form\assets\FormAsset', 'icons/forms.png'],
], ],
[ [
"label" => "Сообщения с форм", "label" => "Сообщения с форм",
"url" => ["form/admin-form-send-message"] "url" => ["form/admin-form-send-message"],
"img" => ['\skeeks\modules\cms\form\assets\FormAsset', 'icons/form-submits.png'],
], ],
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment