This module provides a set of styles for the Views module. It allows you to create responsive Bootstrap 3.x components, such as grids, carousels, tabs, and tables, all within the configuration settings of the powerful Views module.
The purpose of this PR is one approach to #28. It removes the path-based configuration and replaces it with a single checkbox:
During each template_preporcess_*_plugin_style() function, it looks at the value of that checkbox, and includes bootstrap's CSS & JS if the setting is enabled.
TODO: If you like this approach, we may want to add an update hook that enables this setting all sites that had the old path-based approach enabled.
The purpose of this PR is one approach to #28. It removes the path-based configuration and replaces it with a single checkbox:
During each
template_preporcess_*_plugin_style()
function, it looks at the value of that checkbox, and includes bootstrap's CSS & JS if the setting is enabled.TODO: If you like this approach, we may want to add an update hook that enables this setting all sites that had the old path-based approach enabled.