20 lines
566 B
PHP
20 lines
566 B
PHP
|
<?php
|
||
|
return [
|
||
|
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||
|
'filename' => 'plugins://shortcode-core/shortcode-core.yaml',
|
||
|
'modified' => 1582124797,
|
||
|
'data' => [
|
||
|
'enabled' => true,
|
||
|
'active' => true,
|
||
|
'active_admin' => true,
|
||
|
'admin_pages_only' => true,
|
||
|
'parser' => 'regular',
|
||
|
'custom_shortcodes' => NULL,
|
||
|
'fontawesome' => [
|
||
|
'load' => true,
|
||
|
'url' => '//maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css',
|
||
|
'v5' => false
|
||
|
]
|
||
|
]
|
||
|
];
|