1<?php 2/** 3 * Options for the cmsmode plugin 4 * 5 * @author Andreas Gohr <gohr@cosmocode.de> 6 */ 7 8 9$meta['breadcrumbs'] = array('onoff'); 10$meta['youarehere'] = array('onoff'); 11 12$meta['actions'] = array( 13 'disableactions', 14 '_choices' => array( 15 'backlink', 16 'index', 17 'recent', 18 'revisions', 19 'media', 20 'search', 21 'source', 22 'export_raw', 23 'rss', 24 'top', 25 ), 26); 27 28