protected $license = '__license__';
/**
* @var bool
*/
protected $injectBeforePlugins = true;
public function createConfig(TabContainer $container)
{
$tab = $this->createTab(
'bareMain',
'__bare_tab_header__',
[
'attributes' => [
'layout' => 'anchor',
'autoScroll' => true,
'padding' => '0',
],
]
);