Skip to content

Instantly share code, notes, and snippets.

@dbazuin
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbazuin/016b874d161e6720ffed to your computer and use it in GitHub Desktop.
Save dbazuin/016b874d161e6720ffed to your computer and use it in GitHub Desktop.
Views settings in settings.php
/**
* Views develop setting.
*/
$conf['views_ui_show_listing_filters'] = TRUE;
$conf['views_ui_show_advanced_help_warning'] = TRUE;
$conf['views_ui_show_master_display'] = TRUE;
$conf['views_ui_show_advanced_column'] = TRUE;
$conf['views_ui_display_embed'] = TRUE;
$conf['views_ui_custom_theme'] = '_default';
$conf['views_exposed_filter_any_label'] = 'new_any'; #options old_any or new_any
$conf['views_ui_show_sql_query_where'] = 'below'; #options above or below
$conf['views_ui_always_live_preview'] = TRUE;
$conf['views_ui_show_preview_information'] = TRUE;
$conf['views_ui_show_performance_statistics'] = TRUE;
$conf['views_show_additional_queries'] = TRUE;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment