Topic on Extension talk:Tabs

2605:A000:1507:80DB:34CD:48AE:D118:2604 (talkcontribs)

I have this extension working without issue on MW 1.25.3 however on 1.26.0 I've receiving the below error:

Warning: OutputPage::getModuleStyles: style module should define its position explicitly: ext.tabs ResourceLoaderFileModule

Legaulph (talkcontribs)
Legaulph (talkcontribs)

OK I figured it out

I updated Tabs.php file with 'position' => 'top',

<code>

$wgResourceModules['ext.tabs'] = array(

        'position' => 'top',

        'scripts' => 'ext.tabs.js',

        'styles' => 'ext.tabs.css',

       

</code>

Reply to "Output Error"