19 lines
496 B
PHP
19 lines
496 B
PHP
<?php
|
|
return [
|
|
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
|
'filename' => '/mnt/data/Sites/anissabensalah.net/system/blueprints/config/streams.yaml',
|
|
'modified' => 1526367498,
|
|
'data' => [
|
|
'title' => 'PLUGIN_ADMIN.FILE_STREAMS',
|
|
'form' => [
|
|
'validation' => 'loose',
|
|
'hidden' => true,
|
|
'fields' => [
|
|
'schemes.xxx' => [
|
|
'type' => 'array'
|
|
]
|
|
]
|
|
]
|
|
]
|
|
];
|