first commit
This commit is contained in:
59
cache/compiled/files/99bb8ba9c2086d3cba23a0a402e392f5.yaml.php
vendored
Normal file
59
cache/compiled/files/99bb8ba9c2086d3cba23a0a402e392f5.yaml.php
vendored
Normal file
@ -0,0 +1,59 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/home/phvos/web/dedijk4.nl/public_html/user/plugins/presentation/presentation.yaml',
|
||||
'modified' => 1582124793,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'theme' => 'moon',
|
||||
'order' => [
|
||||
'by' => 'folder',
|
||||
'dir' => 'asc'
|
||||
],
|
||||
'all_assets' => false,
|
||||
'theme_css' => true,
|
||||
'builtin_css' => true,
|
||||
'builtin_js' => true,
|
||||
'plugin_css' => true,
|
||||
'plugin_js' => true,
|
||||
'textsizing' => true,
|
||||
'sync' => 'none',
|
||||
'api_route' => 'presentationapi',
|
||||
'poll_timeout' => 2000,
|
||||
'poll_retry_limit' => 10,
|
||||
'token_auth' => false,
|
||||
'token' => 'Hd4HFdPvbpKzTqz',
|
||||
'admin_async_save' => false,
|
||||
'admin_async_save_typing' => false,
|
||||
'footer' => '',
|
||||
'transition' => true,
|
||||
'shortcodes' => true,
|
||||
'shortcode_classes' => 'presentation-iframe',
|
||||
'unwrap_images' => true,
|
||||
'content' => 'Content',
|
||||
'parser' => 'Parser',
|
||||
'transport' => 'Transport',
|
||||
'shortcode_parser' => 'RegularParser',
|
||||
'breakpoints' => [
|
||||
240 => '16',
|
||||
320 => '20',
|
||||
576 => '24',
|
||||
768 => '28',
|
||||
992 => '32',
|
||||
1200 => '36',
|
||||
1600 => '40'
|
||||
],
|
||||
'options' => [
|
||||
'width' => '100%',
|
||||
'height' => '100%',
|
||||
'margin' => '0',
|
||||
'minScale' => '1',
|
||||
'maxScale' => '1',
|
||||
'transition' => 'fade',
|
||||
'controlsTutorial' => 'false',
|
||||
'history' => 'true',
|
||||
'display' => 'flex',
|
||||
'pdfSeparateFragments' => false
|
||||
]
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user