2012-06-04 16:58:40 +02:00
|
|
|
<?php
|
|
|
|
|
//application details
|
|
|
|
|
$apps[$x]['name'] = "Script Editor";
|
|
|
|
|
$apps[$x]['uuid'] = '17e628ee-ccfa-49c0-29ca-9894a0384b9b';
|
|
|
|
|
$apps[$x]['category'] = 'Switch';;
|
|
|
|
|
$apps[$x]['subcategory'] = '';
|
|
|
|
|
$apps[$x]['version'] = '';
|
|
|
|
|
$apps[$x]['license'] = 'Mozilla Public License 1.1';
|
|
|
|
|
$apps[$x]['url'] = 'http://www.fusionpbx.com';
|
2012-10-11 02:07:03 +02:00
|
|
|
$apps[$x]['description']['en-us'] = 'Script Editor can be used to edit lua, javascript or other scripts.';
|
|
|
|
|
$apps[$x]['description']['es-mx'] = '';
|
|
|
|
|
$apps[$x]['description']['de'] = '';
|
|
|
|
|
$apps[$x]['description']['de-ch'] = '';
|
|
|
|
|
$apps[$x]['description']['de-at'] = '';
|
|
|
|
|
$apps[$x]['description']['fr'] = '';
|
|
|
|
|
$apps[$x]['description']['fr-ca'] = '';
|
|
|
|
|
$apps[$x]['description']['fr-ch'] = '';
|
|
|
|
|
$apps[$x]['description']['pt-pt'] = 'Editor de script pode ser usado para editar lua, javascript ou outros scripts.';
|
|
|
|
|
$apps[$x]['description']['pt-br'] = '';
|
2012-06-04 16:58:40 +02:00
|
|
|
|
|
|
|
|
//menu details
|
2012-10-11 02:07:03 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = 'Script Editor';
|
|
|
|
|
$apps[$x]['menu'][0]['title']['es-mx'] = '';
|
|
|
|
|
$apps[$x]['menu'][0]['title']['de'] = '';
|
|
|
|
|
$apps[$x]['menu'][0]['title']['de-ch'] = '';
|
|
|
|
|
$apps[$x]['menu'][0]['title']['de-at'] = '';
|
|
|
|
|
$apps[$x]['menu'][0]['title']['fr'] = '';
|
|
|
|
|
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
|
|
|
|
|
$apps[$x]['menu'][0]['title']['fr-ch'] = '';
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = 'Editor de Scripts';
|
|
|
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = '';
|
2012-06-04 16:58:40 +02:00
|
|
|
$apps[$x]['menu'][0]['uuid'] = 'f1905fec-0577-daef-6045-59d09b7d3f94';
|
|
|
|
|
$apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f';
|
|
|
|
|
$apps[$x]['menu'][0]['category'] = 'external';
|
|
|
|
|
$apps[$x]['menu'][0]['path'] = '/app/script_edit/index.php';
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
|
|
|
|
|
|
|
|
|
//permission details
|
|
|
|
|
$apps[$x]['permissions'][0]['name'] = 'script_editor_view';
|
|
|
|
|
$apps[$x]['permissions'][0]['groups'][] = 'superadmin';
|
|
|
|
|
|
|
|
|
|
$apps[$x]['permissions'][1]['name'] = 'script_editor_save';
|
|
|
|
|
$apps[$x]['permissions'][1]['groups'][] = 'superadmin';
|
|
|
|
|
?>
|