[Vector legacy] Indicate support for new heading HTML

Add `"supportsMwHeading": true` to the skin definition,
so that MediaWiki 1.43+ will output new heading markup
when using this skin.
https://www.mediawiki.org/wiki/Heading_HTML_changes

The required CSS changes were already made in commit
3c2602b682.

Bug: T365736
Change-Id: I2fd2ef99e49f1c3d0711a08f7bc72fc3cff9e444
This commit is contained in:
Bartosz Dziewoński 2024-04-20 04:40:56 +02:00 committed by Jdlrobson
parent bbfd2ff26c
commit 25cc1d2ad7

View file

@ -112,6 +112,7 @@
"args": [
{
"name": "vector",
"supportsMwHeading": true,
"wrapSiteNotice": true,
"template": "skin-legacy",
"clientPrefEnabled": true,