We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 767da80 + e4e60b8 commit 30f5cccCopy full SHA for 30f5ccc
views/plugins/views_plugin_style_grid_bootstrap.inc
@@ -17,7 +17,11 @@ class views_plugin_style_grid_bootstrap extends views_plugin_style {
17
function option_definition() {
18
$options = parent::option_definition();
19
20
+ $options['responsive_toggle'] = array('default' => FALSE, 'bool' => TRUE);
21
+ $options['columns_lg'] = array('default' => '');
22
$options['columns'] = array('default' => '4');
23
+ $options['columns_sm'] = array('default' => '');
24
+ $options['columns_xs'] = array('default' => '');
25
$options['alignment'] = array('default' => 'horizontal');
26
$options['fill_single_line'] = array('default' => TRUE, 'bool' => TRUE);
27
$options['summary'] = array('default' => '');
0 commit comments