backdrop-contrib / views_bootstrap

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.
https://backdropcms.org/project/views_bootstrap
GNU General Public License v2.0
0 stars 7 forks source link

Block views bootstrap on admin pages? #24

Closed stpaultim closed 5 years ago

stpaultim commented 5 years ago

We have found a couple of cases where Views Bootstrap is in conflict with the admin theme. https://github.com/backdrop-contrib/views_bootstrap/issues/7 https://github.com/backdrop-contrib/views_bootstrap/issues/23

Users can specify which pages they want views bootstrap to effect on the settings page, but we should make it easier and/or provide some good default behavior. Options:

  1. We could have a single checkbox that says "Allow views bootstrap on admin pages"
  2. We could block pages that we know are problems by default on in the config page but allow users to change the settings
  3. We could just block the module on all admin pages no matter what.
  4. We could leave module as it is, but provide better documentation for users to understand the problem and adjust settings.
Radcliffe commented 5 years ago

Superseded by #29.