public static function Tabs::defaultContextSettings in Field Group: Easy Responsive Tabs to Accordion 8
File
- src/
Plugin/ field_group/ FieldGroupFormatter/ Tabs.php, line 197
Class
- Tabs
- Plugin implementation of the 'ertta_tabs' formatter.
Namespace
Drupal\field_group_easy_responsive_tabs\Plugin\field_group\FieldGroupFormatterCode
public static function defaultContextSettings($context) {
return [
'type' => 'default',
'width' => 'auto',
'fit' => TRUE,
'closed' => FALSE,
'active_bg' => '',
'inactive_bg' => '',
'active_border_color' => '',
'active_content_border_color' => '',
] + parent::defaultContextSettings($context);
}