mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-02 03:16:11 +01:00
increased indent level and default 4 chars indent
This commit is contained in:
@@ -1436,7 +1436,7 @@ class Admin
|
||||
'data' => $data]));
|
||||
|
||||
$page->header($header);
|
||||
$page->frontmatter(Yaml::dump((array)$page->header(), 10, 2, false));
|
||||
$page->frontmatter(Yaml::dump((array)$page->header(), 20));
|
||||
} else {
|
||||
// Find out the type by looking at the parent.
|
||||
$type = $parent->childType()
|
||||
|
||||
Reference in New Issue
Block a user