This commit is contained in:
2018-08-24 16:52:17 +02:00
parent c3b59bceee
commit e5b6624bb5
176 changed files with 12363 additions and 564 deletions
@@ -2,10 +2,10 @@
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/user/themes/quark/blueprints.yaml',
'modified' => 1533014916,
'modified' => 1535111339,
'data' => [
'name' => 'Quark',
'version' => '1.1.0',
'version' => '1.2.1',
'description' => 'New Grav Default Theme',
'icon' => 'microchip',
'author' => [
@@ -58,6 +58,28 @@ return [
'title' => 'Header Defaults',
'underline' => true
],
'custom_logo' => [
'type' => 'file',
'label' => 'Custom Logo',
'size' => 'large',
'destination' => 'theme://images/logo',
'multiple' => false,
'markdown' => true,
'description' => 'Will be used instead of default logo `theme://images/grav-logo.svg`',
'accept' => [
0 => 'image/*'
]
],
'custom_logo_mobile' => [
'type' => 'file',
'label' => 'Mobile Custom Logo',
'size' => 'large',
'destination' => 'theme://images/logo',
'multiple' => false,
'accept' => [
0 => 'image/*'
]
],
'header-fixed' => [
'type' => 'toggle',
'label' => 'Fixed header',