From 3bb920c3f0392f5eb3fe737855c4a33c75d7b8c3 Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Fri, 28 Nov 2025 20:25:14 -0800 Subject: [PATCH] Added reading category to text --- source/data/static/categories.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/data/static/categories.json b/source/data/static/categories.json index a78092d..1434bcf 100644 --- a/source/data/static/categories.json +++ b/source/data/static/categories.json @@ -779,12 +779,18 @@ "parent": "utilities", "description": "" }, - { + { "name": "CAD", "id": "cad", "parent": "media", "description": "" }, + { + "name": "Reading", + "id": "reading", + "parent": "text", + "description": "" + }, { "name": "Other", "id": "other",