mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-23 15:27:40 -05:00
29 lines
1.1 KiB
PHP
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?',
|
|
],
|
|
];
|