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 ",