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