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