1<?php
2/**
3 * Default settings for the structautolink plugin
4 *
5 * @author Andreas Gohr <gohr@cosmocode.de>
6 */
7
8$conf['schema'] = 'glossary';
9$conf['field']  = 'term';
10$conf['match'] = '';
11