From ee2166f3d3090af212237eb7b4eb1a38c0b7f635 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 21 Dec 2025 20:02:53 +0100 Subject: [PATCH] Update categories in piler.json Removed categories 'Email' and 'Archive' and added new numeric categories. --- frontend/public/json/piler.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/piler.json b/frontend/public/json/piler.json index 1b8cb08c3..a864157ad 100644 --- a/frontend/public/json/piler.json +++ b/frontend/public/json/piler.json @@ -2,8 +2,8 @@ "name": "Piler", "slug": "piler", "categories": [ - "Email", - "Archive" + 7, + 18 ], "date_created": "2025-12-15", "type": "ct",