Fullscreen
[Show/Hide Left Column]
[Show/Hide Right Column]

Preference Management

TikiProfiles currently allow to set preferences of a Tiki site. Preferences are the base unit of configuration used by Tiki. Alone, these can be used to activate various features and change the site experience. Any preference defined by Tiki can be used. No validation is made on the values provided.

Preferences are defined in a first level block.

Preference Sample

YAML
preferences:
 feature_multilingual: y
 style: kubrick.css
 rememberme: enabled


For preferences that can be enabled or disabled, like features and many other flags, an alternate syntax using lists can be used. Either the single line or multiple line version can be used.

General Configuration Profiles


Best_Wiki_Tiki - a best practices configuration for general wiki usage.

List example

YAML
preferences:
 enable:
  - feature_multilingual
  - feature_wiki
 disable: [ feature_articles, feature_mytiki ]


Contributors to this page: Marc Laporte6087 points  , idealpragmatist347 points  and System Administrator .
Page last modified on Monday 13 of September, 2010 22:17:04 UTC by Marc Laporte6087 points .