xref: /plugin/acknowledge/conf/metadata.php (revision 21913a6d9b851a00667f66bc614ba0dda97d3508)
1<?php
2
3/**
4 * Configuration metadata for the acknowledge plugin
5 *
6 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
7 * @author  Anna Dabrowska <dokuwiki@cosmocode.de>
8 */
9
10$meta['approve_integration'] = ['onoff'];
11$meta['notification_integration'] = ['onoff'];
12$meta['onpage_report'] = ['multichoice', '_choices' => ['off', 'acknowledged', 'pending', 'both']];
13