image->get_mime(), $supported_types)) { $this->theme->reverse_search_block($page, $event->image); } } /** * Supported reverse search services * * @var string[] */ protected array $SERVICES = [ 'SauceNAO', 'TinEye', 'trace.moe', 'ascii2d', 'Yandex' ]; /** * Set default config values */ public function onInitExt(InitExtEvent $event): void { global $config; $config->set_default_array( ReverseSearchLinksConfig::ENABLED_SERVICES, ['SauceNAO', 'TinEye', 'trace.moe', 'ascii2d', 'Yandex'] ); } }