menzilmekan-backend/plugins/rainlab/blog/config/config.php

19 lines
372 B
PHP
Raw Normal View History

2024-07-13 12:48:51 +00:00
<?php
return [
/*
|--------------------------------------------------------------------------
| Summary Config
|--------------------------------------------------------------------------
|
| Specify a custom tag and length for blog post summaries
|
*/
'summary_separator' => '<!-- more -->',
'summary_default_length' => 600
];