AppSuite:Configuration: Difference between revisions
From Open-Xchange
No edit summary |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<!-- !!! --> | |||
<!-- PLEASE APPLY CHANGES ONLY TO THE NEW TECHNICAL DOCUMENTATION: wd/frontend/web/documentation --> | |||
<!-- !!! --> | |||
{{Stability-experimental}} | {{Stability-experimental}} | ||
<div class="title">Configuration</div> | <div class="title">Configuration</div> | ||
Line 11: | Line 15: | ||
io.ox/core//folder/blacklist/6=true | io.ox/core//folder/blacklist/6=true | ||
</pre> | </pre> | ||
'''Avoid white-space between the folder id and equal sign!''' | |||
[[Category:AppSuite]] | [[Category:AppSuite]] | ||
Line 16: | Line 22: | ||
==Mediaplayer: enabling/disabling == | ==Mediaplayer: enabling/disabling == | ||
Please take a look at the [ | Please take a look at the [https://documentation.open-xchange.com/latest/ui/how-to/mediaplayer.html media player article ] |
Latest revision as of 09:53, 22 May 2017
API status: In Development
Configuration
Overview of server-side settings mainly hiding/disabling front end elements without affecting backend. Please mind that this listing isn't complete yet.
Folders: hiding folders in panel
In order to configure this server-side, just create a new property file in /opt/open-xchange/etc/settings or append to the existing file /opt/open-xchange/etc/settings/appsuite.properties (mind the double-slash; this in not a typo!):
io.ox/core//folder/blacklist/<id>=true|false # example: hide global address book io.ox/core//folder/blacklist/6=true
Avoid white-space between the folder id and equal sign!
Mediaplayer: enabling/disabling
Please take a look at the media player article