From 53a2e84af1ef1f35d835ef439260157038c70a46 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 15 May 2025 01:44:01 +0500 Subject: feat: tags --- src/config.sample.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/config.sample.php') diff --git a/src/config.sample.php b/src/config.sample.php index d6114b5..ed206f6 100644 --- a/src/config.sample.php +++ b/src/config.sample.php @@ -31,6 +31,11 @@ define("EMOTE_MAX_SIZE", [128, 128]); // Max size of emote. define("EMOTE_NAME_REGEX", "/^[A-Za-z0-9_]+$/"); // RegEx filter for emote names. define("EMOTE_STORE_ORIGINAL", true); // Store original uploads of emotes. +// TAGS +define("TAGS_ENABLE", true); // Allow emote tagging. +define("TAGS_CODE_REGEX", "/^[A-Za-z0-9_]+$/"); +define("TAGS_MAX_COUNT", 10); // Maximum tags per emote. Set -1 for unlimited amount. + // EMOTESETS define("EMOTESET_PUBLIC_LIST", true); // Show emotesets public. -- cgit v1.2.3