mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Move the menu array to app_menu.php
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
//application details
|
||||
//$apps[$x]['name'] = "Provision";
|
||||
//$apps[$x]['uuid'] = "abf28ead-92ef-3de6-ebbb-023fbc2b6dd3";
|
||||
@@ -10,18 +11,9 @@
|
||||
//$apps[$x]['description']['en-us'] = "Writes the provisioning files from templates.";
|
||||
//$apps[$x]['description']['fr-fr'] = "Ecrit les fichiers de provisioning à partir des modèles.";
|
||||
|
||||
//menu details
|
||||
//$apps[$x]['menu'][0]['title']['en-us'] = "Provision";
|
||||
//$apps[$x]['menu'][0]['title']['fr-fr'] = "Provision";
|
||||
//$apps[$x]['menu'][0]['uuid'] = "";
|
||||
//$apps[$x]['menu'][0]['parent_uuid'] = "";
|
||||
//$apps[$x]['menu'][0]['category'] = "internal";
|
||||
//$apps[$x]['menu'][0]['path'] = "";
|
||||
//$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
//$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
//permission details
|
||||
//$apps[$x]['permissions'][0]['name'] = "zzz";
|
||||
//$apps[$x]['permissions'][0]['groups'][] = "admin";
|
||||
//$apps[$x]['permissions'][0]['groups'][] = "superadmin";
|
||||
?>
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user