mirror of
https://github.com/getgrav/grav.git
synced 2026-02-23 07:01:26 +01: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