mirror of
https://github.com/getgrav/grav.git
synced 2026-05-18 19:36:17 +02:00
Fix regression in blueprints
This commit is contained in:
@@ -113,7 +113,7 @@ class Blueprint
|
||||
public function fields()
|
||||
{
|
||||
if (!isset($this->fields)) {
|
||||
$this->fields = [];
|
||||
$this->fields = isset($this->items['form']['fields']) ? $this->items['form']['fields'] : array();
|
||||
$this->embed('', $this->items);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user