15 lines
		
	
	
		
			358 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			358 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| return [
 | |
|     '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
 | |
|     'filename' => 'plugins://feed/feed.yaml',
 | |
|     'modified' => 1582124786,
 | |
|     'data' => [
 | |
|         'enabled' => true,
 | |
|         'limit' => 10,
 | |
|         'description' => 'My Feed Description',
 | |
|         'lang' => 'en-us',
 | |
|         'length' => 500,
 | |
|         'enable_json_feed' => false
 | |
|     ]
 | |
| ];
 |