1<?php 2/** 3 * Options for the sagecell plugin 4 * 5 * @author Jason Grout <[email protected]> 6 */ 7 8 9$meta['url'] = array('string'); 10$meta['style'] = array(''); 11 12 13