Testing can only be done when checking BMA or by a developer changing the settings.
Test on any device of your choice:
1. Edit config.json and set the following:
"sitefindersettings":
{
"displaysitename": false,
"displayimage": false,
"displayalias": false,
"displaycity": false,
"displaycountry": false,
"displayurl": false,
}
"siteurl": [
{
"name": "2017",
"url": "http://www.google.com",
"alias": "17",
"city": "LA",
"countrycode": ES,
"imageurl": "https://moodle.org/theme/image.php/moodleorg/theme_moodleorg/1604934910/moodle_logo_small"
}
,
{
"name": "2018",
"url": "http://www.google.com",
"alias": "18",
"city": "SFO",
"countrycode": ES,
"imageurl": "https://moodle.org/theme/image.php/moodleorg/theme_moodleorg/1604934910/moodle_logo_small"
}
,
],
3. Play with sitefindersettings and multisitesdisplay (list, buttons) and check site selector displays correctly. City, country and url won't be shown on buttons.