<?php
/**
 * Metadata for configuration manager plugin
 * Additions for the redproject plugin
 */

$meta['redproject.url'] = array('string');
$meta['redproject.API'] = array('string');
$meta['redproject.view'] = array('multichoice','_choices' => array(4,2));

