1<?php
2/**
3 * Options for the authphpbb3 plugin.
4 *
5 * @license  GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author   Eole <eole.dev@outlook.com>
7 */
8
9$meta['phpbb_root_path']    = array('string');
10$meta['phpbb_cache']        = array('numeric');
11$meta['phpbb_inline_style'] = array('onoff');
12