openclassify/vendor/anomaly/posts-module/resources/lang/en/setting.php
Mostafa Moradi cd80f0352b initial
2022-03-09 12:57:37 +03:00

29 lines
1.1 KiB
PHP

<?php
return [
'permalink_structure' => [
'label' => 'Permalink Structure',
'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' => 'Module Segment',
'instructions' => 'Define a custom segment URI for the the Posts module.',
],
'category_segment' => [
'label' => 'Category Segment',
'instructions' => 'Define a custom category segment URI for the category URLs.',
],
'tag_segment' => [
'label' => 'Tag Segment',
'instructions' => 'Define a custom tag segment for the tag URLs.',
],
'posts_per_page' => [
'label' => 'Posts Per Page',
'instructions' => 'Define how many posts to display per page on your website.',
],
'ttl' => [
'label' => 'Time to live (TTL)',
'instructions' => 'How long (in minutes) do you want to cache posts before before serving fresh content?',
],
];