index 567c2bd..03f94f8 100644
+++ plugins/content_types/fieldable_panels_pane.inc
@@ -216,6 +216,7 @@ function _fieldable_panels_panes_default_content_type() {
       'name' => $bundle,
       'title' => $info['label'],
       'category' => !empty($info['pane category']) ? $info['pane category'] : t('Fielded panes'),
+      'top level' => !empty($info['top level']) ? $info['top level'] : FALSE,
       'description' => t('Create a new custom entity.'),
       'all contexts' => TRUE,
       'bundle' => $bundle,
