1<?php
2// Default value in the configuration Manager
3
4$conf['UnitShortCutKey'] = 'u';
5
6$conf[syntax_plugin_webcomponent_related::MAX_LINKS_CONF] = 10;
7$conf[syntax_plugin_webcomponent_related::EXTRA_PATTERN_CONF] = '{{backlinks>.}}';
8
9
10?>