1<?php
2/**
3 * Metadata of the LastFM Plugin for the configuration manager
4 */
5$meta['utc_offset'] = array('string','_pattern' => '#^([+|-][1-9]{1,2}|0)$#');
6$meta['dformat']    = array('string');
7