Last active
August 29, 2015 14:06
-
-
Save dbazuin/016b874d161e6720ffed to your computer and use it in GitHub Desktop.
Views settings in settings.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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