play ground menu

This commit is contained in:
CHIEFSOFT\ameye
2024-07-12 15:57:20 -04:00
parent c7cba9d6ef
commit 996ba374dd
+9 -6
View File
@@ -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"
],
];