The Special:EditGrowthConfig contains a control for selecting one page title from the local wiki. The exisiting version uses HTMLTitlesMultiselectField from HTML form on its OOUI display. We need a new control implemented in Vue as a replacement
Config property: GEHelpPanelHelpDeskTitle
Data schema
"GEHelpPanelHelpDeskTitle": { "type": "string", "minLength": 1 },
Existing implementation:
Design notes: probably can be replaced by one of Lookup, SearchInput, TypeaheadSearch, not sure which one is the more appropriate.