index 25977ce..cc62c73 100644
+++ views_content/plugins/content_types/views_panes.inc
@@ -537,6 +537,9 @@ function views_content_views_panes_content_type_edit_form($form, &$form_state) {
     }
   }
 
+  // Add the view object to the form to allow additional customization
+  $form['#view'] = $view;
+
   return $form;
 }
