mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-20 22:07:33 -05:00
29 lines
1.2 KiB
PHP
29 lines
1.2 KiB
PHP
<?php
|
||
|
||
return [
|
||
'permalink_structure' => [
|
||
'label' => 'Permalink ساختار',
|
||
'instructions' => 'Customize the URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links.',
|
||
],
|
||
'module_segment' => [
|
||
'label' => 'سگمنت های ماژول',
|
||
'instructions' => 'Define a custom segment URI for the the Posts module.',
|
||
],
|
||
'category_segment' => [
|
||
'label' => 'سگمنت های کتگوری',
|
||
'instructions' => 'Define a custom category segment URI for the category URLs.',
|
||
],
|
||
'tag_segment' => [
|
||
'label' => 'سگمنت های تگ',
|
||
'instructions' => 'Define a custom tag segment for the tag URLs.',
|
||
],
|
||
'posts_per_page' => [
|
||
'label' => 'تعداد پست در صفحه',
|
||
'instructions' => 'Define how many posts to display per page on your website.',
|
||
],
|
||
'ttl' => [
|
||
'label' => 'زمان کش شدن ttl',
|
||
'instructions' => 'چه مدت زمانی به دقیقه پست ها کش شوند؟',
|
||
],
|
||
];
|