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
This commit is contained in:
Moh'd Khier Abualruz 2023-03-30 14:05:40 +02:00
parent 55a3d8cd8e
commit 718b116495

View file

@ -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."
}
},