1<?php 2 3/** 4 * Options for the structpublish plugin 5 * 6 * @author Anna Dabrowska <dokuwiki@cosmocode.de> 7 */ 8 9$meta['restrict_admin'] = ['onoff']; 10$meta['email_enable'] = ['onoff']; 11$meta['email_status'] = ['multicheckbox', '_other' => 'never', '_choices' => ['approve', 'publish']]; 12$meta['compact_view'] = ['onoff']; 13