1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 00:47:00 +02:00

chore: extensibility improvements

This commit is contained in:
Sami Mazouz
2025-01-12 13:02:07 +01:00
parent 33121ed1cc
commit 00426c85e3
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ export default class AdminApplication extends Application {
*/
registry = new AdminRegistry();
extensionCategories = {
extensionCategories: Record<string, number> = {
feature: 30,
theme: 20,
language: 10,