1<?php
2/**
3 * Options for the yalist plugin.
4 *
5 * @author LarsDW223
6 */
7
8$meta['def_list_odt_export'] = array('multichoice', '_choices' => array('list', 'listheader', 'table'));
9