1<?php
2
3$meta['app_source_type'] = array('multichoice', '_choices' => array('internal', 'external'));
4$meta['editor_parameters'] = array('string');
5$meta['viewer_parameters'] = array('string');
6$meta['external_url'] = array('string');
7$meta['file_match_suffix'] = array('string');
8$meta['enable_attic'] = array('onoff');
9$meta['anonymize_xml'] = array('onoff');
10