'25 %', '50' => '50 %', '75' => '75 %', '100' => '100 %', ]; const MEDIA_PROVIDERS_OEMBED = [ 'https://vimeo.com/api/oembed.json?url=' => 'Vimeo', 'https://www.youtube.com/oembed?url=' => 'Youtube', 'https://sketchfab.com/oembed/?url=' => 'Sketchfab', ]; public function getConfig() { return include __DIR__ . '/config/module.config.php'; } }