xref: /plugin/pagesicon/conf/metadata.php (revision c8e99a276375ecec8f29dd837c92b2b86eeb3f41)
1da933f89SLORTET<?php
2da933f89SLORTET$meta['icon_name']           = array('string');
3da933f89SLORTET$meta['icon_thumbnail_name'] = array('string');
474a9e763SLORTET$meta['default_image']       = array('string');
5da933f89SLORTET$meta['icon_size']           = array('numeric');
6da933f89SLORTET$meta['extensions']          = array('string');
7da933f89SLORTET$meta['show_on_top']         = array('onoff');
8da933f89SLORTET$meta['show_as_favicon']     = array('onoff');
9a3ea184dSLORTET$meta['parent_fallback']     = array('multichoice', '_choices' => array('none', 'direct', 'first'));
10*c8e99a27SLORTET$meta['link_icons']          = array('multichoice', '_choices' => array('none', 'existing', 'all'));
11