diff --git a/plugins/content_types/bean_panels.inc b/plugins/content_types/bean_panels.inc
index 14c4d47..ac18e1f 100755
--- a/plugins/content_types/bean_panels.inc
+++ b/plugins/content_types/bean_panels.inc
@@ -9,7 +9,9 @@
 $plugin = array(
   'title' => t('Rendered bean'),
   'defaults' => array('view_mode' => 'full', 'bean_delta' => ''),
-  'category' => t('Beans')
+  'category' => t('Custom'),
+  'single' => TRUE,
+  'top level' => TRUE
 );
 
 /**
