nav+maj
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user