1<?php
2/**
3 * DokuWiki Plugin Authdomain Limitation (Action Component)
4 *
5 * Options for the Authdomain Limitation plugin
6 *
7 * @author basteyyy <sebastian@34n.de>
8 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
9 */
10
11$meta['_domainWhiteList']    = array('string','_caution' => 'danger');
12$meta['_domainlistErrorMEssage']    = array('string');