Add 'watch' entry to attrbar.php category configuration

This commit is contained in:
Fabian Schieder 2026-04-04 00:56:37 +02:00
parent df9d9aa588
commit 351fce6dd9

View File

@ -41,6 +41,7 @@ $categoriesConfig = [
'macbook' => 22,
'airpods' => 23,
'accessories' => 24,
'watch' => 25,
];
// Überprüfen, ob die gewählte Kategorie im Konfigurations-Array vorhanden ist.