1<?php
2/**
3 * Options for the linksenhanced plugin
4 *
5 * @author Andreas Boehler <dev@aboehler.at>
6 */
7
8
9$meta['check_all_external']          = array('onoff');
10$meta['check_only_namespace']        = array('string');
11