settings.php
Go to the documentation of this file.
00001 <?php 00002 00010 // Ignore these "Kinds" when displaying the kinds to filter by 00011 // @todo: creating a UI setting for this 00012 $filterKindsIgnore = array(); 00013 00014 // Ignore these "Attributes" when displaying the attributes to filter by 00015 // @todo: creating a UI setting for this 00016 $filterAttributesIgnore = array(); 00017 00019 ?>
