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:
@@ -83,7 +83,7 @@ export default class AdminApplication extends Application {
|
||||
*/
|
||||
registry = new AdminRegistry();
|
||||
|
||||
extensionCategories = {
|
||||
extensionCategories: Record<string, number> = {
|
||||
feature: 30,
|
||||
theme: 20,
|
||||
language: 10,
|
||||
|
Reference in New Issue
Block a user