feat: Update cache timestamps in config.php and recreate listSmall.json layout

This commit is contained in:
2026-01-25 20:35:28 +01:00
parent 842406df82
commit c1bffb1ee9
2 changed files with 5 additions and 11 deletions

View File

@@ -5,16 +5,10 @@
}, },
{ {
"name": "rechtsform", "name": "rechtsform",
"width": "12" "width": 20
},
{
"name": "emailAddress"
},
{
"name": "phoneNumber"
}, },
{ {
"name": "modifiedAt", "name": "modifiedAt",
"width": "12" "width": 20
} }
] ]

View File

@@ -361,8 +361,8 @@ return [
0 => 'youtube.com', 0 => 'youtube.com',
1 => 'google.com' 1 => 'google.com'
], ],
'cacheTimestamp' => 1769369302, 'cacheTimestamp' => 1769369628,
'microtime' => 1769369302.446776, 'microtime' => 1769369628.649147,
'siteUrl' => 'https://crm.bitbylaw.com', 'siteUrl' => 'https://crm.bitbylaw.com',
'fullTextSearchMinLength' => 4, 'fullTextSearchMinLength' => 4,
'appTimestamp' => 1768843902, 'appTimestamp' => 1768843902,