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