set('settings', ['file_extensions' => 'mp3 wav aac']); } /** * {@inheritdoc} */ public function prepareViewDisplay(MediaTypeInterface $type, EntityViewDisplayInterface $display) { $display->setComponent($this->getSourceFieldDefinition($type)->getName(), [ 'type' => 'file_audio', ]); } }