mirror of
https://github.com/getgrav/grav.git
synced 2026-02-19 04:58:21 +01:00
Added a default type as a default type :)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user