play ground meny
This commit is contained in:
@@ -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 ",
|
||||
|
||||
Reference in New Issue
Block a user