xref: /plugin/pagetemplater/conf/metadata.php (revision 8d79fe1b14c477517513e1465a1fae347595d893)
1<?php
2
3/**
4 * Metadata for the pagetemplater plugin
5 *
6 * @license  GPL 2 (http://www.gnu.org/licenses/gpl.html)
7 * @author     i-net software <tools@inetsoftware.de>
8 * @author     Gerry Weissbach <gweissbach@inetsoftware.de>
9 */
10
11$meta['enabled_namespaces'] = array('string');
12$meta['excluded_pages'] = array('string');
13$meta['templater_page'] = array('string');
14