1<?php
2/**
3 * Options for the etherpadlite plugin
4 *
5 * @author Michael Braun <michael-dev@fami-braun.de>
6 */
7
8
9$meta['etherpadlite_url'] = array('string');
10$meta['etherpadlite_apikey'] = array('string');
11$meta['etherpadlite_group']  = array('string');
12$meta['etherpadlite_domain']  = array('string');
13$meta['etherpadlite_urlargs'] = array('string');
14