diff --git a/facetapi.module b/facetapi.module index fa5f068..806c692 100644 --- a/facetapi.module +++ b/facetapi.module @@ -457,14 +457,14 @@ function facetapi_facetapi_realm_info() { array('@block-page' => url('admin/structure/block')) ), ); - +/* // @todo - implement this. http://drupal.org/node/1132744 $realms['fieldset'] = array( 'label' => t('Fieldset'), 'weight' => -5, 'default widget' => 'facetapi_textfield', 'description' => t('The Fieldset realm displays facets as form elements in a fieldset below the search form that is similar in appearance to the core Search module\'s Advanced search fieldset.'), ); - +*/ return $realms; }