xref: /plugin/description/conf/default.php (revision e689d2932c90c4a915785840f66fe487918d7d88)
1<?php
2/**
3 * Options for the description Plugin
4 */
5
6$conf['keyword_source']  = 'abstract';    // where to get the keywords from
7$conf['global_description'] = '';         // Take this as keyword string when option is set to 'global'
8
9//Setup VIM: ex: et ts=2 :
10