Plugin missing required pluginDetails-method

Hi! As I fiddle around with plugin development for October CMS v3 where I’m using the documentation as guidelines and an existing plugin from the marketplace as a sample, the documentation states that plugins require a registration file called Plugin.php with a method called pluginDetails, however, as I look into the plugin Offline.Mall, the details seem to be missing.
Yet, the plugin installs and runs just fine. I’m wondering if there is something I’m missing here.
Cheers, guys.

Hi @OleKristianMoller-Ha

The builder plugin will specify plugin details using the plugin.yaml file, as an alternative. It often means the plugin was created using the builder plugin.