1<?php 2/** 3 * Options for the asciidocjs plugin 4 * 5 * @author Rüdiger Kessel <ruediger.kessel@gmail.com> 6 */ 7 8 9$meta['save_mode'] = array('multichoice','_choices' => array('unsave','save','server','secure')); 10$meta['adoc2html'] = array('multichoice','_choices' => array('browser','server')); 11$meta['exec_node'] = array('string'); 12 13