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

19 lines
372 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Summary Config
|--------------------------------------------------------------------------
|
| Specify a custom tag and length for blog post summaries
|
*/
'summary_separator' => '<!-- more -->',
'summary_default_length' => 600
];