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'] );
}
$options['templateDirectory'] = __DIR__ . '/templates';
parent::__construct( $options );
}

View File

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