Perspectives allow to modify the preferences globally in a session and thus change how the user will see the content in Tikiwiki. Because most configurations are stored in preferences, almost anything can be modified, including the browser title and theme for example.
Perspectives are a new feature beginning with 4.0 and does not currently have an administration interface other than profiles.
Sample
YAML
preferences:
enable: [ feature_perspective ]
objects:
-
type: perspective
ref: my_perspective
data:
name: My Workspace
preferences:
browsertitle: My Workspace in Tikiwiki
feature_forum: n
feature_wiki: y
Perspective Object
Field Name | Mandatory | Value
|
name | yes | Human readable label
|
preferences | yes | Content identical to Preference Management
|