play ground menu
This commit is contained in:
@@ -115,19 +115,22 @@ class WrenchPlayGround extends BaseController
|
||||
|
||||
$out["layer_menu"] = [
|
||||
[
|
||||
"name"=>"No Idea A",
|
||||
"name"=>"Featured",
|
||||
"icon"=> "clock",
|
||||
"action" => "ni-idea"
|
||||
"action" => "ni-idea",
|
||||
"tab" => "featured"
|
||||
],
|
||||
[
|
||||
"name"=>"No Idea B",
|
||||
"name"=>"Collections",
|
||||
"icon"=> "clock",
|
||||
"action" => "ni-idea"
|
||||
"action" => "ni-idea",
|
||||
"tab" => "collections"
|
||||
],
|
||||
[
|
||||
"name"=>"No Idea C",
|
||||
"name"=>"Shared",
|
||||
"icon"=> "clock",
|
||||
"action" => "ni-idea"
|
||||
"action" => "ni-idea",
|
||||
"tab" => "shared"
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user