1<?php 2/** 3 * Options for the linkprefix plugin 4 * 5 * @author Heiko Barth 6 */ 7 8$meta['prefix'] = array('string'); 9$meta['encode_url'] = array('onoff'); 10$meta['ignore_same_domain'] = array('onoff'); 11