Loading...
 
Skip to main content

History: Sample Profile

Source of version: 5 (current)

Copy to clipboard
            !Introduction

This profile is only a sample at this time and is not fully functional. However, it is in the appropriate format. This page will be used as the source for the profile installer by using the export feature. Any amount of documentation can be included around the __{CODE}__ block.

The content of the code block is defined using ((YAML)), a powerful, human readable syntax that can easily be parsed. In the future, this markup could be exported from existing set-ups. Because they are stored in a wiki page, they can be edited and improved by the community.

{CODE(caption=>YAML,wrap=>1)}
preferences:
 feature_multilingual: y
 feature_multilingual_structures: y
 feature_best_language: y
 feature_detect_language: y
 quantify_changes: y
modules:
 -
  column: right
  order: 1
  name: translation
  groups:
   - Anonymous
   - Registered
objects:
 -
  type: wiki_page
  ref: page_help
  data:
   name: MultilingualHelp
   content: |
    Page content would be here
    over multiple lines
{CODE}