1<?php
2/*
3 * Display Orphans Plugin
4 * Copyright (c) 2016 Jay Jeckel
5 * Licensed under the MIT license: https://opensource.org/licenses/MIT
6 * Permission is granted to use, copy, modify, and distribute the work.
7 * Full license information available in the project LICENSE file.
8*/
9
10$meta['show_table_header'] = array('onoff');
11$meta['sort_table_ascending'] = array('onoff');
12
13$meta['ignore_orphaned_pages'] = array('string');
14$meta['ignore_orphaned_namespaces'] = array('string');
15$meta['ignore_wanted_pages'] = array('string');
16$meta['ignore_wanted_namespaces'] = array('string');
17$meta['ignore_linked_pages'] = array('string');
18$meta['ignore_linked_namespaces'] = array('string');
19
20?>