increased indent level and default 4 chars indent

This commit is contained in:
Andy Miller
2018-03-08 17:11:10 -07:00
parent e2c7a005cb
commit 860ef9616d
2 changed files with 2 additions and 2 deletions

View File

@@ -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()