From 718b1164956ebaed7e6d47e2b67ae297bf7bceec Mon Sep 17 00:00:00 2001 From: Moh'd Khier Abualruz Date: Thu, 30 Mar 2023 14:05:40 +0200 Subject: [PATCH] VectorZebraDesign configuration logged_in and logged_out keys - skin.json added logged_in and logged_out keys to VectorZebraDesign configuration. Bug: T332448 Change-Id: Ic79dc9d77d3fc71484965b9ecba6ab64e8a7969f --- skin.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/skin.json b/skin.json index edac58fb4..5fc4fc545 100644 --- a/skin.json +++ b/skin.json @@ -625,7 +625,10 @@ "description": "@var array Moves the tools links from the main menu into a new menu in the page toolbar" }, "VectorZebraDesign": { - "value": false, + "value": { + "logged_in": false, + "logged_out": false + }, "description": "@var boolean Temporary feature flag that enables the zebra design for the Vector skin." } },