History: Module Handler
Source of version: 4
Copy to clipboard
This is a ((Handler)) which allows to assign modules on the left and right columns of tikiwiki. !Complete sample for Translation module {CODE(caption=>YAML)} preferences: enable: [ feature_multilingual, feature_wiki ] objects: - type: module data: name: translation position: left order: 1 groups: [ Editors, Translators ] params: pivot_language: en {CODE} !Module Object ||__Field Name__|__Mandatory__|__Value__ name|yes|The name of the module as listed in the administration panel. position|yes|''left'' or ''right'' order|yes|Numeric value, lower values are displayed above cache| |Default ''0'', time to cache in seconds rows| |Amount of rows to display groups| |List of group names allowed to view the module params| |Generic list of key value pairs. Options depend on the module definition. ||