1<?php 2/** 3 * Options for the nsrelation plugin 4 * 5 * @author Andreas Gohr <andi@splitbrain.org> 6 * @author Christophe Gragnic <christophegragnic@yahoo.fr> 7 */ 8 9$meta['nsrelations'] = array('string','_pattern' => '/^(|[\w:\-\|]+)$/'); 10$meta['nsrelationsdisplay'] = array('string','_pattern' => '/^(|[^<>]+)$/'); 11$meta['nsrelationrootns'] = array('string','_pattern' => '/^(|[\w:\-]+)$/'); 12$meta['about'] = array('string','_pattern' => '/^(|[\w:\-]+)$/'); 13