12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- ############
- Editors
- ############
- File editor for PHP, XML, and Provisioning files.
- Install
- --------
- ::
- cd /var/www/fusionpbx/app
- git clone https://github.com/fusionpbx/fusionpbx-app-edit.git edit
- chown -R www-data:www-data /var/www/fusionpbx/app/edit
- - Run Advanced > Upgrade > Menu Defaults
- - Run Advanced > Upgrade > Permission Defaults
- - Log out and then Log back in
- Upgrade
- --------
- ::
- cd /var/www/fusionpbx/app/edit
- git pull
- PHP Editor
- -----------
- .. image:: ../_static/images/fusionpbx_php.jpg
- :scale: 85%
- Provisioning Editor
- ---------------------
- .. image:: ../_static/images/fusionpbx_provision.jpg
- :scale: 85%
- XML Editor
- ------------
- .. image:: ../_static/images/fusionpbx_xml.jpg
- :scale: 85%
- `Editors Default Settings`_
- ---------------------------------------
- .. _Editors Default Settings: /en/latest/advanced/default_settings.html#id9
|