Difference between revisions of "AppSuite:Configuration"

(Created page with "{{Stability-experimental}} <div class="title">Configuration</div> ==Folders: hiding folders in panel== In order to configure this server-side, just create a new property fil...")
 
m
Line 2: Line 2:
 
<div class="title">Configuration</div>
 
<div class="title">Configuration</div>
  
 
+
== Folders: hiding folders in panel==  
==Folders: hiding folders in panel==
 
 
In order to configure this server-side, just create a new property file or append to existing '''appsuite.properties''' (mind the '''double-slash'''; this in not a typo!):
 
In order to configure this server-side, just create a new property file or append to existing '''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">io.ox/core//folder/blacklist/<id> = true|false
 
</pre>
 
</pre>
  
===example: hide global address book===
+
=== example: hide global address book===  
 
<pre>
 
<pre>
 
io.ox/core//folder/blacklist/6 = true
 
io.ox/core//folder/blacklist/6 = true
 
</pre>
 
</pre>
 +
 +
 +
==Mediaplayer: enabling/disabling ==
 +
Please take a look at the [[ AppSuite:Mediaplayer#How_to_enable.2Fdisable_the_media_player | media player article ]]
 +
  
  
 
[[Category:AppSuite]]
 
[[Category:AppSuite]]
 
[[Category:UI]]
 
[[Category:UI]]

Revision as of 07:51, 6 May 2013

API status: In Development

Configuration

Folders: hiding folders in panel

In order to configure this server-side, just create a new property file or append to existing 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