1<?php 2/** 3 * DokuWiki Plugin pageimage (Config Component) 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author lisps 7 */ 8 9$meta['default_image'] = array('string'); 10$meta['height'] = array('string'); 11