The Special:EditGrowthConfig contains a control for choosing Where should questions from the help panel be directed? which offers two options: Mentor talk pages and Help desk. The selection is then stored as a boolean, values are true and false respectively.
We need a new control implemented in Vue as a replacement that would display the same but store the data as an string rather than a boolean.
Config property: GEHelpPanelAskMentor
Data schema
"GEHelpPanelAskMentor": { "type": "string", "enum": ["mentor-talk-page", "help-desk-page"] },
Existing implementation:
