mirror of
https://github.com/getgrav/grav.git
synced 2025-12-05 15:29:57 +01:00
Tiny fix in FlexDirectory::getDirectoryBlueprint()
This commit is contained in:
@@ -179,7 +179,7 @@ class FlexDirectory implements FlexAuthorizeInterface
|
||||
$path = "blueprints://flex/shared/{$name}.yaml";
|
||||
$blueprint = new Blueprint($path);
|
||||
$blueprint->load();
|
||||
if ($overrides) {
|
||||
if (isset($overrides['fields'])) {
|
||||
$blueprint->embed('form/fields/tabs/fields', $overrides['fields']);
|
||||
}
|
||||
$blueprint->init();
|
||||
|
||||
Reference in New Issue
Block a user