Skip to content
Snippets Groups Projects
Commit 0cba121e authored by Shelane French's avatar Shelane French
Browse files

Issue #3514739 by rraney: Bootstrap Tabs style will not display without the "Tab field" setting

parent 878af56a
No related branches found
No related tags found
No related merge requests found
Pipeline #457149 passed
......@@ -44,7 +44,7 @@ class ViewsBootstrapTab extends StylePluginBase {
protected function defineOptions() {
$options = parent::defineOptions();
$options['tab_output'] = ['default' => 'single'];
$options['tab_field'] = ['default' => ''];
$options['tab_field'] = ['default' => 'title'];
$options['tab_type'] = ['default' => 'tabs'];
$options['tab_position'] = ['default' => 'basic'];
$options['tab_fade'] = ['default' => FALSE];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment