From 20bd8ebaea8db64bf0e776fcc7e740eedd727b44 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 1 Oct 2023 16:49:33 -0400 Subject: [PATCH] play ground meny --- www-api/app/Controllers/WrenchPlayGround.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/www-api/app/Controllers/WrenchPlayGround.php b/www-api/app/Controllers/WrenchPlayGround.php index dd31bec2..a4b83d11 100644 --- a/www-api/app/Controllers/WrenchPlayGround.php +++ b/www-api/app/Controllers/WrenchPlayGround.php @@ -113,6 +113,24 @@ class WrenchPlayGround extends BaseController $out = $local_out; } + $out["layer_menu"] = [ + [ + "name"=>"No Idea A", + "icon"=> "clock", + "action" => "ni-idea" + ], + [ + "name"=>"No Idea B", + "icon"=> "clock", + "action" => "ni-idea" + ], + [ + "name"=>"No Idea C", + "icon"=> "clock", + "action" => "ni-idea" + ], + ]; + $out["result_list"][] =[ "name" => " There is name 1", "banner" => "If any banner is needed ",