1<?php 2$meta['ActionReaderFirst'] = array('multichoice', '_choices' => array('Nothing', 'GoToNsStartPage', 'GoToBestPageName', 'GoToBestNamespace', 'GoToSearchEngine')); 3$meta['ActionReaderSecond'] = array('multichoice', '_choices' => array('Nothing', 'GoToNsStartPage', 'GoToBestPageName', 'GoToBestNamespace', 'GoToSearchEngine')); 4$meta['ActionReaderThird'] = array('multichoice', '_choices' => array('Nothing', 'GoToNsStartPage', 'GoToBestPageName', 'GoToBestNamespace', 'GoToSearchEngine')); 5$meta['GoToEditMode'] = array('onoff'); 6$meta['ShowPageNameIsNotUnique'] = array('onoff'); 7$meta['ShowMessageClassic'] = array('onoff'); 8$meta['WeightFactorForSamePageName'] = array('string'); 9$meta['WeightFactorForStartPage'] = array('string'); 10$meta['WeightFactorForSameNamespace'] = array('string'); 11?> 12