xref: /plugin/acknowledge/conf/metadata.php (revision b55c1d2d1a0da3f1d0a253b758a162b4c0c2a0a0)
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