diff --git a/system/src/Grav/Common/Page/Types.php b/system/src/Grav/Common/Page/Types.php index f6407cadd..7138359d9 100644 --- a/system/src/Grav/Common/Page/Types.php +++ b/system/src/Grav/Common/Page/Types.php @@ -49,6 +49,9 @@ class Types implements \ArrayAccess, \Iterator, \Countable $this->systemBlueprints = $this->findBlueprints('blueprints://pages'); } + // register default by default + $this->register('default'); + foreach (Folder::all($path, $options) as $type) { $this->register($type); }