diff --git a/classes/adminbasecontroller.php b/classes/adminbasecontroller.php index b2c9df71..e3828a55 100644 --- a/classes/adminbasecontroller.php +++ b/classes/adminbasecontroller.php @@ -943,7 +943,7 @@ class AdminBaseController $settings = (object)$blueprints->schema()->getProperty($field); } else { $page = null; - if ($type === 'themes') { + if ($type === 'themes' || $type === 'plugins') { $obj = $this->grav[$type]->get(Utils::substrToString($blueprint, '/')); //here $settings = (object) $obj->blueprints()->schema()->getProperty($field); } else {