xref: /plugin/gitbacked/conf/metadata.php (revision b92b117a1c63763201438a5fdb8410884b3a4dee)
1<?php
2/**
3 * Options for the gitbacked plugin
4 *
5 * @author Wolfgang Gassler <wolfgang@gassler.org>
6 */
7
8$meta['pushAfterCommit'] = array('onoff');
9$meta['periodicPull'] = array('onoff');
10$meta['periodicMinutes'] = array('numeric');
11$meta['commitPageMsg'] = array('string');
12$meta['commitPageMsgDel'] = array('string');
13$meta['commitMediaMsg'] = array('string');
14$meta['commitMediaMsgDel'] = array('string');
15$meta['repoPath'] = array('string');
16$meta['addParams'] = array('string');
17
18