From 6a0907a70b8d32e1ac2a4d0ff9cfa045e78f833e Mon Sep 17 00:00:00 2001 From: Clare Ming Date: Mon, 13 Jun 2022 10:44:22 -0600 Subject: [PATCH] Match default config of TOC to pilot wikis Bug: T309683 Change-Id: I7f1e727fbf06655daf2b6a359580fc6bf10ca1b9 --- skin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin.json b/skin.json index a60692b7..95bb69ca 100644 --- a/skin.json +++ b/skin.json @@ -506,7 +506,7 @@ }, "VectorTableOfContents": { "value": { - "default": false + "default": true }, "description": "@var When `VectorTableOfContents` is enabled, the sticky table of contents is shown." },