Loading...
 

Perspective Handler

Perspectives allow to modify the preferences globally in a session and thus change how the user will see the content in Tiki. Because most configurations are stored in preferences, almost anything can be modified, including the browser title and theme for example.

In Tiki4, they are managed via profiles, such as Jailroot_Demonstration. Starting in Tiki5, you can manage via tiki-edit_perspective.php


This is the handler.

Sample


YAML
preferences: enable: [ feature_perspective ] objects: - type: perspective ref: my_perspective data: name: My Workspace preferences: browsertitle: My Workspace in Tiki feature_forum: n feature_wiki: y


Perspective Object

Field NameMandatoryValue
nameyesHuman readable label
preferencesyesContent identical to Preference Management

Category: Documentation