Skip to content
Snippets Groups Projects
Commit 77bc4639 authored by Earl Miles's avatar Earl Miles
Browse files

Remove the setting to allow Views to use the exposed form as that isnt...

Remove the setting to allow Views to use the exposed form as that isnt actually implemented. Would be a nice feature though.
parent f6cadac0
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ class views_content_plugin_display_panel_pane extends views_plugin_display {
'more_link' => t('More link'),
'path_override' => t('Path override'),
'title_override' => t('Title override'),
'exposed_form' => t('Use exposed widgets form as pane configuration'),
// 'exposed_form' => t('Use exposed widgets form as pane configuration'),
);
$allow = array_filter($this->get_option('allow'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment