mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-11 17:02:05 +00:00
Merge branch 'main' of github.com:StarCitizenTools/mediawiki-extensions-TabberNeue
This commit is contained in:
commit
090327222e
|
@ -21,16 +21,16 @@ use Wikimedia\Parsoid\Ext\ParsoidExtensionAPI;
|
|||
class TabberParsoid extends ExtensionTagHandler implements ExtensionModule {
|
||||
/** @inheritDoc */
|
||||
public function getConfig(): array {
|
||||
return [
|
||||
'name' => 'TabberNeue',
|
||||
return [
|
||||
'name' => 'TabberNeue',
|
||||
'tags' => [
|
||||
[
|
||||
'name' => 'tabber',
|
||||
'handler' => self::class
|
||||
]
|
||||
]
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
/** @inheritDoc */
|
||||
public function sourceToDom( ParsoidExtensionAPI $extApi, string $src, array $extArgs ) {
|
||||
|
|
Loading…
Reference in a new issue