Phonos' inline audio player mode should be enabled on all projects โ to do this, we need to set the following in InitialiseSettings.php:
'wmgUsePhonos' => [ 'default' => true, ], 'wgPhonosInlineAudioPlayerMode' => [ 'default' => true, ],
We should also ensure the InitialiseSettings-labs.php entries still reflect the configuration we want to test on the Beta Cluster.