Difference between revisions of "AppSuite:Configuration"

(Folders: hiding folders in panel)
(Folders: hiding folders in panel)
Line 5: Line 5:
 
==Folders: hiding folders in panel==
 
==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!):
 
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!):
<pre class="language-config">io.ox/core//folder/blacklist/<id> = true|false
+
<pre class="language-config">  
</pre>
+
io.ox/core//folder/blacklist/<id>=true|false
  
===example: hide global address book===
+
# example: hide global address book
<pre>
+
io.ox/core//folder/blacklist/6=true
io.ox/core//folder/blacklist/6 = true
 
 
</pre>
 
</pre>
 
  
 
[[Category:AppSuite]]
 
[[Category:AppSuite]]

Revision as of 14:04, 15 August 2013

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

Mediaplayer: enabling/disabling

Please take a look at the media player article