1<?php
2/**
3 * Options for the structautolink plugin
4 *
5 * @author Andreas Gohr <gohr@cosmocode.de>
6 */
7
8
9$meta['schema'] = array('string');
10$meta['field']  = array('string');
11$meta['match'] = array('string');
12
13