Merge "Template directory is set in skin.json"

This commit is contained in:
jenkins-bot 2021-08-30 17:43:50 +00:00 committed by Gerrit Code Review
commit a068d6125d
2 changed files with 1 additions and 1 deletions

View file

@ -89,7 +89,6 @@ class SkinVector extends SkinMustache {
unset( $options['link'] ); unset( $options['link'] );
} }
$options['templateDirectory'] = __DIR__ . '/templates';
parent::__construct( $options ); parent::__construct( $options );
} }

View file

@ -24,6 +24,7 @@
"scripts": [ "scripts": [
"skins.vector.js" "skins.vector.js"
], ],
"templateDirectory": "includes/templates",
"responsive": true, "responsive": true,
"styles": [ "styles": [
"mediawiki.ui.button", "mediawiki.ui.button",